MySQL Forums
Forum List  »  MySQL Administrator

Re: Create backup of a database using mysql administrator
Posted by: Barry Galbraith
Date: July 28, 2009 06:20PM

You select the host on the opening dialog of MySQL Administrator.

Leave "Stored Connection" blank
Enter the server name or ip address of your MySQL in "Server Host"
Enter the mysql user name in "username"
Enter the mysql password in "password"

Click on OK, and you will connect to the MySQL server if the user name you used has privilege on the server.
Your database will be listed in the schemata if your username has privileges on your database.

If it isn't there, then connect to the server as root, and allow your username privileges on the database you want to backup.

Good Luck.
Barry.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.