当前位置:网站首页>Mysq database remote connection error, remote connection is not allowed
Mysq database remote connection error, remote connection is not allowed
2022-06-30 09:26:00 【LongtengGensSupreme】
mysq Database remote connection error :"Host 'WIN-CSTBNBVVGSQ' is not allowed to connect, This is an exception when the project accesses the database , This means that the database only allows localhost or 127.0.0.1 Local access , Remote access is not allowed .
terms of settlement : Modify the access permission .
open cmd, Get into mysql

flush privileges To refresh the permission update operation into memory , Not effective at next startup , Or choose to restart directly mysql To take effect :


边栏推荐
- Do you want the dialog box that pops up from the click?
- Torchvision loads the weight of RESNET except the full connection layer
- Opencv learning notes -day4 image pixel reading and writing operations (array traversal and pointer traversal implementation, uchar vec3b data type and mat class functions mat:: at(), mat:: ptr())
- Set, map and modularity
- The elegant combination of walle and Jianbao
- Understanding of MVVM and MVC
- Esp32 things (V): analysis of common API of esp32 of Swiss Army knife
- Harmonyos actual combat - ten thousand words long article understanding service card development process
- Unsupportedclassversionerror is reported when starting jar package. How to repair it
- Solution to the sixth training competition of 2020 provincial competition
猜你喜欢

Dart asynchronous task

Esp32 things (II): sharpening the knife without mistaking firewood - make preparations before project development

Talk about how the kotlin collaboration process establishes structured concurrency

Resnet50+fpn for mmdet line by line code interpretation

Talk about how the kotlin process started?

Metasploit practice - SSH brute force cracking process

Flutter 0001, environment configuration

Summary of Android knowledge points and common interview questions

Rew acoustic test (VI): signal and measurement

9.JNI_ Necessary optimization design
随机推荐
Design specification for smart speakers v1.0
Unsupportedclassversionerror is reported when starting jar package. How to repair it
Opencv learning notes -day10 logical operation of image pixels (usage of rectangle function and rect function and bit related operation in openCV)
Splice and slice functions of JS
Set, map and modularity
2020-11-02
Influencing factors of echo cancellation for smart speakers
Solution to pychart's failure in importing torch package
Opencv learning notes -day 11 (split() channel separation function and merge() channel merge function)
About Lombok's @data annotation
C accesses mongodb and performs CRUD operations
Anchorgenerator for mmdet line by line interpretation
Abstract factory pattern
Comparison of two ways for C to access SQL Server database (SqlDataReader vs SqlDataAdapter)
ES6 learning road 5 symbol
Express file upload
Solution to the eighth training competition of 2020 Provincial Games
Express の Hello World
Why must redis exist in distributed systems?
Opencv learning notes -day8 (keyboard typing (waitkey()); Wait for typing) action: triggers some action when the appropriate character is typed using the keyboard)