91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

Mac 下的MySQL ERROR 1227(42000): Access denied; you need (at least one of)

發布時間:2020-08-10 16:54:11 來源:ITPUB博客 閱讀:206 作者:urgel_babay 欄目:MySQL數據庫

Mac 下的MySQL只有連個庫)

AC-IT002deMacBook-Pro:bin ac-it002$ mysql -u root -p

Enter password:

Welcome to the MySQL monitor. Commands end with ; or \g.

Your MySQL connection id is 61

Server version: 5.6.17 MySQL Community Server (GPL)


Copyright (c) 2000, 2014, 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> show databases;

+--------------------+

| Database |

+--------------------+

| information_schema |

| test |

+--------------------+

2 rows in set (0.00 sec)


mysql>


報錯:

創建數據庫的時候:

create user newUser;

ERROR 1227 (42000): Access denied; you need (at least one of) the CREATE USER privilege(s) for this operation


ERROR 1227 (42000): Access denied; you need (at least one of) the RELOAD privilege(s) for this operation


解決辦法:

都是在終端命令行下面操作的,建議在操作前重新設置一下path

方法一:
1.
關閉mysql
# service mysqld stop
2.
屏蔽權限
# mysqld_safe --skip-grant-table
屏幕出現: Starting demo from .....
3.
新開起一個終端輸入
# mysql -u root mysql
mysql> UPDATE user SET Password=PASSWORD('newpassword') where USER='root';
mysql> FLUSH PRIVILEGES;//
記得要這句話,否則如果關閉先前的終端,又會出現原來的錯誤
mysql> \q

方法二:
1.
關閉mysql
# service mysqld stop
2.
屏蔽權限
# mysqld_safe --skip-grant-table
屏幕出現: Starting demo from .....
3.
新開起一個終端輸入
# mysql -u root mysql
mysql> delete from user where USER='';
mysql> FLUSH PRIVILEGES;//
記得要這句話,否則如果關閉先前的終端,又會出現原來的錯誤
mysql> \q


mysql> show databases;

+--------------------+

| Database |

+--------------------+

| information_schema |

| d0 |

| d7 |

| mysql |

| performance_schema |

| ptsub |

| test |

+--------------------+

7 rows in set (0.00 sec)

mysql> UPDATE user SET Password=PASSWORD('123456') where USER='root';

ERROR 1046 (3D000): No database selected

mysql> use mysql

Reading table information for completion of table and column names

You can turn off this feature to get a quicker startup with -A


Database changed

mysql> UPDATE user SET Password=PASSWORD('123456') where USER='root';

Query OK, 4 rows affected (0.00 sec)

Rows matched: 4 Changed: 4 Warnings: 0


mysql> FLUSH PRIVILEGES;

Query OK, 0 rows affected (0.00 sec)


mysql> \q

向AI問一下細節

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

AI

深泽县| 西宁市| 马山县| 株洲市| 铜陵市| 和政县| 伊川县| 玛纳斯县| 县级市| 江川县| 济南市| 青铜峡市| 浦东新区| 色达县| 大化| 乾安县| 嘉祥县| 登封市| 滨海县| 松溪县| 临武县| 鹿邑县| 淮安市| 和顺县| 尖扎县| 射洪县| 巨野县| 绥中县| 青海省| 廉江市| 博客| 灌阳县| 南通市| 九寨沟县| 繁昌县| 兴义市| 清远市| 鲁甸县| 高碑店市| 高青县| 铅山县|