MySQL Forums
Forum List  »  MySQL Administrator

Re: Access Denied Using Password:YES
Posted by: Arpan Jindal
Date: September 14, 2011 08:36AM

u have to assign the access to host also

actual command should look like

grant all on *.* to 'xxyy'@'localhost' identified by 'xxyy';


this way user xyz can log in to db from local server
u can can also replace localhost with ipaddress or other hostnames from where you want to give accesss

Options: ReplyQuote


Subject
Written By
Posted
Re: Access Denied Using Password:YES
September 14, 2011 08:36AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.