Product:  DbVisualizer Personal 8.0
Build:  #1689 (2011/06/16 12:10)
Java VM:  Java HotSpot(TM) Client VM
Java Version:  1.7.0_04
Java Vendor:  Oracle Corporation
OS Name:  Windows XP
OS Arch:  x86
OS Version:  5.1An error occurred while establishing the connection:Long Message:
Packet for query is too large (3158578 > 1048576). You can change this value on the server by setting the max_allowed_packet' variable.Details:
   Type: com.mysql.jdbc.PacketTooBigException
   Error Code: 0
   SQL State: S1000
我用DbVisualizer连接我的MySQL就出现这个错误。
没有在my.ini里增加max_allowed_packet时,还能连接。
后来因为我网站的需要,我将max_allowed_packet改到了16MB。
现在无法连接了。
即使把max_allowed_packet从my.ini里删掉也依然无法连接。每次修改后都重启过MySQL的。请问谁有遇到过类似的问题吗?如何解决的?上面的方法我在家里和公司都试过了。都不行。或者有类似DbV的工具没??Navigat就算了,没DbV好用,虽然能用。