Is it possible to create MySQL database using MySQL server version, because right now even after choosing for Network type: MariaDB or MySQL (TCP/IP) and for Library: libmysql-8.4.0.dll after opening it keeps using and creating MariaDB server version 10...?
How to create MySql databse
Using a newer client library (libmysql) does not automatically create a new server for you. Although libmysql has the same version numbers as the server, they are mostly downwards compatible.
If you want a new MySQL or MariaDB server, you need to download and install the server software on your server:
Please login to leave a reply, or register at first.