Link to home
Start Free TrialLog in
Avatar of xiaoyunwu
xiaoyunwuFlag for United States of America

asked on

mysql for toad connect

I'm trying to connect to mysql via Toad, here is the error I got, any idea why?

System.ArgumentException
Format of the initialization string does not conform to specification starting at index 13.
Stack Trace:
   at System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String& keyname, String& keyvalue)
   at System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey)
   at System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules)
   at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(String value)
   at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString(String value)
   at MySql.Data.MySqlClient.MySqlConnection..ctor(String connectionString)
   at Quest.Toad.MySQL.MySQLConnection.CreateConnection()
   at Quest.Toad.MySQL.MySQLConnection.DoBeforeConnect()
   at Quest.Toad.Db.Connection.Connect(Boolean notify)
   at Quest.Toad.Db.Provider.BackgroundConnector.CreateBackgroundConnection()
Avatar of Kevin Cross
Kevin Cross
Flag of United States of America image

Double check the connection string: http://www.connectionstrings.com/mysql/
If your connection string is correct, can you share more details like did this ever work, is this a new install, et cetera...

Other things to check include whether or not MySQL is running on default port.  If it is not, you will need to specify the port with host.  If I remember correctly, it will be IP:port in TOAD's host configuration.
Avatar of xiaoyunwu

ASKER

the connection string should be correct, since it's entered in a toad window.

This is a new mysql database. I can use Toad to connect to another old mysql database. I'm not sure if port 3306 is open, and don't know how to check, and don't know if firewall etc.

One thing I know is that I can connect to mysql database through Adminer.
without a bit more details about the mysql version, and the connection string ...
what version of the mysql toad are you using?
We are using Toad for mysql 7.0.0.2038 and mysql server 5.1. I installed mysql Workbench 6 and am able to successfully connect to the database but still unable using Toad. Im not sure how to view the connection string within Toad. Any suggestions? Thanks.
ASKER CERTIFIED SOLUTION
Avatar of xiaoyunwu
xiaoyunwu
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
used work around