|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Connection with mysql problem
I have mysql installed in my local computer and I am trying to connect to it by doing the following:
But i get the following error: Quote:
I also have another hosting which has mysql installed in, but i can't connect. I get an error saying access denied. Any help would be great, thanks |
|
#2
|
|||
|
|||
|
RE: Connection with mysql problem
Are you sure that the username and the password are correct??
|
|
#3
|
|||
|
|||
|
RE: Connection with mysql problem
How would I check how many users I have through prompt anyway?
I am sure I created these usernames, cause a book told me to follow certain instructions. |
|
#4
|
|||
|
|||
|
RE: Connection with mysql problem
You can run this query on mysql prompt..
mysql> SELECT Host, User FROM mysql.user; |
|
#5
|
|||
|
|||
|
RE: Connection with mysql problem
I ran that and I do see the user.
I think it has to do with privalages, do you thinks so? |
|
#6
|
|||
|
|||
|
RE: Connection with mysql problem
Try granting all previleges to the user
http://dev.mysql.com/doc/mysql/en/GRANT.html |
|
#7
|
|||
|
|||
|
RE: Connection with mysql problem
I read the page, but didn't understand.
How would I grant privilages through prompt? |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > Connection with mysql problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|