On Wednesday, June 26, 2002, at 08:46 AM, Antony Dovgal wrote: > Courier selects database, but doesn't issue SELECT statement (the > name of > database is written in the same way as table name).
Is there really no password set for root accessing mysql -- or did you delete it before sending? If there really is no password, try creating one in mysql, and add it to the authmysqlrc. Courier never specifically passes NULL as a password in the mysql_real_connect() call, so you _must_ have a password defined for the database user. (A NULL password indicates that there is no password defined. A zero-length string is a defined password, even though it has no contents.) I haven't tested it, but commenting out MYSQL_PASSWORD in authmysqlrc looks like it might produce NULL for the password. ------------------------------------------------------- This sf.net email is sponsored by: Jabber Inc. Don't miss the IM event of the season | Special offer for OSDN members! JabberConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
