当前位置:网站首页>Connect other computers to local MySQL
Connect other computers to local MySQL
2022-07-28 17:56:00 【Mordo 0】
MySQL -u root -p
use mysql;
update user set host = '%' where user = 'root';
select host, user from user;
FLUSH PRIVILEGES;
EXIT

边栏推荐
- [C language note sharing] character function and string function (recommended Collection)
- 【Unity Tilemap】教程 | Basic、Rule Tile、Prefab Brush、Tilemap Collider
- Pycharm connects to remote docker
- 数字滤波器(五)--设计IIR滤波器
- PS fast making full screen watermark
- 【p5.js】实战练习——无规则对称
- C#中virtual(虚方法)的理解以及和abstract(抽象方法)的区别
- MySQL的安装
- 点云处理---kd-tree
- PyTorch中grid_sample的使用方法
猜你喜欢
随机推荐
The solution to the problem that the computer cannot be charged
2.2-数据类型
3.2-随机数
From 0 to 1: Development notes of voting applet based on cloud development
com.mysql.jdbc. Configuration files of driver and com.mysql.cj.jdbc.driver
【Unity】Sprite九宫格到底怎么玩?
IDEA报错Error running ‘Application‘ Command line is too long解决方案
centos使用docker运行mysql后,远程连接需要开放端口
Branch and loop statements
[C language note sharing] - dynamic memory management malloc, free, calloc, realloc, flexible array
pycharm连接到远程docker
abstract、static、final
MySQL详解
mysql5.7压缩包安装教程
Compilation principle learning notes 2 (Introduction to syntax analysis)
OpenMV(一)--基础介绍与硬件架构
OpenMV(二)--IDE安装与固件下载
1.2-hexadecimal conversion
【Unity FPS】教程 | 使用Unity制作第一人称角色控制器
Idea error running 'application' command line is too long solution




![[unity] timeline learning notes (VII): Custom clip](/img/25/0402a28539cb568d5a539a757b2482.png)




