 | How to fix internal server errors | |
 | This is a usual scenario where users might come across such Internal Server Errors.What do I need to do in this case ?You should understand that the “Internal Server Error” doesn’t always necessary be due to a server problem. It may also |
|
 |
 | How do I backup a database via SSH? | |
 | First, you'll need to log into your account
via a secure shell client like Putty or SecureCRT. Once there, you'll
need to enter the following command: /usr/bin/mysqldump $databasename
-u $user -p$password > /path/to/file.sql |
|
 |