Terry Posted May 27, 2008 Share Posted May 27, 2008 Hello, How would i go about restoring my WHMCS database? Thanks 0 Quote Link to comment Share on other sites More sharing options...
bear Posted May 28, 2008 Share Posted May 28, 2008 Depends on how it was backed up and the size, as well as what sort of access you have. You can use phpMyAdmin, if you have it, or if you have access, use shell. mysql -u username -p database_name < dumpfile.sql (you can add the actual password after the "-p", don't leave a space) 0 Quote Link to comment Share on other sites More sharing options...
Terry Posted May 28, 2008 Author Share Posted May 28, 2008 I used the backup database function in WHMCS, its 77kb big, i can get access to SSH if i wanted to and i have phpmyadmin, what would be the easy way to do it? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted May 28, 2008 Share Posted May 28, 2008 phpMyAdmin would be the simplest, I'd imagine, unless you're comfortable with shell. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.