There should be a box where I can input parameters to run MySQL
Container log:
_error: database is uninitialized and password option is not specified
You need to specify one of MYSQL_ROOT_PASSWORD, MYSQL_ALLOW_EMPTY_PASSWORD and MYSQL_RANDOM_ROOT_PASSWORD_
I am not sure if this issue is already being worked on based on what I read in the the closed issues.
Please read the MySQL requirement documentation:
https://hub.docker.com/_/mysql/
I havent found anything on that documentation that addresses the issue with kitematic. What should I do?
@dhulke @bythckr Did you set any of MYSQL_ROOT_PASSWORD, MYSQL_ALLOW_EMPTY_PASSWORD or MYSQL_RANDOM_ROOT_PASSWORD environment variables for the container and still getting this error ?
I eventually found out that I had to set that on kitematic and it worked
@dhulke Could you share the solution with us please :) ?
EDIT: I found the solution. For those who wonder:
Then, save and go back to your Wordpress installation page and fill the fields with the data you set. Instead of localhost, copy/paste the "Access URL" provided in the "Home" tab (next to "Settings") when you're on your mysql container in Kitematic.
Most helpful comment
@dhulke Could you share the solution with us please :) ?
EDIT: I found the solution. For those who wonder:
Then, save and go back to your Wordpress installation page and fill the fields with the data you set. Instead of localhost, copy/paste the "Access URL" provided in the "Home" tab (next to "Settings") when you're on your mysql container in Kitematic.