MySQL command line should work:
First make a new backup just in case it goes even more Pete Tong:
mysqldump -u rduser -p Rivendell > ~/justincase.sql
Then import the backup you want to use:
mysql -u rduser -p Rivendell < /path/to/backup/file/mybackup.sql
This will login to mysql on the local machine and ask you for the
password, use -h name_or_ip_of_server if you have the database somewhere
else.
E.g. mysql -u rduser -p -h rivserver Rivendell < ~/mybackup.sql
Should be back to normal within 2minutes and no need to hunt around
installing phpmyadmin or whatever.
Regards,
Wayne Merricks
The Voice Asia
On 21/02/14 11:50, Cowboy wrote:
On Friday 21 February 2014 02:23:06 am Stan Fotinos wrote:
Have you tried using Mysql admin command line or GUI to see what is
happening. You can also try using this to restore the database if
rdadmin wont do it.
Personally, I use webmin for that sort of thing, but
PhpMyAdmin can do it almost as easily.
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev