Hi,
I think I might have a corrupt MySQL database. The script using it (phpAdsNew) takes forever to run (5 minutes per task) and it messes up my MySQL backup script.
I've tried runnin REPAIR TABLE EXTENDED but it didn't make any different, short of taking 20 minutes to run and frightening the life out of me 🙂
What I'd like to do is just fudge over the problem by renaming the database from phpads to xphpads so the backup script bombs out at the end of the backup rather than half way through.
I can't rename or move the contents to another database, though. The database is password protected and I get a login error even after I put the password in on the mysqldump command. I have root privileges on the server and databases. This is done through SSH.
If someone could give me a pointer here, I'd appreciate it. I'm a relative newbie when it comes to MySQL, so any help would be appreciated!