SugarDaddy Posted March 18, 2019 Posted March 18, 2019 Hi folks, First thing I did is to setup FLUXcp in localhost in my VPS, locally it works now. config/servers.php 'Hostname' => '127.0.0.1', 'Username' => 'root', 'Password' => '12345', Now, I setup it on my free webhosting but I encounter this critical error. I'm not sure if I config the servers.php properly. 'Hostname' => '<My server's IP Address>', 'Username' => 'root', 'Password' => '12345', 'Database' => 'rathena_PRERE_db',
0 Akkarin Posted March 18, 2019 Posted March 18, 2019 Don't use free web hosting for FluxCP, it won't work. You also won't have the external MySQL access nor port-checking abilities. There's no reason to move your FluxCP installation away from your VPS.
0 CyberDevil Posted March 18, 2019 Posted March 18, 2019 Try: 'Hostname' => '127.0.0.1', or 'Hostname' => 'localhost',
0 SugarDaddy Posted March 18, 2019 Author Posted March 18, 2019 4 minutes ago, CyberDevil said: Try: 'Hostname' => '127.0.0.1', or 'Hostname' => 'localhost', doesn't work
0 CyberDevil Posted March 18, 2019 Posted March 18, 2019 I think that you need PDO driver on MySQL... if you use a linux server you can try: install php5-mysql on a SSh console... if you use Windows I don't know the procedure to install it but you can search on google
Question
SugarDaddy
Hi folks,
First thing I did is to setup FLUXcp in localhost in my VPS, locally it works now.
config/servers.php
'Hostname' => '127.0.0.1',
'Username' => 'root',
'Password' => '12345',
Now, I setup it on my free webhosting but I encounter this critical error. I'm not sure if I config the servers.php properly.
'Hostname' => '<My server's IP Address>',
'Username' => 'root',
'Password' => '12345',
'Database' => 'rathena_PRERE_db',
4 answers to this question
Recommended Posts