本文主要給大家簡(jiǎn)單講講二進(jìn)制快速安裝mysql5.6.35的步驟,相關(guān)專(zhuān)業(yè)術(shù)語(yǔ)大家可以上網(wǎng)查查或者找一些相關(guān)書(shū)籍補(bǔ)充一下,這里就不涉獵了,我們就直奔主題吧,希望二進(jìn)制快速安裝mysql5.6.35的步驟這篇文章可以給大家?guī)?lái)一些實(shí)際幫助。
創(chuàng)新互聯(lián)是一家以成都網(wǎng)站建設(shè)公司、網(wǎng)頁(yè)設(shè)計(jì)、品牌設(shè)計(jì)、軟件運(yùn)維、營(yíng)銷(xiāo)推廣、小程序App開(kāi)發(fā)等移動(dòng)開(kāi)發(fā)為一體互聯(lián)網(wǎng)公司。已累計(jì)為地磅秤等眾行業(yè)中小客戶(hù)提供優(yōu)質(zhì)的互聯(lián)網(wǎng)建站和軟件開(kāi)發(fā)服務(wù)。mysql
mysql安裝在/data/mysql-5.6.35目錄下;
cd /data/ wget tar -zxf mysql-5.6.35-linux-glibc2.5-x86_64.tar.gz mv mysql-5.6.35-linux-glibc2.5-x86_64 /data/mysql-5.6.35
sudo useradd -s /sbin/nologin -M mysql mkdir -pv /data/mysql-5.6.35/{var,log} touch /data/mysql-5.6.35/log/error.log sudo chown -R mysql:mysql /data/mysql-5.6.35/
vim ~/.bash_profile export PATH=/data/mysql-5.6.35/bin:$PATH 刷新一下環(huán)境 source ~/.bash_profile
cd /data/mysql-5.6.35/ sudo ./scripts/mysql_install_db --basedir=/data/mysql-5.6.35/ --datadir=/data/mysql-5.6.35/data/ --user=mysql #如果安裝在/usr/local/mysql/目錄下,則兩個(gè)sed不許執(zhí)行,因?yàn)槟J(rèn)是/usr/local/目錄下; sudo sed -i 's#/usr/local/mysql#/data/mysql-5.6.35#g' /data/mysql-5.6.35/bin/mysqld_safe sudo sed -i 's#/usr/local/mysql#/data/mysql-5.6.35#g' /data/mysql-5.6.35/support-files/mysql.server sudo ln -s /data/mysql-5.6.35/bin/mysql /usr/bin
sudo rm –f /etc/my.cnf sudo vim /data/mysql-5.6.35/my.cnf [client] port = 3306 socket = /tmp/mysql.sock [mysqld] server-id = 1 port = 3306 basedir = /data/mysql-5.6.35 datadir = /data/mysql-5.6.35/data socket = /tmp/mysql.sock binlog-ignore-db = mysql log-bin = /data/mysql-5.6.35/log/mysql-bin innodb_file_per_table = 1 open_files_limit = 65535 sql_mode =NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES skip-host-cache skip-name-resolve max_connections = 1024 wait_timeout = 31536000 interactive_timeout = 31536000 character-set-server =utf8mb4 collation-server = utf8mb4_general_ci init_connect = 'SET NAMES utf8mb4' lower_case_table_names = 1 log_error = /data/mysql-5.6.35/log/error.log slow_query_log = 1 slow_query_log_file = /data/mysql-5.6.35/log/slow.log [mysqld_safe] err-log= /data/mysql-5.6.35/log/mysqld_safe_err.log pid-file = /data/mysql-5.6.35/var/mysqld.pid
sudo cp support-files/mysql.server /etc/init.d/mysqld
sudo chkconfig --add mysqld sudo chkconfig mysqld on sudo chkconfig --list mysqld
sudo /etc/init.d/mysqld start ps –ef | grepmysql
sudo /data/mysql-5.6.35/bin/mysqladmin -u root password 'newpassword'
mysql -uroot -p
[root@KVM mysql-5.6.35]#sudo /data/mysql-5.6.35/bin/mysql_secure_installation NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY! In order to log into MySQL to secure it, we'll need the currentpassword for the root user. Ifyou've just installed MySQL, andyou haven't set the root password yet, the password will be blank,so you should just press enter here. Enter current password for root (enter for none):OK, successfully used password, moving on... Setting the root password ensures that nobody can log into the MySQLroot user without the proper authorisation. You already have a root password set, so you can safely answer 'n'. Change the root password? [Y/n] n ... skipping. By default, a MySQL installation has an anonymous user, allowing anyoneto log into MySQL without having to have a user account created forthem. This is intended only fortesting, and to make the installationgo a bit smoother. You shouldremove them before moving into aproduction environment. Remove anonymous users? [Y/n] y ... Success! Normally, root should only be allowed to connect from 'localhost'. Thisensures that someone cannot guess at the root password from the network. Disallow root login remotely? [Y/n] n ... Success! By default, MySQL comes with a database named 'test' that anyone canaccess. This is also intended only fortesting, and should be removedbefore moving into a production environment. Remove test database and access to it? [Y/n] y - Dropping test database... ... Success! - Removing privileges on testdatabase... ... Success! Reloading the privilege tables will ensure that all changes made so farwill take effect immediately. Reload privilege tables now? [Y/n] y ... Success! All done! If you've completed allof the above steps, your MySQLinstallation should now be secure. Thanks for using MySQL! Cleaning up... [root@KVM mysql-5.6.35]#
二進(jìn)制快速安裝mysql5.6.35的步驟就先給大家講到這里,對(duì)于其它相關(guān)問(wèn)題大家想要了解的可以持續(xù)關(guān)注我們的行業(yè)資訊。我們的板塊內(nèi)容每天都會(huì)捕捉一些行業(yè)新聞及專(zhuān)業(yè)知識(shí)分享給大家的。
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線(xiàn),公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性?xún)r(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專(zhuān)為企業(yè)上云打造定制,能夠滿(mǎn)足用戶(hù)豐富、多元化的應(yīng)用場(chǎng)景需求。
當(dāng)前文章:二進(jìn)制快速安裝mysql5.6.35的步驟-創(chuàng)新互聯(lián)
鏈接地址:http://jinyejixie.com/article14/egcde.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供微信公眾號(hào)、企業(yè)建站、網(wǎng)站排名、企業(yè)網(wǎng)站制作、品牌網(wǎng)站建設(shè)、網(wǎng)站策劃
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容