MySQL Forums
Forum List  »  Connector/ODBC

Re: "Access Denied" when testing System DSN in iOBDC
Posted by: Bogdan Degtyariov
Date: August 27, 2018 04:24AM

Hi Karen,

Did you set the password for MySQL user from a mysql command line or equivalent using this command?

ALTER USER 'root'@'localhost' IDENTIFIED BY '*******';

Did you try if it worked using the same client?
Something like this:

> mysql -uroot -p

Thanks.

Options: ReplyQuote


Subject
Written By
Posted
Re: "Access Denied" when testing System DSN in iOBDC
August 27, 2018 04:24AM


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.