Jump to content
  • 0

FluxCP localhost install problem (sql)


Question

Posted (edited)

so i did install flucp on a webhost online and it did work.

 

i tried now to install it on my localhost to test stuff and i keep getting this problem. i never encountered it while installing on webhost.

 

i install all rA sql files then tried to install fluxCP i got this error

 

im using wampserver

 

228bf4e766.png

Edited by AsuraBro

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

Have you MySQL connect to servers.php added?

yes, the weird part is i tried to download it fresh again and install it on new sql db then i install rA sql files then tried to install flux it shows this for me even i don't have them in my sql db

 

48db3e5f41.png

 

de11e949fc.png

 

and here is my servers.conf


				// -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available.
				// -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8)
			'Hostname'   => 'localhost',
			'Username'   => 'ragnarok',
			'Password'   => 'ragnarok',
			'Database'   => 'ragnarok',
			'Persistent' => true,
			'Timezone'   => null // Example: '+0:00' is UTC.


				// -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available.
				// -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8)
			'Hostname'   => 'localhost',
			'Username'   => 'ragnarok',
			'Password'   => 'ragnarok',
			'Database'   => 'ragnarok',
			'Persistent' => true,
			'Timezone'   => null // Possible values is as described in the comment in DbConfig.

EDIT: problem solved after reinstalling wampserver.

Edited by AsuraBro
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...