I'm trying to create some tables in a database using batch mode. I'm getting the following error when I try to execute the sql:
ERROR 1044 at line 10: Access denied for user: 'xalrubinstudio@scooter.futurequest.net' to database 'xalrubinstudio_2
Line 10 is the first non-comment line in the sql file. It reads:
USE xalrubinstudio_2
I'm typing the following command at the shell prompt:
mysql -u xalrubinstudio -p -h 69.5.6.126 < structure.sql
To clear up a few obvious things:
1) I can and have logged into MySQL using my password.
2) xalrubinstudio_2 does exist.
3) I'm using the following comment symbol: --
I've used batch mode before, and I just can't figure out what I'm doing wrong here. Any ideas?
Thanks,
Raymond
