| Subject: |
|
error 1044 and 1045...BINGO! |
| Date: |
|
2002-04-27 23:02:35 |
| From: |
|
gaga1
|
Response to: error 1044 and 1045...ok..but no CREATE
|
|
Figured this error 1044 & 1045 out and would like to share it:
at the shell key in
>mysql -u(username) -p mysql
//*you'll be prompted to give your password.
Key it in (you won't see anything).
Bingo! You are in and can start creating!
Here's what it looked like from my iBook terminal:
~~~~~~
Welcome to Darwin!
[localhost:~] gaga% mysql -uroot -p mysql
Enter password:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 28 to server version: 3.23.49-entropy.ch
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
~~~~~~~~
|
Showing messages 1 through 8 of 8.
-
error 1044 and 1045...BINGO!
2003-07-24 17:25:53
anonymous2
[View]
-
usernameerror 1044 and 1045...BINGO!
2003-06-25 21:41:34
anonymous2
[View]
-
access denied errors
2003-05-24 22:36:14
anonymous2
[View]
-
error 1044 and 1045...BINGO!
2003-05-02 17:03:09
anonymous2
[View]
-
error 1044 and 1045...BINGO!
2003-05-20 19:59:26
anonymous2
[View]
-
error 1044 and 1045...BINGO!
2003-05-24 22:42:24
anonymous2
[View]
-
error 1044 and 1045...BINGO!
2002-07-13 13:03:07
msimoes@umich.edu
[View]
-
error 1044 and 1045...BINGO!
2002-10-02 19:24:57
anonymous2
[View]
when i type:
" ./mysql -uroot -p mysql"
i get:
Enter password:
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
what fixed it was
doing this:
" ./mysqladmin -u root password [type a password here]"
then i log on doing this:
"./mysql -uroot -p"
from there i can finally log on and create databases... this is using the latest osx update (10.2.6) and the latest version of mysql (4.0.14-standard)
good luck