Martin.xu

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

文章分类 -  MySQL

摘要:1、在本地使用root账户登入 [root@mysqldb ~]# mysql -h 127.0.0.1 -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL co 阅读全文
posted @ 2022-10-07 21:23 Martin.xu 阅读(370) 评论(0) 推荐(0)

摘要:在MySQL 8.0.11中,caching_sha2_password是默认的身份验证插件,而不是以往的mysql_native_password。有关此更改对服务器操作的影响以及服务器与客户端和连接器的兼容性的信息,请参阅caching_sha2_password作为首选的身份验证插件。(翻译自 阅读全文
posted @ 2018-08-15 19:38 Martin.xu 阅读(4482) 评论(0) 推荐(0)