Jump to content
  • 0

FluxCP localhost install problem (sql)


AsuraBro

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  74
  • Reputation:   3
  • Joined:  07/12/14
  • Last Seen:  

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
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  74
  • Reputation:   3
  • Joined:  07/12/14
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  114
  • Reputation:   8
  • Joined:  09/16/14
  • Last Seen:  

Have you MySQL connect to servers.php added?

Link to comment
Share on other sites

×
×
  • Create New...