Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cant set password for #

JhilFeb 19 2017 — edited Feb 21 2017

# service mysqld start

Initializing MySQL database:                               [  OK  ]

Installing validate password plugin:                       [  OK  ]

Starting mysqld:                                           [  OK  ]

[root@AUSDEV ~]# service mysqld status

mysqld (pid  13364) is running...

root@AUSDEV ~]# mysql --version

mysql  Ver 14.14 Distrib 5.7.17, for Linux (i686) using  EditLine wrapper

# mysql_secure_installation

Securing the MySQL server deployment.

Enter password for user root:

Error: Access denied for user 'root'@'localhost' (using password: YES)

Thanks

Comments
Post Details
Added on Feb 19 2017
17 comments
1,168 views