|
查看CentOS自带mysql是否已安裝: yum list installed | grep mysql " ?5 X- R+ N6 t; F3 q5 y
若有自带安装的mysql,如何卸载CentOS系统自带mysql資料庫? mysql-libs.x86_64 5.1.73-5.el6_6 @anaconda-CentOS-201508042137.x86_64/6.7 yum -y remove mysql-libs.x86_64,若有多個依賴文件则依次卸載。
( u$ q" j- y0 f查看yum庫上的mysql版本信息: yum list | grep mysql 或 yum -y list mysql* 5 O( Q) [2 M# u3 t7 ?) e
使用yum安装mysql資料庫: yum -y install mysql-server mysql mysql-devel 注:安装mysql只是安装了資料庫,只有安装mysql-server才相當于安装了server及client。
v" c0 y/ I$ X; @假如輸入 mysql 出現 error: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) 表示未啟動 mysqld 所以輸入 service mysqld start,啟動後馬上出現以下訊息,提醒你的一些有用的訊息: - To start mysqld at boot time you have to copy
- support-files/mysql.server to the right place for your system
- PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
- To do so, start the server, then issue the following commands:
- /usr/bin/mysqladmin -u root password 'new-password'
- /usr/bin/mysqladmin -u root -h video.yocoolnet.com password 'new-password'
- Alternatively you can run:
- /usr/bin/mysql_secure_installation
- which will also give you the option of removing the test
- databases and anonymous user created by default. This is
- strongly recommended for production servers.
- See the manual for more instructions.
- You can start the MySQL daemon with:
- cd /usr ; /usr/bin/mysqld_safe &
- You can test the MySQL daemon with mysql-test-run.pl
- cd /usr/mysql-test ; perl mysql-test-run.pl
複製代碼查看刚安装mysql数据库版本信息: rpm -qi mysql-server
% Q% W7 X6 ?# O& k3 j, m2 @" c設定 /etc/my.cnf" G/ e0 u- G7 ^) y2 E" q" i% ]
[mysqld]
1 u, ^( G+ L% n& D6 sdatadir=/var/lib/mysql
, a% y. ~ w# n6 @7 x8 zsocket=/var/lib/mysql/mysql.sock, e5 q5 ?1 E. \7 ?
# Default to using old password format for compatibility with mysql 3.x9 q: m# p8 L; H& A7 N5 E
# clients (those using the mysqlclient10 compatibility package).+ \1 j, }2 T, V$ i# [0 Z2 H2 G
old_passwords=1- S9 p- W$ }) v- w7 c
default-character-set = utf8
7 G; R" R: Z5 d4 a& M& R3 D: S }; d
[mysql.server]) p) b3 k1 `/ q
user=mysql$ {' B; V, j; D- f6 J) g; [* I' d1 b, D
basedir=/var/lib4 x# n% z: ?0 c1 r0 I, R3 V
% H3 u( ^8 Y' x6 ^( _! e[mysqld_safe]
3 N0 u. ] e. e5 m5 g5 h) b" Qlog-error=/var/log/mysqld.log
, k h7 P9 Y! p; l7 hpid-file=/var/run/mysqld/mysqld.pid
, t7 \( s) f4 t3 z3 F5 \
( z4 p! w4 J# R# Y/ f7 G% T[mysql]
) C6 `; C; z2 j7 c, ~default-character-set = utf8: P4 o' C; [+ l0 S7 a
設定 MySQL 服務隨系統一起啟動
, M7 t% g$ N: p7 w. n# chkconfig mysqld on& j" v2 c5 K6 a* ^7 Y: D6 i. s
+ _5 b) H; N. _/ x確認 MySQL 自動啟動有打開
) x, L3 f+ Q9 z# u# y # chkconfig --list mysqld9 L3 U& S7 z9 M: x: h9 F
如果2--5為on的狀態就OK
2 }1 O. a" Q5 _9 ? mysqld 0: off 1: off 2: on 3: on 4: on 5: on 6: off
# L( M8 w1 X6 s' ^$ z 啟動 MySQL 服務5 n* x+ C& Y" `8 `
# service mysqld start 或 /usr/bin/mysqld_safe & 確認 MySQL 是否已啟動 #service mysqld status mysqld (pid 33778) is running... 或 cd /usr/mysql-test ; perl mysql-test-run.pl 8 b: f6 N" [; Z2 q; C8 i
啟動 MySQL 以後,必須設定 root 的密碼
( Y& Z0 f* D7 h9 d, h$ k: ^9 [ # mysqladmin -u root password 'Your Password' 或者執行指令 # /usr/bin/mysql_secure_installation 試 root 是否可成功登入 mysql: mysql -u root -p Enter password: (輸入root 密碼) 升級 MySQL database至最新 # mysql_upgrade -u root -p 輸入密碼
/ h" E# U+ f O' S
[重新安裝mysql] 參考http://tecadmin.net/remove-mysql-completely-from-linux-system/ 註: 以yum安裝在CentOS 5.11/i386 啟動時出現錯誤,see /var/log/mysqld.log : 160414 10:07:57 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql 160414 10:07:57 [Note] /usr/libexec/mysqld (mysqld 5.5.49) starting as process 9426 ... 160414 10:07:57 [Note] Plugin 'FEDERATED' is disabled. /usr/libexec/mysqld: Table 'mysql.plugin' doesn't exist 160414 10:07:57 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it. 160414 10:07:57 InnoDB: The InnoDB memory heap is disabled 160414 10:07:57 InnoDB: Mutexes and rw_locks use InnoDB's own implementation 160414 10:07:57 InnoDB: Compressed tables use zlib 1.2.3 160414 10:07:57 InnoDB: Using Linux native AIO 160414 10:07:57 InnoDB: Initializing buffer pool, size = 128.0M 160414 10:07:57 InnoDB: Completed initialization of buffer pool 160414 10:07:57 InnoDB: highest supported file format is Barracuda. 160414 10:07:57 InnoDB: Waiting for the background threads to start 160414 10:07:58 InnoDB: 5.5.49 started; log sequence number 1595675 160414 10:07:58 InnoDB: !!! innodb_force_recovery is set to 1 !!! 160414 10:07:58 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306 160414 10:07:58 [Note] - '0.0.0.0' resolves to '0.0.0.0'; 160414 10:07:58 [Note] Server socket created on IP: '0.0.0.0'. 160414 10:07:58 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist 原因是:啟動mysqld時無法自動建立 /var/lib/mysql/所有資料庫,因此需手動建立所有DB% c) e7 A+ f6 @9 \1 \2 D0 P) U) K" B
mysql_install_db --user=mysql --ldata=/var/lib/mysql/ ===>check /var/lib/mysql/內已建立許多DB
9 [7 @' U) Q1 h. D8 L0 C
: Q$ m9 O6 p& N0 ]0 X7 g5 o
升級成最新版: https://www.cadch.com/modules/news/article.php?storyid=227 |