From: Warren Young Date: December 22 2007 5:45am Subject: Re: MySQL++ Cannot Connect to Server List-Archive: http://lists.mysql.com/plusplus/7294 Message-Id: <476CA492.6090001@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Brian Dawn wrote: > > But yes, my database login and name are the same thing, thats just > how my web host works I guess. Is there really a slash in these names, or is that some special notation handled by PHP? Slashes in these names don't mean anything special to MySQL++ or the underlying C API. > As for it getting stuck, it just hangs there for a while then I get > an unhandled exception error (mysqlpp::ConnectionFailed to be > specific). Catch the exception and find out what its what() method says. It usually tells you exactly what the problem is.