標(biāo)題: 授權(quán)疑問 [打印本頁] 作者: hxl 時(shí)間: 2018-07-11 18:46 標(biāo)題: 授權(quán)疑問 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> grant usage on `db_test.*` to 'hxl'@'%' identified by 'mysql';
ERROR 1146 (42S02): Table 'mysql.db_test.*' doesn't exist
mysql>