Forum Moderators: coopster
I have a newly setup VPS server running CentOS. I'm not sure if it's because of a setting on my server, or some other reason.
Can anyone give me any clues as to what to check?
The strange thing is, I have a version of PHP Nuke CMS that has a built in SQL database backup utility and it does backups just fine. But if I go to phpmyadmin through Cpanel and do a manual export the connection to server resets.
Thanks for any and all help :)
The strange thing is, I have a version of PHP Nuke CMS that has a built in SQL database backup utility and it does backups just fine. But if I go to phpmyadmin through Cpanel and do a manual export the connection to server resets.
I have come across this before and it sounds like the script is timing out. You could increase the PHP maximum execution time to give the script longer to run, or just use the PHP Nuke SQL database backup utility (I assume you then download the SQL file via FTP).
your other option would be to run the mysqldump [dev.mysql.com] from the command line
Thank you for the welcome jatar_k, this site looks loaded with information, I will enjoy my membership here. Also thank you for the link you provided, I wasn't aware of that method, it is extremly helpful.