最佳答案
我的 MySQL 数据库需要两个用户: appuser 和 support。
One of the application developers insists that I create four accounts for these users:
appuser@'%'
appuser@'localhost'
support@'%'
support@'localhost'
我真搞不懂他为什么觉得我们需要这个。使用通配符作为主机不会照顾“ localhost”吗?
有什么想法吗?
(在此使用 MySQL 5.5)