Re: mysql -h mysqlhost.mycompany.com (only attempt to connect to localhost)
Posted by: Jesús Uzcanga
Date: August 24, 2018 12:50PM

The -h option is not been ignored.

The error: ERROR 1045 (28000): Access denied for user 'drose'10.53.83.122' (using password: NO)

Means that connection for user 'drose' connecting to remote server from ip '10.53.83.122' is denied (not using any password).

You need to be sure that you created user 'drose'@'%' in your MySQL server and assigned a password before trying again. (Obviously, you must include the password next time).

___________________________
Ing. Jesús Alfredo Uzcanga
Twitter: @JesusUzcanga

We learn the 20% of what we HEAR,
the 50% of what we SEE,
the 80% of what we DO and
the 95% of what we TEACH.

____________________________________________________________
https://www.linkedin.com/in/jauzcanga/

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql -h mysqlhost.mycompany.com (only attempt to connect to localhost)
August 24, 2018 12:50PM


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.