.SQL File Is Too Big (Read Inside)

🚫
Exiled
Joined
Oct 19, 2006
Messages
400
Reaction score
1
Location
Sweden
I try to setup a TBC server and i gotta upload those .sql files to phpMyAdmin in mangos_bc database. Umm it's like 200,000 kb and i need to upload it and the max size is 16,000 kb.

What can i do? Add my msn or post here: [email protected]
 
Euh...forget phpadmin, and do it on command line?
No maximum file size, and also works 10 times faster ;)

"C:\Program Files\MySQL Server 5.0\bin\mysql.exe" --local-infile -f -h localhost -u <my username> -p <database name> <path+filename>
 
Back