Connect SSHGo to the Directory
mysql -u root -p
- Add the Password
- Run this Command
SHOW DATABASES;
mysql -u root -p osirisdb > /home/database.sql mysql -u USERNAME -p DBNAME > /Directory/EXPORTNAME.sql
Jagdish Sarma Edited question March 4, 2021
mysql -u root -p
SHOW DATABASES;
mysql -u root -p osirisdb > /home/database.sql mysql -u USERNAME -p DBNAME > /Directory/EXPORTNAME.sql