| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Jun 2004
22 posts
Gave thanks: 0
Thanked 0 times
|
MySQL Port 3306?
Hey,
I'm trying to install the PHPweb request page for SAM Broadcaster, I uploaded the files and configured htem before doing so; however when I try to access it I get this Code:
status=err SQL error=Could not connect to MySQL server As for the config file that I had to create the one dealing with MySQL is as follows: Code:
<?/* <CONFIG application="SAM" version="3.4.2"> <Database> <Driver>MYSQL</Driver> <Host>66.7.194.99</Host> <Port>3306</Port> <Database>*******_phpDJ</Database> <Username>*******_dj</Username> <Password>yes</Password> </Database> </CONFIG> */?> |
|
|
|