I just installed MySQL on my mac (OS X) and I'm trying to create a db with the following line command (and I get the following output too):
[Jeremys-Computer:~] lezniak% mysql -p forum
Enter password:
ERROR 1045: Access denied for user: 'lezniak@localhost' (Using password: YES)
[Jeremys-Computer:~] lezniak%
Which says that my password may be incorrect or what?
right after I installed MySQL, I put in:
/usr/local/mysql/bin/mysqladmin -u root password <MyPassword>
where <MyPassword> isn't what i put in, i put in my password.
does anyone know what perhaps what the problem is?
Thanks in advance
[Jeremys-Computer:~] lezniak% mysql -p forum
Enter password:
ERROR 1045: Access denied for user: 'lezniak@localhost' (Using password: YES)
[Jeremys-Computer:~] lezniak%
Which says that my password may be incorrect or what?
right after I installed MySQL, I put in:
/usr/local/mysql/bin/mysqladmin -u root password <MyPassword>
where <MyPassword> isn't what i put in, i put in my password.
does anyone know what perhaps what the problem is?
Thanks in advance