MySQL最新版本,mysql5.6 install_mysql5.6安裝

 2023-11-18 阅读 23 评论 0

摘要:修改登錄密碼;進入mysql系統數據庫:mysql> use mysqlReading table information for completion of table and column namesMySQL最新版本。You can turn off this feature to get a quicker startup with -ADatabase changed修改root賬戶密碼:mysql&

修改登錄密碼;

進入mysql系統數據庫:

mysql> use mysql

Reading table information for completion of table and column names

MySQL最新版本。You can turn off this feature to get a quicker startup with -A

Database changed

修改root賬戶密碼:

mysql> update user set password=password("12345") where user="root";

Query OK, 4 rows affected (0.02 sec)

docker mysql集群,Rows matched: 4 Changed: 4 Warnings: 0

刷新權限:

mysql> flush privileges;

Query OK, 0 rows affected (0.00 sec)

mysql> exit

MySQL installer?Bye

版权声明:本站所有资料均为网友推荐收集整理而来,仅供学习和研究交流使用。

原文链接:https://hbdhgg.com/2/178020.html

发表评论:

本站为非赢利网站,部分文章来源或改编自互联网及其他公众平台,主要目的在于分享信息,版权归原作者所有,内容仅供读者参考,如有侵权请联系我们删除!

Copyright © 2022 匯編語言學習筆記 Inc. 保留所有权利。

底部版权信息