Dev Blaze Posted November 19, 2013 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 212 Reputation: 5 Joined: 01/24/12 Last Seen: February 19, 2019 Share Posted November 19, 2013 This example shows you how to export a database. It is a good idea to export your data often as a backup.1. Put The Directory#cd /root2.Using SSH, execute the following command:#mysqldump -p -u username database_name > dbname.sql 3. Enter your phpmyadmin Passsword DONE..4. Open your winscp check the directory /root 1 Quote Link to comment Share on other sites More sharing options...
Patskie Posted November 20, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: Yesterday at 03:19 AM Share Posted November 20, 2013 Topic approved! 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.