new_mysql in server name

Hello,

With servoy Developer, I create a link to my MySQL Database. Servoy give me the name “new_mysql”, I leave this name.
Test my little solution all is ok.

So I export the solution.

Before importing the solution, I go to the server to create the database serveur, put the name new_mysql and the other things. when I click save, Server says “invalid name new_mysql” !
Please, what I’m missing ?
Thank you.

Hi,

There is no other connection already defined on the server with that same name ?
Also to be sure, this Server is on another machine than your Developer, right ?

Thank you for your help but it is not the answer.
I’ve check all, all seems to be ok .
But…
Here is a copy of my screen.

Either there is already a server connection with that name or it’s a case where Developer allows that name but Server Admin does not.

I think it’s a case where Developer allows that name but Server Admin does not.
Someone could try to create, in the Servoy admin 4, a database with the name ‘new_mysql’ please and tell me if its 'a a bug or not.

Thank you.

This is indeed a name that was not allowed in Servoy<4.
This check was removed in Servoy 4 Developer, but not from Server.

Better to give your connection a more meaningful name.

Rob

Why does your driver seem to indicate a postgres driver rather than a my_sql driver?

I change the name of my databese server, change forms, valuelist, relation, etc… now all is ok !

To Thomas Parry : The name is only here to test a name with an underscore in the server name.

Thank you all.