I successfully created a MySQL database (with 1 table) with MySQL-front.
Replaced the existing driver by the new one (I got the 3306 port error).
Copied the ‘Ron_MySQL’ databasefolder in the Servoy database folder (?).
In Servoy I created a new server, however if I try to create a new app.
it does’nt make the connection to the database.
You are saying you created a MySQL database and moved the file of that database in the database folder in the Servoy folder?
That folder only contains the databases that are used by Sybase iAnywhere which is bundled with Servoy.
When you use any other database server for your data you need to keep those files in their own directories.
Unless you really want to keep them all in one place and you can tell MySQL that it has to look for it’s database files in the Servoy database directory. But I don’t think that is what you intended to do.
Put your database back in the MySQL directory where it came from and create a database server connection in Servoy that points to the IP and database of your MySQL server.