Hi, mySQL has problems using 'localhost' in connection parameters on some platforms/db drivers for a variety of reasons (dns, streams vs sockets, etc).
Have you tried to use the IP of the box or '127.0.0.1' for the loopback instead of 'localhost' in your connection parameters? -- Brett At 12:19 PM 7/14/2002 -0400, Jonothon Ortiz \(Xnext, Inc\) wrote: >try to explicitly set user@localhost -> if the user is accessing the records >on the same machine then mysql will recognize him as user@localhost; adding >user@% can be a problem. Always try to explicitly declare the host of the >user. > >Also check your CFADMIN settings and see if you've got a limit on any SQL >commands. A normal user should be > >GRANT SELECT, INSERT, DELETE, UPDATE, DROP ON TABLE.* TO 'user@localhost' >IDENTIFIED BY 'Password'; > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
