bambanx
Posts: 1
|
| Posted: 04/06/2011, 1:00 AM |
|
Hi, i am using wamp with a mysql database , i cannot connect to codecharge , you have a tutorial ? or anyone can show the way for that?
thx.
PD: sorry my english is bad.
|
 |
 |
damian
Posts: 838
|
| Posted: 04/06/2011, 1:54 AM |
|
here you go.
there is a learning curve.
if you work thru one or two tutorials you will find you can build many useful applications.
http://docs.codecharge.com/studio40/html/QuickStart/QuickStart.html
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
raknuth
Posts: 67
|
| Posted: 05/23/2011, 6:10 PM |
|
Most web hosting providers limit access to a MySQL database to processes running on the database server (localhost). To gain access to such a database, you need to provide permission for remote hosts to access your databases.
Are you hosted on a server that provides cPanel? If so, you must log in to cPanel and go to Remote MySQL and enable access to a remote host (PC). If you're behind a dynamic public IP address, the easiest way to do this is to grant access to % (the percentage symbol). That grants access to any computer running a program that provides the proper authentication to the MySQL database (like CodeCharge).
|
 |
 |
jacem
Posts: 87
|
| Posted: 05/23/2011, 8:02 PM |
|
Some hints:
you do need the cpanel user prefix before the _ on the database or connection name as well as for the login name:
database name: dbuser_databasename
login: dbuser_username
other tips;
host: localhost:
port/socket; 3306
is usually correct but is dependent on your hosting server.
And I tick the persistent connection check box.
Hope this helps...
|
 |
 |
|