中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ERROR 1045 (28000): Access denied for user 'root'@

發布時間:2020-07-24 01:10:15 來源:網絡 閱讀:4394 作者:xiaocao13140 欄目:MySQL數據庫

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using passwor

錯誤描述: Mysql中添加用戶之后可能出現登錄時提示ERROR 1045 (28000): Access denied for user的錯誤.刪除user.user中值為NULL的,或更新NULL為test 1)delete from user where user is NULL 2)update user set user=‘test‘ where user is NULL.意外的情況: 如果上述方法沒有效果,依然出現空用戶,則可以利用圖形化用戶client刪除. 

在重裝了CentOS后,發覺Mysql一直不好用。 
# mysqladmin create dbname 命令老是返回mysqladmin: connect to server at ’localhost’ failed 
# mysql -u root@localhost  
>create database dbname;   
也同樣返回錯誤ERROR 1045 (28000): Access denied for user ’root’@’localhost’ (using password: NO) 
# mysql -u root -p 
Enter password: 
ERROR 1045 (28000): Access denied for user ’root’@’localhost’ (using password: NO) 
使用網上介紹的方法修改root用戶的密碼: 
# mysqladmin -uroot -p password ’newpassword’ 
Enter password: 
mysqladmin: connect to server at ’localhost’ failed 
error: ’Access denied for user ’root’@’localhost’ (using password: YES)’ 
現在終于被我找到了解決方法,如下(請先測試方法三,謝謝!): 
方法一: 
# /etc/init.d/mysql stop 
# mysqld_safe --user=mysql --skip-grant-tables --skip-networking & 
# mysql -u root mysql 
mysql> UPDATE user SET Password=PASSWORD(’newpassword’) where USER=’root’; 
mysql> FLUSH PRIVILEGES; 
mysql> quit 
# /etc/init.d/mysql restart 
# mysql -uroot -p 
Enter password: <輸入新設的密碼newpassword> 
mysql> 
方法二: 
直接使用/etc/mysql/debian.cnf文件中[client]節提供的用戶名和密碼: 
# mysql -udebian-sys-maint -p 
Enter password: <輸入[client]節的密碼> 
mysql> UPDATE user SET Password=PASSWORD(’newpassword’) where USER=’root’; 
mysql> FLUSH PRIVILEGES; 
mysql> quit 
# mysql -uroot -p 
Enter password: <輸入新設的密碼newpassword> 
mysql> 
方法三: 
這種方法我沒有進行過測試,因為我的root用戶默認密碼已經被我修改過了,那位有空測試一下,把結果告訴我,謝謝! 
# mysql -uroot -p 

Enter password: <輸入/etc/mysql/debian.cnf文件中[client]節提供的密碼> 

最后注意:別忘了關閉防火墻,免得外網無法訪問該主機的數據庫端口。

至此,困惑多時的問題解決了!            

       

轉載請注明出處瑋璘博客:http://www.wangweilin.name/rj_446.html

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

宁城县| 巴彦县| 宝山区| 南投市| 南城县| 沂源县| 锡林郭勒盟| 包头市| 永德县| 招远市| 三河市| 乡宁县| 凤翔县| 瑞安市| 天镇县| 邛崃市| 南宫市| 安陆市| 大名县| 陆河县| 蒲城县| 方山县| 将乐县| 台山市| 托克逊县| 响水县| 丹江口市| 盈江县| 炎陵县| 湛江市| 临江市| 刚察县| 大丰市| 行唐县| 安康市| 嘉祥县| 光山县| 九台市| 盐津县| 梁平县| 侯马市|