Newsletter Subscription | Glossary | Contact Us
Sample data
Home > All Categories > MySQL > Errors > Regarding MySQL connectivity - Access denied message
Question Title Regarding MySQL connectivity - Access denied message
Authored by: Arthur Cohen
Viewed: 438 times so far
I am using fedora linux for Mysql server database which is running fine and when i trry to connect from the windows workstation i get following error :

#28000 Access denied for user 'fin'@'guppy.internal.zone'
(using password: YES)

Answer:

The MySQL error indicated that that your database user has no enough privilege to connect with the server.



Solution :

If you're running your own MySQL server, you may need to give your MySQL user proper privileges. Log in to MySQL command prompt as the MySQL root user and issue these commands:

grant all privileges on *.* to 'root'@'%' identified by 'password' with grant option;
or
grant select,insert,update,delete on *.* to 'myuser'@'myhost'

To find out other possible causes, please check this article .


Click Here to View all the questions in Errors category.
File Attachments File Attachments
There are no attachment file(s) related to this question.
User Comments User Comments
There are no user comments for this question. Be the first to post a comment. Click Here
Post Comment Add a Comment
Email Address:
Comment/Message
Verify Code

Post Comment How helpful was this article to you?
Related Questions Related Article
  1. Can't connect to MySQL server on 'localhost' (10061)
  2. Top five of the most common MySQL database connection errors
  3. Dangerous command
Article Information Additional Information
Article Number: 73
Created: 2008-02-03 5:22 PM
Rating No Rating
 
Article Options Article Options
Print Question Print this Question/Article
Email Question Email this Question/Article to Friend
Export to MS Word Export to MS Word
Bookmark Article
del.icio.us Bookmark del.icio.us Bookmark
Digg It Digg It
Furl It Furl It
Subscribe to Article Subscribe to Article
 
Language Translation Language Translation
 
Search Knowledge Base Search Knowledge Base