当前位置:网站首页>Error 1130- host XXX is not allowed to connect to this MariaDB server
Error 1130- host XXX is not allowed to connect to this MariaDB server
2022-06-09 03:37:00 【51CTO】
This problem is due to the mysql In the database user There are no permissions in the table ( It can also be said that there are no users ), The following will record the process of my problems and solutions .
After building up LNMP After the environment Navicate link error
Encounter this problem first to mysql Use the connection to process on the server
1、 Connect to server : mysql -u root -p
2、 Look at all current databases :show databases;
3、 Get into mysql database :use mysql;
4、 see mysql All the tables in the database :show tables;
5、 see user Table data :select Host, User,Password from user;
6、 modify user In the table Host:update user set Host='%' where User='root';
7、 Last refresh :flush privileges;
# Be sure to remember to write sql Add... After the statement is completed " ; " The following is an illustration
边栏推荐
- Generation of random numbers in C language [detailed explanation]
- Fault analysis - a case of excessive CPU load caused by a large number of short-time processes
- Introduction to related operations of Huawei cloud sandbox Lab
- 并发操作之——ReentrantReadWriteLock
- C#/VB. Net to set solid color / gradient / picture background in word
- Redis6学习笔记-第一章-Redis的介绍与环境搭建
- National Natural Science Foundation Project query website
- 解决报错:错误1130- Host xxx is not allowed to connect to this MariaDb server
- Neural network learning (IV) -- a simple summary of the knowledge of each layer of neural network
- [launch] modify the app theme according to the wallpaper. It really comes
猜你喜欢

Zhongang Mining: fluorite resources listed in the strategic mineral catalogue

Fault analysis | a special scenario in MySQL where a new user cannot log in

Server registration use

Customized development of blind box app system

2003 -can t connect to MySQL server on localhost (10061 "unknown error")

Failure analysis | xtrabackup backup failure caused by DDL

No cached version available for offline mode
![[leetcode hash + Moore voting] 169 Most elements 229 Majority Element II](/img/07/f632d472f292e3914d78c62e7fb9b6.png)
[leetcode hash + Moore voting] 169 Most elements 229 Majority Element II

JS逆向字体反爬,某供应商平台反爬实践

Cereals mall -day13- goods on the shelves
随机推荐
Laravel view access routes
SAS batting lab demonstrates the value of data and analysis to teenagers
[machinetranslation] a training of multilingual machinetranslation model
C#/VB. Net to set solid color / gradient / picture background in word
Luogu p3647 [apio2014] Lianzhu line solution
This book has won the 2022 Beijing college entrance examination composition!
el-cascader 代码取消选择,手动删除某项
Data: Kube flannel and kubernetes dashboard creation commands and configuration file contents
Customized development of blind box app system
Alook browser cookie acquisition tutorial
"Baget" takes you one minute to set up your own private nuget server
The difference between single chip and chip
Foxconn suffered another blackmail attack, and a large number of unencrypted files were leaked
六个C语言期末大作业-KTV选歌、个人收支管理、职工资源管理、班级学生档案管理、产品信息管理、图书馆管理系统
Use of rich text boxes
一文搞懂Cookie+Session,Redis+Token,JWT三者的区别
Vivado HLS int8/9 multiplication optimization
Comprehensive description of network transformer (function, factory, type, model, principle, etc.)
ERP总体介绍
No cached version available for offline mode