Re: MySqlException: Unable to connect to any of the specified MySQL hosts
Posted by: Joshua lee
Date: March 05, 2009 09:24PM

Hi all,

i discover that the connection problem is within the connection String block


<connectionStrings>
<add name="CRDDB" connectionString="Server=localhost;port=3388;Database=db123;Uid=root;Pwd=abc;Connect Timeout=20;"/>
</connectionStrings>


normally server port is 3306, if your port is 3388 like mine, you need to specified the port number.


Anyway, is Shahul hameed from sg..??? I remember i got a teacher call shahul hameed too=)

Options: ReplyQuote


Subject
Written By
Posted
Re: MySqlException: Unable to connect to any of the specified MySQL hosts
March 05, 2009 09:24PM


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.