Can not upload large Database file in local server

A

Anonymous

Guest
Hi saroya.
Do you get error like:
Mysql Gone away?
If possible use mysql client for importing database.(not phpmyadmin)
Fix:
Login as root and issuse:
Code:
SET GLOBAL query_cache_size = 52428800;
SET GLOBAL max_connections = 200;
 
Back
Top