[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Error Message: ODBC connection from WinXP to MySQL on RAQ3i



Have you configured the username you are trying to login with within
MySQL on the server to accept those connections (you can do so with
something like phpMyAdmin http://www.phpmyadmin.net/ ) 
The default for root is localhost only.. So generally I'd just say add a
user such as admin with all privileges reload the server (in phpMyAdmin)
and then you should be able to login to your server.. Try it ... If not
let me know