这是因为防火墙的原因,把响应端口开启就行了。
# Firewall configuration written by
system-config-firewall # Manual customization of this file
is not recommended.
【nginx】 【linux】 【mysql】 【防火墙】 【web】 【配置】 【tomcat】 …
Ideas, releases, practical guides, and perspectives from the people building with MySQL.
CREATE TABLE `user_group` (
`id` int(11) NOT NULL auto_increment, `uid` int(11)
NOT NULL, `group_id` int(11) NOT NULL, PRIMARY KEY
(`id`), KEY `uid` (`uid`), KEY `group_id`
(`group_id`), ) ENGINE=InnoDB AUTO_INCREMENT=750366 DEFAULT
CHARSET=utf8 看AUTO_INCREMENT就知道数据并不多,75万条。
【mysql】 【SQL】 【索引】 【index】 【type】 点击查看原文>