SugarDaddy Posted March 18, 2019 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 03/17/19 Last Seen: March 20, 2019 Share 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', Link to comment Share on other sites More sharing options...
0 Akkarin Posted March 18, 2019 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1630 Joined: 03/26/12 Last Seen: April 15 Share 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. Link to comment Share on other sites More sharing options...
0 CyberDevil Posted March 18, 2019 Group: Members Topic Count: 40 Topics Per Day: 0.02 Content Count: 242 Reputation: 37 Joined: 02/25/18 Last Seen: December 2, 2024 Share Posted March 18, 2019 Try: 'Hostname' => '127.0.0.1', or 'Hostname' => 'localhost', Link to comment Share on other sites More sharing options...
0 SugarDaddy Posted March 18, 2019 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 03/17/19 Last Seen: March 20, 2019 Author Share Posted March 18, 2019 4 minutes ago, CyberDevil said: Try: 'Hostname' => '127.0.0.1', or 'Hostname' => 'localhost', doesn't work Link to comment Share on other sites More sharing options...
0 CyberDevil Posted March 18, 2019 Group: Members Topic Count: 40 Topics Per Day: 0.02 Content Count: 242 Reputation: 37 Joined: 02/25/18 Last Seen: December 2, 2024 Share 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 Link to comment Share on other sites More sharing options...
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',
Link to comment
Share on other sites
4 answers to this question
Recommended Posts