So I'm trying to learn some SQL and I'm trying to copy a sample database to mySQL server and I get this error:
pu108710:~ Mark$ mysql -umysql -pPASSWORD sampleDB < mysqlsamp.sql
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'sampledb'
any ideas what i'm doing wrong? thanks in advance for any help!
pu108710:~ Mark$ mysql -umysql -pPASSWORD sampleDB < mysqlsamp.sql
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'sampledb'
any ideas what i'm doing wrong? thanks in advance for any help!