phpMyAdmin Access Denied

Source: Internet
Author: User
Download from the Internet XAMPP decompression using the database has not been set password, the default is empty, has been using a good, today suddenly error, prompt "#1045-access denied for user ' root ' @ ' localhost ' (using password : NO) ", the online said the password is not right, but I did not set the password, who knows where the problem is, service start is no problem, Apache can, waiting for emergencies ...


Reply to discussion (solution)

Can you connect to the DOS command line with root?

Yes, directly run the Mysql.exe file even if the user name password is not entered, you can view the database

Locate the phpMyAdmin configuration file, as if it were a config.inc.php file, and locate the following line:
$cfg [' Servers '] [$i] [' user '] = ' root ';
$cfg [' Servers '] [$i] [' password '] = ' root ';

Change the password entry to empty and restart the server to try again.

Password is empty, I did not set Ah, tangled dead

Generally find the configuration file in the phpmyadmin.conf, the inside of the localhost corresponding to the deny to allow the good!

  • 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.