me2resh
Posts: 1
|
Posted: 10/10/2004, 8:53 AM |
|
i am using AppServ (apache server + php 5.1 + mysql 4.0.20)
i can't configure codecharge to connect to mysql when i am using it
can any one tell me breifly how to do this ?
what steps should i follow ?
_________________
me2resh |
 |
 |
Karsten
Posts: 57
|
Posted: 10/10/2004, 3:49 PM |
|
create a database
create a user for the database
then create a new connection fill out the "new connection" dialog in CCS
i sugesst you to get yourself phpmyadmin
Karsten
_________________
If one gives up, he told himself he failed. |
 |
 |
peterr
Posts: 5971
|
Posted: 10/11/2004, 3:02 AM |
|
Actually probably the only way to connect to MySQL from any Windows/desktop application is via MySQL ODBC Connector: http://www.mysql.com/products/connector/odbc/
Connecting to MySQL from Windows apps is possibly the main purpose of this connector, thus it is not CodeCharge specific.
MySQL provides the configuration documentation at http://dev.mysql.com/doc/connector/odbc/en/faq_3.html#DSN_on_Windows
Once installed, please refer to CCS documentation on how to select your ODBC connection in CCS: http://docs.codecharge.com/studio/html/UserGuide/Workin...Connection.html
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|