国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 數據庫 > MySQL > 正文

mysql Access denied for user ‘root’@’localhost’ (using password: YES)解決方法

2020-01-18 22:49:49
字體:
來源:轉載
供稿:網友

今天在啟動mysql時出現以下問題:

[root@www ~]# mysql -u root -pEnter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

網上的答案是各種各樣的,最終解決問題的方法總結為以下,好多都是沒有設置初始密碼造成此問題的。

解決方法如下:

[root@www ~]# service mysqld stop   #先關閉mysql服務Stopping mysqld:                      [ OK ][root@www ~]# mysqlERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)[root@www ~]# mysql -u root -p      #關閉服務后又出現如下問題Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)[root@www ~]# mysql -u root mysql    #鍵入此命令進入mysqlReading table information for completion of table and column namesYou can turn off this feature to get a quicker startup with -AWelcome to the MySQL monitor. Commands end with ; or /g.Your MySQL connection id is 1Server version: 5.1.73 Source distributionCopyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Type 'help;' or '/h' for help. Type '/c' to clear the current input statement.mysql> update user set password=password('123') where user='root' and host='localhost';  ---->修改root的密碼Query OK, 1 row affected (0.04 sec)Rows matched: 1 Changed: 1 Warnings: 0mysql> flush priviledge;ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'priviledge' at line 1mysql> flush privileges;Query OK, 0 rows affected (0.00 sec)mysql> /qBye[root@www ~]# mysql -u root -p           ------>重新進入Enter password: Welcome to the MySQL monitor. Commands end with ; or /g.Your MySQL connection id is 2Server version: 5.1.73 Source distributionCopyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Type 'help;' or '/h' for help. Type '/c' to clear the current input statement.mysql> /qBye

到此就完了!!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 类乌齐县| 乐业县| 太仓市| 运城市| 靖江市| 五峰| 五莲县| 望奎县| 云浮市| 揭东县| 咸宁市| 平塘县| 麟游县| 巩义市| 镇江市| 丽江市| 霸州市| 宜春市| 拜城县| 寿光市| 阆中市| 丰台区| 德令哈市| 开鲁县| 泰兴市| 同心县| 贞丰县| 犍为县| 建昌县| 教育| 绥德县| 梓潼县| 鄢陵县| 交口县| 皮山县| 桦甸市| 东乡| 昌吉市| 崇礼县| 临漳县| 临城县|