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