ok, I have a databse about 150MB and i cannot back it up for some reason through phpmyadmin.... I am on Windows server with Plesk. I have been looking for days now, for some script or ANYTHING to back my DB up...It waas pretty easy in Linux where i used SSH. HOW CAN I BACK MY DATABASE ? Will be really greatful for people to help me out, as i myself is so frustrated at the moment. Hope i get a positive response. Thanks
Obviously, phpMyadmin sucks since long awhile, just pure "cosmetic" improvements. For very large databases there are two must-have scripts www.ozerov.de/bigdump.php for dumping, and www.bitesser.de/freeware/script.php?id=1 for backing up .
Maybe you can cut it , like go database by database and if only 1 database go tables by tables . or see other software .
Its only 1 database, and all the others tables backup where the MAIN One doesnt. So thers some problem in that one table... Ayway to fix?
Using phpmyadmin, you can choose what table you wish to back up. Split the dataabase into smaller groups of tables instead of trying to backup the entire thing at one time. I have a mysql database that very large as well and that is how I handled the issue.
You can backup the tables one by one or by using any trigger. And take a look into mysql data directory Have a nice day
That has backed my table up, but its not in the form of PHPMYADMIN Structure.. Yeah i tryed 1 by 1 but it doesnt backup fully aswell, so theres something wrorng with the table. However it backed it up using MYSQL COMMANDER, Can someone tell me how to restore it?