[SOLVED] Â running phprunner projects on remote web server |
6/9/2015 10:57:20 AM |
PHPRunner General questions | |
G
gudon author
Before PHPrunner 8.0, the way I ran my phprunner projects on remote web sever
|
|
A
|
aptivus 6/9/2015 |
Before PHPrunner 8.0, the way I ran my phprunner projects on remote web sever was:
|
![]() |
Sergey Kornilov admin 6/9/2015 |
It looks something is not right with database connection. As a first step I would contact your web hosting support team to figure out what are correct database connection parameters. |
G
|
gudon author 6/10/2015 |
It looks something is not right with database connection. As a first step I would contact your web hosting support team to figure out what are correct database connection parameters. Once you are able to connect via phprunner.php you should be able to use the same connection settings in generated application.
|
![]() |
Sergey Kornilov admin 6/10/2015 |
Turn off whatever that authentication service is or ask your hosting company to enable direct connection to MySQL so you do not need to use phprunner.php connection. |
G
|
gudon author 6/11/2015 |
Aptivus' approach seems to be the easiest and working one for me. |