emasoft
Posts: 1
|
| Posted: 08/30/2007, 3:53 AM |
|
Hi,
I'am a new CodeCharge user. I try to learn using it and try the example applications.
I have the next problem:
I can't to connect to the database. The details:
Server: server is at the ISP, with MySQL and PHP.
The database: Database name: emasoft
Database host: localhost ( in the ISP server )
user name: dbuser
password: dbpsw
the server URL: www.emasoft.eu
I want to make rthe application in PHP using the MySQL in the server.
I can't to make the connection.
Please help me: How can define the connection ?
Many thanks
|
 |
 |
wkempees
Posts: 1679
|
| Posted: 08/30/2007, 7:09 AM |
|
http://forums.codecharge.com/posts.php?post_id=90030&s_keyword=
This forum is welcoming you as a new user.
Please try and use the "Search" in the TopMenu of this Forum to see if
any older threads might be helpfull.
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
Benjamin Krajmalnik
|
| Posted: 08/30/2007, 11:12 AM |
|
Most ISP's only allow the localhost to access the database. No external
access is allowed.
If they do allow it (which I am doubtful), you will need to configure MySQL
to allow access to the specific user to the specific database from the
specific location.
|
|
|
 |
|