...
(replace the ip address in the command with the ip address of your old server)
Test the access from the OSX OS X host:
Code:
mysql -u root -h <newHostName> -B -e "SELECT USER()"
...
Note | ||
---|---|---|
| ||
old supervisor: mysqldump --opt --databases 1qube 2qube 3qube ... qube > some_file.sql The list of qube databases (1qube 2qube 3qube, etc) can be found by looking in c:\Program Files\pfx\qube\mysql\data for all files that contain the word "qube". |
...
You should start to see some qube databases with numbers in front of them, like 12qube. Run the command every minute or so, and the list of databases should be growing.
Once the mysqldump command has finished on the OSX OS X server, you'll need to do a bit of maintenance on the new tables on the linux server.
On the linux server:
...