Error 1405 mysql

MYSQL error #1405 #2001: Rejected Password Archive::Windows Servers

Go Back   EQEmulator Home > EQEmulator Forums
> Archives

> Archive::Support

> Archive::Windows Servers

Reload this Page

MYSQL error #1405 #2001: Rejected Password

User Name Remember Me?
Password
Home Forums Register Members List Today’s Posts Search

Archive::Windows Servers Archive area for Windows Servers’s posts that were moved here after an inactivity period of 90 days.

Reply

Thread Tools

Display Modes

 
#1  

Old

05-19-2004, 04:49 PM

bopo119

Sarnak

 

Join Date: Feb 2004

Location: You’ll never find me…

Posts: 31

Default
MYSQL error #1405 #2001: Rejected Password


I was setting up a mini-login type server and I found that I have done everything right… I think. However, when I start up world.exe I get the MYSQL error(s) 1405 and 2001 about a rejected password. I have checked time and time again my passwords in the my.ini of MYSQL. Has anyone else had problems such as this? The minilogin.exe works perfect when I start it… but world.exe always gives me this error.

Reply With Quote

 
#2  

Old

05-19-2004, 05:05 PM

gandar

Sarnak

 

Join Date: Apr 2004

Location: West Sacramento, CA

Posts: 84

Default


Hello, again!

A link about this error.

Basically, either your user/pass combo is wrong (which you checked) or your user/pass does not have the proper privleges in MySQL. Try the following:

Code:

START->RUN->CMD
cd c:/mysql/bin 
mysql -u root mysql 
GRANT ALL PRIVELEGES ON *.* TO username@localhost IDENTIFIED BY 'password' WITH GRANT OPTION; 
quit

~Gandar

Let me know if that clears it up.

Reply With Quote

 
#3  

Old

05-20-2004, 09:29 AM

mikenune

Discordant

 

Join Date: Apr 2004

Location: Gukta

Posts: 359

Default


You’ll probably need to replace the line that reads:

Quote:

cd c:/mysql/bin

with:

Quote:

cd c:mysqlbin

Windows doesn’t handle UNIX/Linux style directories very well. . .

__________________
THE POSTER assumes no warranty, guarantee, or representation as to the accuracy
or sufficiency of the information presented herein, and THE POSTER assumes no
responsibility or liability regarding the use or misuse of such information.
Furthermore THE POSTER assumes no responsibility and makes no warranty, guarantee,
or representation for the content of any web or FTP sites linked to or from this
post.

THE POSTER reserves the right to change the terms, conditions, and notices under
which THE POSTER presents information. It is the responsibility of THE READER to
regularly review these terms, conditions, and notices. THE READER understands that
the reading of any content including or covered by this disclaimer constitutes THE
READER’s acceptance of and agreement to such changes.

THE POSTER retains the right to in any way alter the content of this post at any
time with or without prior notice to THE READER.

Reply With Quote

 
#4  

Old

05-20-2004, 09:39 AM

gandar

Sarnak

 

Join Date: Apr 2004

Location: West Sacramento, CA

Posts: 84

Default


LOL — good catch, Mikenune… I switch constantly between Linux and Windows, so I missed it completely.

<sigh> Sometimes it’s the little things that are so easy to miss!

Reply With Quote

 
#5  

Old

05-20-2004, 09:46 AM

mikenune

Discordant

 

Join Date: Apr 2004

Location: Gukta

Posts: 359

Default


Quote:

Originally Posted by gandar

LOL — good catch, Mikenune… I switch constantly between Linux and Windows, so I missed it completely.

<sigh> Sometimes it’s the little things that are so easy to miss!

Heh, the only reason I caught it is because I do exactly the same thing!

It’s annoying as hell too. I spend 4 hours programming on a Linux box then go home to my Win XP system and wonder when I get an error when I type «ls -la»!

Of course, I solved that problem by getting myself a copy of the UnxUtils.zip (just search in Google). It just includes Win32 builds of a bunch of common UNIX/Linux commands/programs like «grep» and «ls».

__________________
THE POSTER assumes no warranty, guarantee, or representation as to the accuracy
or sufficiency of the information presented herein, and THE POSTER assumes no
responsibility or liability regarding the use or misuse of such information.
Furthermore THE POSTER assumes no responsibility and makes no warranty, guarantee,
or representation for the content of any web or FTP sites linked to or from this
post.

THE POSTER reserves the right to change the terms, conditions, and notices under
which THE POSTER presents information. It is the responsibility of THE READER to
regularly review these terms, conditions, and notices. THE READER understands that
the reading of any content including or covered by this disclaimer constitutes THE
READER’s acceptance of and agreement to such changes.

THE POSTER retains the right to in any way alter the content of this post at any
time with or without prior notice to THE READER.

Reply With Quote

 
#6  

Old

05-20-2004, 09:57 AM

gandar

Sarnak

 

Join Date: Apr 2004

