MySQL Forums
Forum List  »  Install & Repo

Provision MySQL 5.7 Vagrant
Posted by: Adam Irinaga
Date: February 28, 2017 10:20AM

Prior to MySQL 5.7 in my Vagrant scripts I would be able to run a script that would allow the root MySQL user to login with no password and run a bunch of provisioning scripts.... create db's, users, permissions..etc.

With 5.7 however, the uniquely generated password after initial install breaks this process because I'm not able to login without a password now.


Has anyone had this issue? How do I run these provisioning scripts after fresh MySQL install without manually having to grab the generated password?


Thanks,
Adam

Options: ReplyQuote


Subject
Written By
Posted
Provision MySQL 5.7 Vagrant
February 28, 2017 10:20AM


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.