Tried to open MariaDB on windows but it shows
‘Error resolving dependencies. Maven artifacts ‘maven:/org.MariaDB.jdbc:mariadb-Java-client:RELEASE’ not found’
Could you please advise how to fix it? Thanks
1 Like
Maven is related to Java. Do you have the latest JRE installed?
1 Like
I don’t think so. how to install it may I know?
1 Like
I’m not sure. Java is not required for normal MySQL operations. Since this is MariaDB, it may be requiring something additional.
I suggest that if you do not need Java/Maven for your application that you uninstall MariaDB and switch to Percona Server for MySQL, although you won’t be able to run on Windows. If Windows is absolutely necessary, you can switch to MySQL Community which has a Windows version that does NOT require any Java unless you need it.
1 Like