Location: West Sacramento, CA

Posts: 84

Default


Thanks for the link… I had installed it in the past when I was using Win2k, but when I formatted and switched to WinXP Pro, I forgot to reinstall. :P

Do you know how many times on the command line I type «vi» or «ls» ? Or try to do a «ln» command? I definetly understand where you are coming from.

Or, worse yet, type «dir» in Linux?

Reply With Quote

 
#7  

Old

05-20-2004, 01:22 PM

bopo119

Sarnak

 

Join Date: Feb 2004

Location: You’ll never find me…

Posts: 31

Default


Lol, thanks for the tip gandar, it seems to be working, with the exception that my computer is so bogged down with stuff it freezes all the time (a pain in the ass).

Reply With Quote

 
#8  

Old

05-20-2004, 01:40 PM

bopo119

Sarnak

 

Join Date: Feb 2004

Location: You’ll never find me…

Posts: 31

Default


gandar… I recall in an earlier post you said that you maintained a LAN server for your friends. First of all, was that you or did I make a mistake? If it was you, then I must ask, did you use the Big LAN Book tutorial?

Reply With Quote

 
#9  

Old

05-20-2004, 02:09 PM

gandar

Sarnak

 

Join Date: Apr 2004

Location: West Sacramento, CA

Posts: 84

Default


No, Bopo, you’re right — I said it! /guilty

I do maintain my own EQEmu server on my LAN. I don’t believe I used the Big Lan Book tutorial… but then again, I setup the server almost 3 mos ago and I can’t remember… I read a bunch of posts before even attempting it — and even then it took about 4 hours for me to get it running. I tried to answer all my questions before I had them — it didn’t really work out that way!

I have an AMD 2400, 512mb RAM, 30gb HD, 2mb video card 10/100 mb NIC running Win2K Pro… It’s only job is a MySQL server and it hosts Minilogin, World and Zone. I play across my LAN on my personal machine (lol — better video card)…

I’ve had up to 15 people logged into my server — both in a single zone and in multiple zones (I usually run with PoK static and 5 dynamic zones since there’s usually only about 5 of us and we’re grouped). It gets slightly laggy about there, but no one complains (afterall, it’s free! :P )

If you have a specific question, I’ll be more than happy to try to point you in the right direction or provide an answer if I have it.

~Gandar

Reply With Quote

 
#10  

Old

05-20-2004, 02:45 PM

bopo119

Sarnak

 

Join Date: Feb 2004

Location: You’ll never find me…

Posts: 31

Default


Okay, that is neat. I am trying to do that, since I have unsuccessfully tried an online server and a Mini-login (my computer too bogged down). I just wanted to do a LAN server so me and my friends could customize it. If it is too dificult, however, I might have to wait until more into the summer. Thanks for your help, I should hope you can answer some of my other questions.

Reply With Quote

Reply

«
Previous Thread
|
Next Thread
»


Posting Rules

You may not post new threads

You may not post replies

You may not post attachments

You may not edit your posts


BB code is On

Smilies are On

[IMG] code is On

HTML code is Off


Forum Rules

Forum Jump

All times are GMT -4. The time now is 07:27 AM.

EQEmulator —

Archive —

Top

 

Я не могу вернуться в phpMyAdmin после изменения привилегий, я продолжаю получать следующую ошибку:

ОШИБКА 1405

MySQL сказал: Документация

1045 — Доступ запрещен для пользователя ‘â ~rootâ € ‘ @’localhost’ (с использованием пароля: YES)

Я использую XAMPP на Mac. Не знаете, как это сделать, какие-нибудь идеи?

28 фев. 2015, в 09:41

Поделиться

Источник

1 ответ

Вам нужно перейти в C:xamppphpMyAdminconfig.inc.php и отредактировать файл. Файл по умолчанию (без установленного пароля) выглядит следующим образом.

<?php
/*
 * This is needed for cookie based authentication to encrypt password in
 * cookie
 */
$cfg['blowfish_secret'] = 'xampp'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */

/*
 * Servers configuration
 */
$i = 0;

/*
 * First server
 */
$i++;

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
  • Если вы помните пароль, вы можете напрямую ввести его в поле пароля.
  • если вы не помните, что задали какой-либо пароль, и он по-прежнему показывает некоторое значение, то измените его на » (пустая строка).
  • Если это не сработает, откройте интерфейс командной строки в качестве администратора и введите sc delete mysql. Это приведет к удалению предыдущих настроек, которые вы выполнили в mysql.
  • Теперь перезапустите сервер xammp и откройте phpMyAdmin.

Vivek Mahto
06 март 2015, в 06:54

Поделиться

