Hello
I have migrate any sites to new server, where there is mysql 5
Centos 5
WHM/Cpanel
When I try to open phpmyadmin I see this :/
query SQL:
SHOW CHARACTER SET;
#5 - Out of memory (Needed 1677360 bytes)
--
??
Thanks
Hello
I have migrate any sites to new server, where there is mysql 5
Centos 5
WHM/Cpanel
When I try to open phpmyadmin I see this :/
query SQL:
SHOW CHARACTER SET;
#5 - Out of memory (Needed 1677360 bytes)
--
??
Thanks
--
Try adding the "quick" flag/variable to the server-wide my.cnf.
You can test whether using quick will remedy this by connecting to the database from CLI.
eg. "mysql --quick <database_name>"
Dylan Botha