MySQL News ' Access denied for user ' root ' @ ' localhost ' (using Password:no) ' Error resolution

Source: Internet
Author: User

When you execute the command at a command prompt, the following error is reported

[Email protected]]# mysqladmin-u root password "Sorry"
Mysqladmin:connect to server at ' localhost ' failed
error: ' Access denied for user ' root ' @ ' localhost ' (using password:no) '

Workaround:

[Email protected]]# mysql-u root-p
Enter Password:
Welcome to the MariaDB Monitor. Commands End With; or \g.
Your MariaDB Connection ID is 110
Server Version:5.5.31-mariadb-log MariaDB Server

Copyright (c) Monty, Oracle, program Ab and others.

Type ' help ', ' or ' \h ' for help. Type ' \c ' to clear the current input statement.

MariaDB [(none)]> set password for ' root ' @ ' localhost ' =password (');
Query OK, 0 rows Affected (0.00 sec)

MariaDB [(None)]> flush privileges;
Query OK, 0 rows Affected (0.00 sec)

Problem solving

This article is from the "Cloud Life" blog, make sure to keep this source http://ovcer.blog.51cto.com/1145188/1653660

MySQL News ' Access denied for user ' root ' @ ' localhost ' (using Password:no) ' Error resolution

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.