Website Portal, help

Results 1 to 10 of 10
  1. #1
    Member marcicompita is offline
    MemberRank
    Aug 2006 Join Date
    27Posts

    Post 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


  2. #2
    Member marcicompita is offline
    MemberRank
    Aug 2006 Join Date
    27Posts

    Re: Website Portal, help

    please help ;)

  3. #3
    Member Boxcarracer8792 is offline
    MemberRank
    Mar 2007 Join Date
    55Posts

    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

  4. #4
    Member marcicompita is offline
    MemberRank
    Aug 2006 Join Date
    27Posts

    Re: Website Portal, help

    i get this:
    Unable to select database. MySQL reported: Database 'realmd' unknown.

  5. #5
    Member marcicompita is offline
    MemberRank
    Aug 2006 Join Date
    27Posts

    Re: Website Portal, help

    sorry for the double post. This is my config file

    <?php
    // guess what !? :D //

  6. #6
    Member marcicompita is offline
    MemberRank
    Aug 2006 Join Date
    27Posts

    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...

  7. #7
    Elite Member shadow destroy is offline
    Member +Rank
    Feb 2007 Join Date
    www.dedeno.netLocation
    218Posts

    Re: Website Portal, help

    ok, it getting spam now. stop dubble posting the stuff

  8. #8
    Member marcicompita is offline
    MemberRank
    Aug 2006 Join Date
    27Posts

    Re: Website Portal, help

    lol why dont u post and help me instead ? -.-

  9. #9
    Elite Member Phoenixdk is offline
    Member +Rank
    Mar 2007 Join Date
    DenmarkLocation
    107Posts

    Re: Website Portal, help

    Easy now boys... Play nice...

  10. #10
    Newbie Thawns is offline
    MemberRank
    Apr 2007 Join Date
    13Posts

    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'
    );
    ?>



Advertisement