[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] The DB connection delema(RAQ4,MySql,Chili,W2k dev machine)
- Subject: RE: [cobalt-users] The DB connection delema(RAQ4,MySql,Chili,W2k dev machine)
- From: "Alex Lee" <alex@xxxxxxxxxx>
- Date: Fri Apr 27 23:23:14 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 1. The application server specified for this site does not map to the
> http://www.clickcleaners.com//web/_mmDBScripts/MMHTTPDB.asp URL.
> Verify that the URL Prefix maps to the root of the site.
>
> 2. Test connection failed because of an error in initializing provider.
> [TCX][MyODBC]Hos 'insert.my.IP.here' is not allowed to connect to
> this MySql
> server
Can you make a DSN on your Windows machine to successfully test against the
MySQL DB on your RaQ? If not, then check your MySQL user privileges to make
sure that the db user credentials you have, is permitted to login.
e.g. (things to remember with regards to MySQL access privilege system)
dbuser@localhost IS NOT THE SAME as dbuser@%
% means any host
that means, 2 user accounts (each with the above information) are considered
2 separate accounts.
alex