Tag overview for: 'backup'
Entries on this site with 'backup'
- Taking a backup of a MySQL table and restoring it
Use the command below to take a backup of only one table: # mysqldump -u db_username -p mydatabase table1 > table1.sql Use the command below to restore the table: #mysql - - Backup or Restore your Mysql Database using phpMyAdmin
Taking a Backup or Export of your MySQL database using phpMyAdmin :- -------------------------------------------------------------------------------------------------- Ste
Related tags
database, export, import, linux, mysql, phpmyadmin, restore, sqlExternal feeds for 'backup'
Click icon for a list of links on 'backup'