Hi,
In earlier versions of MySql I used to execute SQL statements from a text file like this..
mysql nuke < nuke.sql
but for some reason since I have upgraded to MySQL version 5.0, whenever I try this command from the Window command prompt I get this error...
ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost'
any ideas?
Thanks
In earlier versions of MySql I used to execute SQL statements from a text file like this..
mysql nuke < nuke.sql
but for some reason since I have upgraded to MySQL version 5.0, whenever I try this command from the Window command prompt I get this error...
ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost'
any ideas?
Thanks