| Subject: | Re: How do I connect ColdFusion Admin to MySQL |
|---|---|
| From: | Azadi <azadi@xxxxxxxxxxxxx> |
| Date: | Sat, 26 Jul 2008 04:16:44 -0400 |
| Newsgroups: | macromedia.coldfusion.getting_started |
have you installed mysql and verified it is running? mysql is NOT a file-based db - there is no FILE to put in any FOLDER. mysql is a DB SERVER - it runs on a certain server on a particular PORT (default is localhost:3306), under a username and password combination you set up. once you have mysql installed, this is all you need to tell cf to connect to a mysql db: server and port, username and password. make sure you set up users and grant them only basic permissions (select, insert, update and possibly delete) for your db's in myslq and then use those users' credentials for the cf dsn setup - do not use the ROOT user with all privileges for your cf DSNs. in light of recent cf-targeted sql injection attacks i will advise you to run mysql in NO_BACKSLASH_ESCAPES mode. mysql.com has very good online and downloadable docs. hth Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | How do I connect ColdFusion Admin to MySQL, san jose state |
|---|---|
| Next by Date: | Re: How do I connect ColdFusion Admin to MySQL, san jose state |
| Previous by Thread: | How do I connect ColdFusion Admin to MySQL, san jose state |
| Next by Thread: | Re: How do I connect ColdFusion Admin to MySQL, san jose state |
| Indexes: | [Date] [Thread] [Top] [All Lists] |