Reputation: 481
I have been using XAMPP for MySQL which works fine when I am using in browser but if I open MySQL in command-line it opens MariaDB instead of MySQL. Let me know the reason soon.
Upvotes: 2
Views: 6287
Reputation: 70
I know it's too late to respond the question , but I also have same problem and you can use either of these options
Upvotes: 1
Reputation: 1
That's fine. Try running table fetching commands & it will work fine. Like "use tablename" "show table" etc & it will fetch data from MySQL database only
Upvotes: -1
Reputation: 1144
Looks like Xamp now ships with MariaDB. Check out this article for more information
The MYSQL
apache extension works with MariaDB
so although it seems apache is using MYSQL i think it is connecting to your MariaDB
server.
I wouldn't worry too much. MariaDB runs and works almost identical to MYSQL
. What sort of concerns do you have running MariaDB?
If it is an issue have a look at installing and older version of Xamp that contains MYSQL
eg
Upvotes: 8