|
|
Sergey Kornilov admin 12/5/2005 |
|
Hi, |
|
|
T
|
tradewise author 12/5/2005 |
Hi, it seems that your MySQL server denies access from your webserver IP address. So you should use "localhost" to connect it. Changing the hostname to localhost manually or using PHP to connect your MySQL is the recommended action. Please note, that you don't need to enter your MySQL username and password on Login page. If you selected Hardcoded username and passwordon Securitytab in PHPRunner, then you should enter username and password on Login page the same as you entered on Security tab. If you selected Username and password from database, then you should enter username and password that are stored in your database table.
|
|
|
|
Sergey Kornilov admin 12/5/2005 |
|
Hi,
|
|