Ask a Question related to Coldfusion Database Access, Design and Development.
-
DrumzCT #1
CF Server 5 and MYSql
I've seen similar question from searching but not quite exactly the problem I'm
having. I installed myodbc to my webserver fine.
When I went to the site url to test it i got an error that said "odbc error
data source not found and no default driver installed"
So after much seraching online I can't seem to find anything that will add
MYSQL to my coldfusion server odbc list. This is in the CF Admin under ODBC.
The drop down has most odbc drivers in there already.
Anyone know where I can download/install this?
Thanks in advance.
DrumzCT Guest
-
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
When i try to start my mysql server, i get this error ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'... -
MySQLInstanceConfig.exe erases ".\MySQL\MySQL Server 5.0\bin" from the PATH
Hi, I'm running MySQL 5.0 on WinXP-Pro/SP2. In my ignorance, I ran MySQLInstanceConfig.exe and clicked through all its pages every time I... -
cfoutputing MYSQL data from server A to server B, is itpossible?
Hi! Could you please tell me how on earth can I access a MYSQL database on "SERVER A" that has CFMX 6.1 from a "SERVER B" that just has CFMX 6.1... -
Seen this message? Can't connect to local MySQL server through socket '/tmp/mysql.sock'
Seen this message? Can't connect to local MySQL server through socket '/tmp/mysql.sock' I got this trying to install DBI and DBD for mysql from... -
Seen this message? Can't connect to local MySQL server throughsocket '/tmp/mysql.sock'
Allen Marshall wrote: I just saw it in another newsgroup. Don't multi-post! -- Gunnar Hjalmarsson Email:... -
cf_menace #2
Re: CF Server 5 and MYSql
CF 5 for WIndows doesn't ship with a MySQL Driver. CF 5 for Linux does.
I'm assuming you're on WIndows, so first go get the
[url]http://www.mysql.com/products/connector/odbc/[/url] driver and install it.
Then go to Control Panel > Administrator Tools > Datasources (ODBC)
Create a SYSTEM datasource (not a USER one). Fill in all the relevant
information. Once it's created, go back to CF Admin and you'll see the MySQL
datasource available in your list of datasources.
cf_menace Guest
-
DrumzCT #3
Re: CF Server 5 and MYSql
Thanks so much! It worked great.
One final hurdle.
I tried to verify the connection through CF Admin and it came up with a
"connection failure" error.
It said a few things to check in the configuration which I know are fine. Then
it said something about setting CF up with a special account.
Not sure if it means on the CF server or the server hosting the MYSQL database
or what.
DrumzCT Guest
-
DrumzCT #4
Re: CF Server 5 and MYSql
Actually scrap that. Just tested the URL and the sites working fine. Not sure why CFAdmin cant verify but it doesn't seem to be causing any problems.
Thanks for the help!
DrumzCT Guest



Reply With Quote

