NEED immediate HELP PLS IT'S VERRY IMPORTANT
Posted by: Kalin Kirilov
Date: November 03, 2004 03:02PM

I must connect to MySql server for tomorrow using Matlab.
I downlod the jdbc driver for mysql server from this site and set it in classpath.txt fail in Matlab.
when I test the driver it's works properly but when I try to connect to server it answers that the url is not valid. help me pls its veri important.
In the doc fail for the driver the url for connecction is '127.0.0.1'
and the port for this connecction is '3306'

when i run this in Matlab see what hapends.

conn = database('mysql', '', '', 'mysql-connector-java-3.1.4-beta-bin','jdbc:odbc:mysql:@127.0.0.1:3306:')

Is this the proper way to write the url? Is this the url I need to connecct whot must I do to connecct?
The syntax must be ?
logintimeout(10)
conn = database('dbasename', 'username', 'pass', 'drivername','url') ???

Options: ReplyQuote


Subject
Written By
Posted
NEED immediate HELP PLS IT'S VERRY IMPORTANT
November 03, 2004 03:02PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.