Ask a Question related to Coldfusion Database Access, Design and Development.
-
Slowtroll #1
Problem connecting MySQL in MX Admin Panel
I am using Dreamweaver MX 6.1 and ColdFusion MX Server Administrator. OBDC
Driver is Microsoft MySQL 3.5.1. The driver is set up under Microsoft ODBC
database sources. However, I cannot make the connection via ColdFusion MX
Administrator. I have read through several posts but don't quite understand
which one may be the solution. Using the same username, localhost server,
password, etc. as with OBDC 3.51, the MX Admin screen throws the following
error message when attempting to connect MySQL: <--- begin error --->
Connection verification failed for data source: studio128
[]java.sql.SQLException: SQLException occurred in JDBCPool while attempting to
connect, please check your username, password, URL, and other connectivity
info. The root cause was that: java.sql.SQLException: SQLException occurred in
JDBCPool while attempting to connect, please check your username, password,
URL, and other connectivity info <--- end error ---> I have also tried to
connect using OBDC Socket. While that connection can be made in ColdFusion MX,
use of test documents produce 404 error messages when attempting something as
simple as data-entry. If you can shed some additional help and clarity on this
topic, it would be most appreciated. Thank you very much.
Slowtroll Guest
-
problem connecting from cf 6.0 to mysql 5
Hey guys, Heres my problem I can't connect to mysql after i upgraded to v5 it says: Connection verification failed for data source: eval... -
CF Admin Panel Slow to Open
When I log in to the web-based CF administrator , it takes about three minutes before the left-hand admin menus appear. In the meantime, all I see... -
beginner question, problem connecting to mysql
hi all, i have problem with my php-mysql connection. i got "Fatal error: Call to undefined function: mysql_connect()" when i try to use mysql... -
PostgreSQL/mySQL: connecting, login code problem.
Hey, Hours ... I am searching I have these code and we found it's postgreSQL. Now we have mysql, isn't it possible to change the connect code and... -
problem connecting to mySQL
On 6-Jul-2003, "GazK" <wrong@wrong.co.uk> wrote: mysql_select_db("images, $db"); should be mysql_select_db("images", $db); --



Reply With Quote

