无法在xampp上使用mysql

时间:2019-10-19 11:57:49

标签: mysql xampp

我在Windows10上的xampp 7.3.10有问题

我在xampp上运行了“ shell”

当我尝试去“ mysql”时,我正在去“码头” 像

    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)]>

2 个答案:

答案 0 :(得分:-1)

XAMPP默认带有MariaDB。这是有关如何将其替换为MySQL

的指南

https://odan.github.io/2017/08/13/xampp-replacing-mariadb-with-mysql.html

答案 1 :(得分:-3)