Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下を使用して、特定のデータベースの特定のユーザーに実行権限を付与してみました。
GRANT EXECUTE ON `databasename`.* TO 'user'@'12.345.67.89';
正常に完了したように見えますが、権限が追加されていません。ただし、実行権限が同じユーザーにグローバルに付与されている場合は、機能します。私は何かが足りないのですか?
mysqlバージョン5.0.51aを使用する