MySQL Forums
Forum List  »  Install & Repo

Re: connect to multiple instances
Posted by: Terje Røsten
Date: March 17, 2018 06:19AM

hi!

"mysqld --initialize" will set a random password, to get password printed, add --console option:


mysqld --initialize --console --user=root --basedir=c:\mysql1 --datadir=c:\mysql1\data

To set a blank use --initialize-insecure:

mysqld --initialize-insecure --console --user=root --basedir=c:\mysql1 --datadir=c:\mysql1\data

Options: ReplyQuote


Subject
Written By
Posted
Re: connect to multiple instances
March 17, 2018 06:19AM


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.