-
Member
Website Portal, help
Im now configuring my website portal for mangos. I get the following error
SQL Error: Client does not support authentication protocol requested by server; consider upgrading MySQL client at c:\program files\easyphp1-8\www\mwf_w3\index.php line 37
What should i do? im running a TBC server. Thanks for the help
-
-
Member
-
Member
Re: Website Portal, help
Get rid of everything in your 'www' folder, exept your 'phpmyadmin' folder, and replace it with this. mangos_si.rar - FileFront.com
-
Member
Re: Website Portal, help
i get this:
Unable to select database. MySQL reported: Database 'realmd' unknown.
-
Member
Re: Website Portal, help
sorry for the double post. This is my config file
<?php
// guess what !? :D //
-
Member
Re: Website Portal, help
Unable to connect to MySQL server. MySQL reported: Accesso non consentito per l'utente: 'root'@'localhost' (Password: SI).
I get this now too...
-
Elite Member
Re: Website Portal, help
ok, it getting spam now. stop dubble posting the stuff
-
Member
Re: Website Portal, help
lol why dont u post and help me instead ? -.-
-
Elite Member
Re: Website Portal, help
Easy now boys... Play nice...
-
Newbie
Re: Website Portal, help
well On Mangos Setup topic it says it should be
8. Edit config.php in www folder like this:
Code:
<?php
$config = array(
'template' => 'offlike', //Default template
'lang' => 'en', // Default language
'db_type' => 'mysql', //Database type
'db_host' => '127.0.0.1', //Database IP
'db_port' => '3306', // Database Port
'db_username' => 'root',// Database Username
'db_password' => 'mypass',// Database Password
'db_name' => 'realmd', //Name of Realm Database
'db_encoding' => 'CP1251' // Very important, check your mysql "my.ini"
);
$news_forum_id = 0; // forum id for frontpage news.
$bugs_forum_id = 0; // forum id for "bugtracker" forums
$templates = array('offlike');
$languages = array(
'en' => 'English',
'ru' => 'Russian',
'de' => 'German',
'hu' => 'Hungarian',
'es' => 'Spanish'
);
?>