Page 1 of 1

Servoy Server MySQL set up.

PostPosted: Fri Dec 06, 2013 9:35 am
by ashutoslenka426
Hi All,

I am establishing a servoy Server set up. My Servoy version is 6.1.6 . The database is mysql 5.6.15 . I am using the mysql jdbc driver i.e is mysql-connector-java-5.1.27-bin.
This is the latest . I could successfully import the solution . In the login form , I am retrieving some data from the database . It is showing the data fine . But I could not able to login . There is some problem with the driver file . I was seeing the log issue . There is some jconnector time out issue in the log . Every thing was fine with mysql 5.5.34 . I have tested this in a different server . There I used a older jar file . It was working fine . Please provide some suggestions on this.

Re: Servoy Server MySQL set up.

PostPosted: Fri Dec 06, 2013 12:07 pm
by jcarlos
You are installing the latest version of both MySQL and connector/j.

What platform are you using, Windows, Linux?
Have you try to connect to MySQL from other UI tools?
Are you installing developer or is this a server installation?

Re: Servoy Server MySQL set up.

PostPosted: Fri Dec 06, 2013 12:58 pm
by ashutoslenka426
Hi Jcarlos,

Thanks for your reply .I am using the latest version of mysql and jconnector . I am using the windows Server 2008 platform . I have tried to connect mysql work bench using the mysql . This is the server installation . Using MYSQL work bench it is working fine . From the MYSQL connector J folder , I have taken the connector jar and placed it in the driver folder.Please provide some suggestion on this.

Re: Servoy Server MySQL set up.

PostPosted: Mon Dec 16, 2013 11:30 am
by rgansevles
Ashutos,

If you see data from the mysql db that means that Servoy could use the driver without problems.
If you cannot login in your solution then something must be wrong at solution level.

Rob