eva2000
Fri 26th Apr '02, 11:17pm
3 ways to repair a database
===================
1. you need to upload repair.php from your vB zip file to your /admin directory and run this url
yourdomain.com/admin/repair.php?html=1&check=1
2. or using mysqlcheck repair for 3.23.38 and above
i.e. in shell/telnet/ssh type while mysql is running and forum is CLOSED:
mysqlcheck -r -u mysqlusername -p databasename
3. or via myisamchk repair functions while mysql is shutdown/stopped in shell/telnet/ssh type :
myisamchk -r -u root -p databasename
option #3 most likely requires server and mysql root access to first stop mysql and then run myisamchk repair options.
===================
1. you need to upload repair.php from your vB zip file to your /admin directory and run this url
yourdomain.com/admin/repair.php?html=1&check=1
2. or using mysqlcheck repair for 3.23.38 and above
i.e. in shell/telnet/ssh type while mysql is running and forum is CLOSED:
mysqlcheck -r -u mysqlusername -p databasename
3. or via myisamchk repair functions while mysql is shutdown/stopped in shell/telnet/ssh type :
myisamchk -r -u root -p databasename
option #3 most likely requires server and mysql root access to first stop mysql and then run myisamchk repair options.