mysqldump?

Asked by George Graham

I've been trying to work out how best to back up data on a sandbox installation. Is it possible to do a mysqldump using sandbox?

thanks.

Question information

Language:
English Edit question
Status:
Answered
For:
MySQL Sandbox Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Giuseppe Maxia (giuseppe-maxia) said :
#1

Hi,
every sandbox has a "./my" script that allows the invocation of the tools belonging to the binaries used to install it.
For example
./my sqldump database_name > filename.sql

Notice the space between "./my" and "sqldump".
There is no need for host, username, or password. The "my" script knows where to get the defaults.
Likewise, you can do "./my sqlbinlog", "./my sqladmin", and so on.

Can you help with this problem?

Provide an answer of your own, or ask George Graham for more information if necessary.

To post a message you must log in.