You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to connect the MySQL database inside docker (jruby -S bundle exec rake db:migrate RAILS_ENV=production), but got error com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
Hi, thank you for your work about the library.
I was trying to connect the MySQL database inside docker (
jruby -S bundle exec rake db:migrate RAILS_ENV=production
), but got errorcom.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
Here is my database.yml
I can login to MySQL console with password
nT3Q=HNwXm6EU
My based docker image is ubuntu 20:04
Thank you for your help.
The text was updated successfully, but these errors were encountered: