Free Software Server Environment : MySqlRestore

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: FSSE.INFO is produced by "osde8info" :

MySQL Restore

Just use
mysql
with a dump from MySqlDump !

Restore

$ mysql -u username -p mydb < mydbbackup.sql
Password:
or
$ mysql --user=username --password mydb < mydbbackup.sql
Password:



REFERRERS
MySqlAdministration
MySqlBackup
MySqlDump

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.1416 seconds