在mysql 中创建了用户之后不能远程访问! 用户的host是“%”,求高手解答!
+------+-----------------------+
| user | host                  |
+------+-----------------------+
| root | %                     |
| tom  | %                     |
| root | 127.0.0.1             |
| root | localhost             |
| root | localhost.localdomain |
+------+-----------------------+