Re: Modifier mot de passe user mysql : Access denied for user root

2020-02-12 Thread JC.EtiembleG
Le 11/02/2020 à 23:48, ajh.val...@free.fr a écrit : J'ai tenté via moteur de recherche, rien ne marche, dont "dpkg-reconfigure mysql-server". Merci d'une aide, d'une piste... A tester et adapter Comment récupérer (perdu ou oublié) mon mot de passe root de MariaDB

Re: Modifier mot de passe user mysql : Access denied for user root

2020-02-11 Thread G2PC
> # mysql -u root -p > > J'ai toujours cette réponse : > ERROR 1045 (28000): Access denied for user 'root'@'localhost' > (using password: YES) > > J'ai tenté via moteur de recherche, rien ne marche, > dont "dpkg-reconfigure mysql-server". > > Merci d'une aide, d'une piste... Le mode sans échec

Re: Modifier mot de passe user mysql : Access denied for user root

2020-02-11 Thread ajh . valmer
On Tuesday 11 February 2020 15:53:02 G2PC wrote: > www.it-connect.fr/changer-de-mot-de-passe-mysql%EF%BB%BF/#III_Changer_le_mot_de_passe_utilisateur_avec_une_commande_SQL > www.laurentsanselme.com/changer-le-mot-de-passe-dun-utilisateur-mysql/ # mysql -u root -p J'ai toujours cette réponse :

Re: MySQL access denied for user

2016-08-15 Thread Florian Pelgrim
Hi, I assume that you installed mysql from repository and did not alter the configuration. Login with root into mysql and then: 1. create your drupal database # create database drupal; 2. create a user account for it # create user 'drupal_user'@'localhost' IDENTIFIED BY

Re: MySQL access denied for user

2016-08-15 Thread limpia
On 2016-08-15 04:54, Liam O'Toole wrote: On 2016-08-15, Bill Wohler wrote: I'm getting the following: $ mysql -h localhost -u user Enter password: ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using password: YES) This user was created with a

Re: MySQL access denied for user

2016-08-15 Thread Liam O'Toole
On 2016-08-15, Bill Wohler wrote: > I'm getting the following: > > $ mysql -h localhost -u user > Enter password: > ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using > password: YES) > > This user was created with a fresh installation of mysql as

Re: MySQL access denied for user

2016-08-15 Thread Joe
On Sun, 14 Aug 2016 22:17:12 -0700 Bill Wohler wrote: > Bill Wohler wrote: > > > I'm getting the following: > > > > $ mysql -h localhost -u user > > Enter password: > > ERROR 1045 (28000): Access denied for user > > 'user'@'localhost' (using

Re: MySQL access denied for user

2016-08-14 Thread Bill Wohler
Bill Wohler wrote: > I'm getting the following: > > $ mysql -h localhost -u user > Enter password: > ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using > password: YES) > > This user was created with a fresh installation of mysql as (mysql) root

MySQL access denied for user

2016-08-14 Thread Bill Wohler
I'm getting the following: $ mysql -h localhost -u user Enter password: ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using password: YES) This user was created with a fresh installation of mysql as (mysql) root with the following: mysql> create user

phpmyadmin i mysql: Access denied for user [EMAIL PROTECTED] (using password: NO)

2005-05-07 Thread Rafal Dabrowa
Witam ! Zainstalowalem ze zrodel na tym samym serwerze: apache_1.3.33 mod_ssl-2.8.22-1.3.33 mysql-4.1.11 phpMyAdmin-2.5.6 logowanie z konsoli serwera lokalnie do mysql'a na konto roota i usera dziala bez zarzutu, co wskazuje ze hasla sa prawidlowo ustawione. Problem sie zaczyna jezeli chce sie

Re: phpmyadmin i mysql: Access denied for user [EMAIL PROTECTED] (using password: NO)

2005-05-07 Thread ma_zak
On Sat, 7 May 2005, Rafal Dabrowa wrote: (...) Problem sie zaczyna jezeli chce sie polaczyc z hosta 192.168.10.1 lub innego przez phpmyadmina na serwer. (...) /usr/local/mysql/bin/mysql -u rafal -p ERROR 1045 (28000): Access denied for user 'rafal'@'localhost' (using password: NO) Nie

RE: phpmyadmin i mysql: Access denied for user [EMAIL PROTECTED] (using password: NO)

2005-05-07 Thread Rafał Dąbrowa
-user-polish@lists.debian.org Subject: Re: phpmyadmin i mysql: Access denied for user [EMAIL PROTECTED] (using password: NO) On Sat, 7 May 2005, Rafal Dabrowa wrote: (...) Problem sie zaczyna jezeli chce sie polaczyc z hosta 192.168.10.1 lub innego przez phpmyadmina na serwer. (...) /usr/local

Re: phpmyadmin i mysql: Access denied for user [EMAIL PROTECTED] (using password: NO) - errata :)

2005-05-07 Thread Michał Prokopiuk
On Sun, 8 May 2005 00:43:07 +0200, Micha Prokopiuk wrote On Sat, 7 May 2005 22:35:51 +0200 (CEST), ma_zak wrote On Sat, 7 May 2005, Rafal Dabrowa wrote: (...) Problem sie zaczyna jezeli chce sie polaczyc z hosta 192.168.10.1 lub innego przez phpmyadmina na serwer. (...)