xampp 无法前往 mysql
can't go to mysql on xampp
我在 windows10
上遇到 xampp 7.3.10 的问题
我 运行 "shell" 在 xampp
当我试图去 "mysql" 时,我要去 "marina"
喜欢
c:\xampp
# mysql -u root -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 8
Server version: 10.4.8-MariaDB mariadb.org binary distribution
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>
XAMPP 默认带有 MariaDB
。这是有关如何将其替换为 MySQL
的指南
https://odan.github.io/2017/08/13/xampp-replacing-mariadb-with-mysql.html
通过以下链接
https://www.apachefriends.org/blog/new_xampp_20151019.html
How can I change MariaDB to MySQL in XAMPP?
我在 windows10
上遇到 xampp 7.3.10 的问题我 运行 "shell" 在 xampp
当我试图去 "mysql" 时,我要去 "marina" 喜欢
c:\xampp
# mysql -u root -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 8
Server version: 10.4.8-MariaDB mariadb.org binary distribution
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>
XAMPP 默认带有 MariaDB
。这是有关如何将其替换为 MySQL
https://odan.github.io/2017/08/13/xampp-replacing-mariadb-with-mysql.html
通过以下链接
https://www.apachefriends.org/blog/new_xampp_20151019.html
How can I change MariaDB to MySQL in XAMPP?