我設置一個MySQL數據庫作爲一個權限:我的SQL設置權限
GRANT SELECT ON 'Whats-uav-u-100176'.* to "wvico-zag-u-100787"
但我得到這個錯誤:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''Whats-uav-u-100176'.* to "wvico-zag-u-100787"' at line 1
如何解決這個問題呢?
您的意思是'GRANT ALL'而不是'GRANT SELECT'試試? – zed
不,我不希望這個用戶做任何編輯,只需選擇 –
要查看被授予用戶'SELECT FROM common_schema.sql_show_grants其中user =「應用」 sql_grants;' – zed