From my workstation (Linux) I can access the MySQL instance on another machine (Windows) in my workgroup. I am connecting as user 'root' which has full privileges, so I can successfully query all tables in all schemas.
When I select Data Export I get an error:
====
Running: /usr/bin/mysqldump --defaults-extra-file="/tmp/tmpr0XSlq/extraparams.cnf" --user=root --max_allowed_packet=1G --host=[my Windows box] --port=3306 --default-character-set=utf8 "[my schema]" "[my table]"
mysqldump: Got error: 1045: Access denied for user 'root'@'[my-workstation] .[my-workgroup]' (using password: YES) when trying to connect
=====
This used to work previously but has recently stopped working. I recently changed the workgroup name (on both the workstation and the "server" machine, of course) and I suspect that might be relevant but I can't be sure whether it has worked since the workgroup name change.
Any suggestions?
When I select Data Export I get an error:
====
Running: /usr/bin/mysqldump --defaults-extra-file="/tmp/tmpr0XSlq/extraparams.cnf" --user=root --max_allowed_packet=1G --host=[my Windows box] --port=3306 --default-character-set=utf8 "[my schema]" "[my table]"
mysqldump: Got error: 1045: Access denied for user 'root'@'[my-workstation] .[my-workgroup]' (using password: YES) when trying to connect
=====
This used to work previously but has recently stopped working. I recently changed the workgroup name (on both the workstation and the "server" machine, of course) and I suspect that might be relevant but I can't be sure whether it has worked since the workgroup name change.
Any suggestions?