Re: [Mysql-cocoa-users] Connection problem using MCPConnection
Brought to you by:
sergecohen
From: Aaron J. <aj...@ed...> - 2005-04-14 12:37:03
|
You are probably running MySQL 4.1 as the server, right? The client library that SMySQL uses is 4.0.x, which uses an older authentication method that the 4.1 server by default rejects. There's a way to tell it to accept it, but I can't remember how. Check the documentation on mysql.com. Aaron On Apr 14, 2005, at 3:34 AM, Michael Taubert wrote: > Hi all, > > when I try to connect to localhost using > > initToHost:withLogin:password:usingPort: > > I always get the error message: > > Client does not support authentication protocol requested by server; > consider upgrading MySQL client > > Any ideas about that? > > Thank you, > > Michael > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Mysql-cocoa-users mailing list > Mys...@li... > https://lists.sourceforge.net/lists/listinfo/mysql-cocoa-users > |