Menu
  • HOME
  • TAGS

how to export database?I'm using teraterm

mysql,linux,teraterm

You can use the mysqldump command this way: mysqldump -u root -ptest test_db > backup.sql Where username is root, root password is test and database name is test_db...