mysql错误ERROR 1044 (42000): Access denied for user
admin
2023-03-01 15:42:12
0

mysql错误ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'MAC'解决办法

MariaDB [(none)]> create database MAC;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'MAC'
MariaDB [(none)]> 




方法一:
1.关闭mysql
   # service mysqld stop 【 备注centos7是systemctl stop mariadb】
2.屏蔽权限
   # mysqld_safe --skip-grant-table
   屏幕出现: Starting demo from .....
3.新开起一个终端输入
   #mysql -uroot -pxxxxxx
   MariaDB [(none)]> use mysql;
   MariaDB [mysql]> 
   MariaDB [mysql]> UPDATE user SET Password=PASSWORD('newpassword') where USER='root';     【备注:下一次会用newpassword密码登录数据库】
   MariaDB [mysql]>  FLUSH PRIVILEGES;//记得要这句话,否则如果关闭先前的终端,又会出现原来的错误
   MariaDB [mysql]>  \q



----------------------------------------------------------------------------
我的实操测试
[root@nessus ~]# systemctl stop mysqld
Failed to stop mysqld.service: Unit mysqld.service not loaded.
[root@nessus ~]# systemctl stop mariadb
[root@nessus ~]# 
[root@nessus ~]# 
[root@nessus ~]# mysqld_safe --skip-grant-table
191030 11:11:24 mysqld_safe Logging to '/var/log/mariadb/mariadb.log'.
191030 11:11:24 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql


新开起一个终端输入
[root@nessus ~]# mysql -uroot  【我的无密码】
MariaDB [(none)]> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
MariaDB [mysql]> UPDATE user SET Password=PASSWORD('newpassword') where USER='root';
Query OK, 4 rows affected (0.01 sec)
Rows matched: 4  Changed: 4  Warnings: 0

MariaDB [mysql]> 
MariaDB [mysql]> 
MariaDB [mysql]> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)

MariaDB [mysql]> \q
Bye
[root@nessus ~]# mysql -uroot  【发现之前无密码无法登陆了】
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
[root@nessus ~]# 


[root@nessus ~]# mysql -uroot -pnewpassword   【得用newpassword密码登录数据库】
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 5
Server version: 5.5.60-MariaDB MariaDB Server

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

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

MariaDB [(none)]> 
MariaDB [(none)]> 
MariaDB [(none)]> 
MariaDB [(none)]> create database MAC;
Query OK, 1 row affected (0.00 sec)

MariaDB [(none)]> 
MariaDB [(none)]> 
MariaDB [(none)]> 
MariaDB [(none)]>

相关内容

热门资讯

“抢人大战”,风向有变? 各地一场“抢老人”的大战,已然徐徐拉开大幕。最近,有着人口净流出压力的吉林,计划拿出3亿元发展旅居康...
石家庄一家不限量的爱心素食面馆... 7月24日正午时分,记者来到位于石家庄市新华区东明家居西二环店北门旁的“素面”小店,不大的店面里坐满...
中材科技申请风电叶片外补强辅助... 国家知识产权局信息显示,中材科技(伊吾)风电叶片有限公司申请一项名为“风电叶片外补强辅助固化装置”的...
为人工智能治理提供重要公共产品 图为2026世界人工智能大会暨人工智能全球治理高级别会议举办期间,在世博展览馆灵心巧手展位,参观者观...
泽连斯基称俄对乌多地发动大规模... 当地时间25日,乌克兰总统泽连斯基通报称,俄军于当日凌晨对乌克兰多地发动大规模空袭,使用2枚导弹、近...
不怕没水!武汉科学家找到水稻身... 干旱来了,水稻启动"抗旱模式",可一启动就长不大、结得少——这是困扰育种界几十年的老难题。7月23日...
多款手机涨价超1000元,大存... 今年暑期消费旺季,国内智能手机市场迎来一轮显著的价格上调。第一财经记者走访深圳多家品牌门店发现,以v...
SpaceX上市后星舰首飞:首... 界面新闻实习记者 | 李响 在经历多次波折后,SpaceX公司的星舰(Starship)终于完成了...
博世洗衣机强制解锁 博世洗衣机强制解锁的方法可能因型号和具体情况而异。以下是一些常见的方法:1. 按住电源键:有些博世洗...
美的电热水器不能出水了该怎么处... 美的电热水器不能出水了该怎么处理?1、管路堵塞,管路因水垢、杂物或冻堵等原因堵塞,热水自然就不能出水...