Closed hevi1991 closed 1 year ago
I found the reason of MySQL Failed connection;
Needs to comment the 28th line at /etc/mysql/mariadb.conf.d/50-server.cnf
in docker container.
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
#bind-address = 127.0.0.1
All in one.
then I used code:
get client_data. I put it in folder. It works.
MySQL connect failed.
I had used mysql-client to connect, but get:
63306 is
MYSQL_PORT
.Very thank you, :D It is a awesome project.