1. WARNING - This part of forum is for English language writed posts ONLY! Any other language isn't alowed! Please respect forum rules, otherwise, your posts will be deleted, and you will be warned, one time only!
  2. Nobody can help you if you did not specify the version of your SE and/or plufgin.
  3. Мы продолжаем публиковать интересные статьи на тему SocialEngine 4. Одна из статей посвящена правильному выбору сервера для вашей социальной сети, а другая содержит советы по увеличению производительности платформы. Также мы добавили большую статью о пользовательских уровнях. Ознакомиться со статьями вы можете в разделе Вопросы и Ответы SocialEngine 4.
  4. Вам кажется, что ваша версия SocialEngine 4, работает медленно?

    Голосуйте. Пишите свою версию системы, железо на чем работает и количество пользователей. Будем увеличивать производительность :-) Подробнее

  5. В связи с участившимися случаями попыток продажи пользователями форума различных "сборок" коммерческих социальных платформ, обычно основанных на SocialEngine 3, вводится новое правило для форума. Запрещается создание тем или размещение в уже созданных предложений о продаже или размещение ссылок на сайты, где происходит продажа "сборок". Пользователи, которые продолжат свою коммерческую деятельность в данном направлении, будут заблокированы. Подробнее.

Problem SE 4.6.0 on XAMPP: Adapter Error: Access denied for user

Discussion in 'Help Requests & Support' started by macfionn, Sep 22, 2013.

  1. macfionn Thread starter User


    Offline
    Message Count:
    7
    Likes Received:
    1
    My version of SE:
    4.6.0
    I was trying to install this locally on my machine, but could not get past step two. When I would enter my DB info, I kept getting this error?: Adapter Error: Access denied for user

    This was very vague. so I deleyed my DB and tried again with same error. I googled and found a lot of people with same error on XAMPP. But I also found the fix:

    Here is what I did that fixed the issue. After I re-created the database and user, I gave user "%" for hostname, as a wildcard to 127.0.0.1 and localhost

    After updating user's privileges to localhost, I then restarted MySQL, I was able to continue on to step 3.

    Now it is fully installed and running fine on XAMPP.
    -Mac
  2. SPQR Super-Moderator


    Offline
    • Super Moderator
    Message Count:
    282
    Likes Received:
    215
    First above all, throw Xampp, use Wamp.
    Next, you need to set up password for ( as in your case) for phpMyAdmin. By default, SQL in Wamp don't have any password.

    Instructions:

    MySQL password setup

    1.Install Wamp

    2.Start->run->cmd->

    3.Type cd\ and press enter

    4.Locate your mysql directory - like this is my default directory C:\wamp\bin\mysql\mysql5.1.36\bin
    (this version number - 5.1.36 - may varry, depending of Wamp version is installed, so don't be confused)

    5.After like this you should have do
    C:\wamp\bin\mysql\mysql5.1.36\bin> mysql -u root -h 127.0.0.1 -P 3306 -p and press Enter after you got

    Don't put anything as password, simply click Enter button

    6.After like this mysql>

    7.simply type mysql>use mysql;

    mysql>show tables;

    mysql>select * from user \G;

    8.You can set your new password:

    mysql> UPDATE mysql.user SET Password=PASSWORD('xxxx') WHERE User='root';
    (where replace 'xxxx' with your new password)

    Example:
    mysql> UPDATE mysql.user SET Password=PASSWORD('muthu') WHERE User='root';

    9.Finally type mysql> FLUSH PRIVILEGES;

    mysql>exit;

    10.Check your settings:

    mysql> mysql -u root -p

    enter password:*****

    press Enter button.....




    Navigate to the C:\wamp\apps\phpmyadminx.x.x\ folder. Inside that folder, open up config.inc.php

    find in it: $cfg['Servers'][$i]['password'] = '';

    and put your desired password.

    Example:

    $cfg['Servers'][$i]['password'] = 'YOUR_PASS';

    replace YOUR_PASS with choosed password

Share This Page

All rights reserved SocEngine.ru ©