您好,登錄后才能下訂單哦!
這篇文章主要介紹了MYSQL服務如何安裝,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。
系統環境信息
CentOS release 6.3 (Final)
VMware? Workstation 9.0.0 build-812388
rpm安裝包準備
1 從光盤拷貝如下安裝包到指定目錄
2 也可以從RPM資源網站下載到本地環境
perl-DBI-1.609-4.el6.i686.rpm
mysql-libs-5.1.61-4.el6.i686.rpm
mysql-5.1.61-4.el6.i686.rpm
perl-DBD-MySQL-4.013-3.el6.i686.rpm
mysql-server-5.1.61-4.el6.i686.rpm
目錄名稱
/usr/dev/mysql
卸除原有MYSQL服務
操作步驟
#cd /usr/dev
#rpm -ivh perl-DBI-1.609-4.el6.i686.rpm
#rpm -ivh mysql-libs-5.1.61-4.el6.i686.rpm
#rpm -ivh mysql-5.1.61-4.el6.i686.rpm
#rpm -ivh perl-DBD-MySQL-4.013-3.el6.i686.rpm
#rpm -ivh mysql-server-5.1.61-4.el6.i686.rpm
#/usr/bin/mysql_install_db --user=mysql
#/usr/bin/mysqld_safe &
#/etc/init.d/mysqld status
備注
命令7含義 初始化MYSQL數據庫 該命令用來初始化 mysql數據庫,即創建/var/lib/mysql目錄
命令8含義 啟動MYSQL服務
命令9含義 查看MYSQL啟動狀態
執行命令7后顯示如下信息
========================================================
Installing MySQL system tables...
OK
Filling help tables...
OK
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 localhost.localdomain 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
Please report any problems with the /usr/bin/mysqlbug script!
================================================
執行命令8后顯示如下信息
================================================
mysqld_safe Logging to '/var/log/mysqld.log'.
mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
================================================
執行命令9后顯示如下信息
================================================
mysqld (pid 4200) is running...
================================================
感謝你能夠認真閱讀完這篇文章,希望小編分享的“MYSQL服務如何安裝”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。