Home : General : Databases and SQL :

General: Databases and SQL: Re: [donm] New to MySQL: Edit Log

Here is the list of edits for this post
Re: [donm] New to MySQL
To backup from telnet:

mysqldump -uUSERNAME -p DATABASE_NAME > /path/to/backup.txt
Enter Password: PASSWORD

Change USERNAME DATABASE_NAME and PASSWORD to the corresponding values for your database.

You may want to install mysqlman which will automate backups/restoring from your browser.

Last edited by:

Paul: Jun 6, 2002, 7:33 AM

Edit Log: