viernes, 22 de enero de 2021

MySQL: Dump command

mysqldump --databases --user=user_name --password --host > path_to_dump_file // Dumps entire db mysqldump --user=user_name --password --host hostvalue which_db table_1 table_2 ... table_n > path_to_dump_file