亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

秦安县| 乐清市| 北宁市| 太和县| 静海县| 垦利县| 南京市| 建阳市| 密山市| 互助| 图木舒克市| 柳河县| 肇源县| 宁强县| 林芝县| 连州市| 邳州市| 宁乡县| 原平市| 巴塘县| 黄骅市| 泰兴市| 和静县| 二手房| 卢湾区| 兴安盟| 泗洪县| 霍林郭勒市| 辰溪县| 麻城市| 惠州市| 莱芜市| 定远县| 曲周县| 沿河| 灵台县| 郁南县| 长宁区| 美姑县| 昌乐县| 石狮市|