Re: MySqlException: Unable to connect to any of the specified MySQL hosts
Posted by: rene98c
Date: February 25, 2005 01:04AM

This occasionally happens when user is not allowed to connect to the database.
You should look into your connection string

try
connectionstring="User id=root;database=mysql;server=localhost;password=xxxx");

Options: ReplyQuote


Subject
Written By
Posted
Re: MySqlException: Unable to connect to any of the specified MySQL hosts
February 25, 2005 01:04AM


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.