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 'some_random_stuff_here'

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 fresh installation

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 (mysql) root > wit

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 password: YES) > > > > This user was c

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 > with the follow