We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af6eb0 commit ec17a65Copy full SHA for ec17a65
docker/mysql/init.sql
@@ -0,0 +1,2 @@
1
+ALTER USER 'mvc_user'@'%' IDENTIFIED BY 'mvc_Pass995!';
2
+FLUSH PRIVILEGES;
docker/mysql/my.cnf
@@ -1,4 +1,6 @@
[mysqld]
+plugin-load-add=mysql_native_password.so
3
+sql_mode = STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION
4
general_log = 1
5
general_log_file = /var/lib/mysql/general.log
6
secure-file-priv=NULL
0 commit comments