How to create MySql databse

nasko_capitana's profile image nasko_capitana posted 1 day ago in General Permalink

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...?

ansgar's profile image ansgar posted 24 hours ago Permalink

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.