MySQL Forums
Forum List  »  Install & Repo

Re: Multiple instances of mysql on same server - install issues
Posted by: Joseph Norris
Date: November 19, 2013 08:48AM

Ok John - figured out my issue with sock - server up and running however I can not access it with the following script:

bin/mysql --port=3301 --socket=/tmp/csmaster.sock

my port is 3301 in cnf file as well

I get the following error:

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

I attempted to set root password via:

bin/mysqladmin --port=3301 --socket=/tmp/csmaster.sock password mypassword

but this did not work:

bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: YES)'

Options: ReplyQuote




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.