本篇內容介紹了“入門(mén)安裝方式”的有關(guān)知識,在實(shí)際案例的操作過(guò)程中,不少人都會(huì )遇到這樣的困境,接下來(lái)就讓小編帶領(lǐng)大家學(xué)習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學(xué)有所成!
安裝mysql
1)rpm安裝mysql5.7
mysql-community-devel-5.7.12-1.el6.x86_64.rpm
mysql-community-libs-5.7.12-1.el6.x86_64.rpm
mysql-community-test-5.7.12-1.el6.x86_64.rpm
mysql-community-client-5.7.12-1.el6.x86_64.rpm
mysql-community-common-5.7.12-1.el6.x86_64.rpm
mysql-community-server-5.7.12-1.el6.x86_64.rpm
如果有沖突的安裝,先卸載,如:
rpm -e mysql-libs-5.1.66-2.el6_3.x86_64 --nodeps
2)啟動(dòng)mysql
service mysqld start
3)修改mysql 的root用戶(hù)密碼
如果在/etc/my.cnf修改了socket文件位置,則也應該同時(shí)修改[mysql]的socket文件位置;
#mysqld_safe --user=mysql --skip-grant-tables --skip-networking &
#mysql -u root mysql
//mysql5.6
// mysql> UPDATE user SET Password=PASSWORD('newpassword') where USER='root';
//mysql5.7
mysql> UPDATE user SET authentication_string=PASSWORD('aaa123') where USER='root';
//使用desc user查看表字段描述
mysql> FLUSH PRIVILEGES;
mysql> quit
重新執行:
Mysql>SET PASSWORD = PASSWORD('123456');
或者
Mysql>alter user root@localhost identified by ‘a(chǎn)aAA1234!@#$’;
*rpm安裝,basedir為/usr
4)root用戶(hù)登錄mysql
[root@vm1 ~]# mysql -uroot -p
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 5
Server version: 5.7.12 MySQL Community Server (GPL)
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng )、來(lái)自本網(wǎng)站內容采集于網(wǎng)絡(luò )互聯(lián)網(wǎng)轉載等其它媒體和分享為主,內容觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如侵犯了原作者的版權,請告知一經(jīng)查實(shí),將立刻刪除涉嫌侵權內容,聯(lián)系我們QQ:712375056,同時(shí)歡迎投稿傳遞力量。
Copyright ? 2009-2022 56dr.com. All Rights Reserved. 特網(wǎng)科技 特網(wǎng)云 版權所有 特網(wǎng)科技 粵ICP備16109289號
域名注冊服務(wù)機構:阿里云計算有限公司(萬(wàn)網(wǎng)) 域名服務(wù)機構:煙臺帝思普網(wǎng)絡(luò )科技有限公司(DNSPod) CDN服務(wù):阿里云計算有限公司 百度云 中國互聯(lián)網(wǎng)舉報中心 增值電信業(yè)務(wù)經(jīng)營(yíng)許可證B2
建議您使用Chrome、Firefox、Edge、IE10及以上版本和360等主流瀏覽器瀏覽本網(wǎng)站