Ещё вопросы

  • 0Разделить QString на — (тире) символ, доступ к элементу списка
  • 0Не удается использовать ngDialog из-за TypeError: ngDialog.open не является функцией в Scope. $ Scope.discountModalOpen?
  • 0Как добавить дату создания поста в блоге вместо маркера под типом списка?
  • 1Исключение файла не найдено в приложении Windows Phone
  • 1Лучшая реляционная база данных для хранения 1 миллиарда записей
  • 1Рефакторинг шахматной игры C # по схеме проектирования MVC
  • 0Выравнивание текстовых полей с помощью CSS выталкивает метки
  • 0массив символов c ((SIGSEGV) (ядро сброшено))
  • 0Можно ли переслать объявление класса enum для использования в производном классе?
  • 0Предложение where возвращает данные после передачи неизвестного строкового значения. Почему?
  • 0Как получить ширину элемента, который ширина реагирует или авто
  • 0Как я могу преобразовать формат даты динамически в angular-bootstrap-datepicker?
  • 0Получить идентификаторы флажков, которые не отключены
  • 0Функция запуска AngularJS после загрузки области
  • 1Интерактивная 3d графика с использованием Python или JavaScript
  • 1Как я могу проверить, является ли строка, которую я возвратил из курсора, пустой или нулевой в курсоре Android?
  • 0AngularJS Предварительная настройка фильтра
  • 0Как связать php и MS SQL в LAMP
  • 0Установка минимальной даты в jquery datepicker
  • 1Hibernate принудительное взаимодействие с «центральной» сущностью
  • 0angularjs $ применить в логине
  • 0почему мне не нужно переносить операторы блокировки / разблокировки при использовании условий ожидания qt?
  • 0Значок значка частично исчезает, когда число <1
  • 1Как рассчитать дни с момента записи? Android, SQLite, Java
  • 0Проверьте отсортированные строки c ++ с помощью ‘uniq’
  • 0Таблица в DIV и CSS
  • 0PHP: ошибка с ошибкой: сервер MySQL ушел
  • 0Переменная запроса не работает
  • 0Можем ли мы проверить указатель, чтобы убедиться, что это правильный адрес?
  • 0построение меню в HTML с содержанием справа
  • 0JQuery не включает поле формы в проверке
  • 0Laravel Redirect :: неправильный редирект в поддомене
  • 1Maven-Shade-плагин: сделать банку, а мы на войне Проект?
  • 1Ошибка времени выполнения IDataReader
  • 0Плагин jQuery, использующий Backbone.js и require.js. Как передать переменную this в зависимость?
  • 1Внедрение реализации интерфейса
  • 1Имя схемы Sql-сервер из java-соединения jdbc
  • 0SQL — добавить вычисляемый столбец в таблицу MOD (%)
  • 0Обратный инжиниринг Enterprise Architect с shared_ptr <TYPE>
  • 0Объедините шейдеры с DirectX 11
  • 1Показать все шаги для преобразования данной строки в другую (анаграммы)
  • 1Алгоритм логики JS не работает
  • 1Обрабатывает эквивалентный в C # для повторителя
  • 0функции isupper (), islower (), toupper (), tolower () не работают в c ++
  • 0получить вектор направления из матрицы btScalar
  • 1Java — не может получить доступ к локальному jframe внутри другого класса
  • 0Выбор класса для списка и установка только одного из них
  • 1Можно ли анимировать переход при изменении привязки данных элементов управления?
  • 0Я не могу отправить данные формы в базу данных MySQL
  • 0Кэш Magento Enable создает страницу ошибки Внимание: simplexml_load_string ()

Сообщество Overcoder

Я не могу вернуться в phpMyAdmin после изменения привилегий, я получаю следующую ошибку:

ОШИБКА 1405

MySQL сказал: Документация

Я использую XAMPP на Mac. Не знаете, как это исправить, есть идеи?

0

Решение

Вы должны пойти в C:xamppphpMyAdminconfig.inc.php и отредактируйте файл. Файл по умолчанию (без установки пароля) выглядит следующим образом.

<?php
/*
* This is needed for cookie based authentication to encrypt password in
* cookie
*/
$cfg['blowfish_secret'] = 'xampp'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */

/*
* Servers configuration
*/
$i = 0;

/*
* First server
*/
$i++;

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
  • Если вы помните пароль, вы можете ввести его непосредственно в поле пароля.
  • если вы не помните какой-либо пароль и он по-прежнему показывает какое-то значение, измените его на » (пустая строка).
  • Если это не работает, откройте интерфейс командной строки как администратор и введите sc delete mysql, Это удалит предыдущие настройки, которые вы сделали в MySQL.
  • Теперь перезапустите сервер xammp и откройте phpMyAdmin.

1

Другие решения

Других решений пока нет …

Понравилась статья? Поделить с друзьями:
  • Error 1402 could not open key coreldraw
  • Error 1396 hy000 operation create user failed for root localhost
  • Error 1396 hy000 operation create user failed for phpmyadmin localhost
  • Error 1396 hy000 operation create user failed for nextcloud localhost
  • Error 1396 hy000 operation create user failed for glpi localhost