Home > Database > Mysql Tutorial > body text

ERROR 1045 (28000): Access denied for user root@localhost (u_MySQL

WBOY
Release: 2016-05-31 08:49:44
Original
848 people have browsed it

原文链接
# /etc/init.d/mysqld stop 
# mysqld_safe --user=mysql --skip-grant-tables --skip-networking & 
# mysql -u root mysql 
我遇到的问题通过这两三行解决了。备用!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!