当前位置:网站首页>关于在云服务器上(这里用腾讯云)安装mysql8.0并使本地可以远程连接的方法
关于在云服务器上(这里用腾讯云)安装mysql8.0并使本地可以远程连接的方法
2022-07-07 09:06:00 【optimistic丶中】
这里采取利用宝塔的方法,首先在宝塔官网上找到宝塔适合于个人环境的安装方式并在云服务器上进行安装
安装完宝塔后在可以宝塔的软件商店中安装mysql,并设置了mysql的用户名和密码后,需要打开防火墙中的3306端口,此时远程连接依旧会出现1045的错误,后续需要通过修改用户的权限解决(这里不知道为什么,出现过多次
的问题,网上查是因为套接字文件缺失,但我反复检查没有做过删除操作,最后通过重启服务器可以解决问题,很玄学)
首先通过CREATE USER 'your username'@'%' IDENTIFIED BY 'your password';来新建一个用户,
再通过grant all privileges on *.* to 'your username'@'%' with grant option;(mysql8.0之后用这个,8.0之前用grant all privileges on *.* to 'your username'@'%' identified by 'root' with grant option;)给该用户权限,
之后通过flush privileges;刷新数据库的配置,
并最后依靠sudo service mysql restart;重启,最终可以成功使用Navicat远程连接
边栏推荐
- SQL Server knowledge gathering 9: modifying data
- [untitled]
- From pornographic live broadcast to live broadcast E-commerce
- [machine learning 03] Lagrange multiplier method
- 从色情直播到直播电商
- 【STM32】实战3.1—用STM32与TB6600驱动器驱动42步进电机(一)
- 数据库同步工具 DBSync 新增对MongoDB、ES的支持
- 单调性约束与反单调性约束的区别 monotonicity and anti-monotonicity constraint
- PostgreSQL中的表复制
- POJ1821 Fence 题解报告
猜你喜欢

China Southern Airlines pa3.1

Wallhaven壁纸桌面版

How to remove addition and subtraction from inputnumber input box

Force buckle 1002 Find common characters

Mendeley -- a free document management tool that automatically inserts references into papers

Activity生命周期
![[untitled]](/img/8e/e968d4629004bb0c3ee70328b6777b.jpg)
[untitled]

从色情直播到直播电商

Verilog 实现数码管显视驱动【附源码】

“梦想杯”2017 年江苏省信息与未来小学生夏令营 IT 小能手 PK 之程序设计试题
随机推荐
Debezium同步之Debezium架构详解
Opencv installation and environment configuration - vs2017
Unity script generates configurable files and loads
Shardingsphere sub database and table examples (logical table, real table, binding table, broadcast table, single table)
How to play video on unityui
A simple example of delegate usage
[installation system] U disk installation system tutorial, using UltraISO to make U disk startup disk
Realize ray detection, drag the mouse to move the object and use the pulley to scale the object
Bookmarking - common website navigation for programmers
What are the contents of the intermediate soft test, the software designer test, and the test outline?
VR development optimization
基于Retrofit框架的金山API翻译功能案例
uniCloud
Go-Redis 中间件
2021 summary and 2022 outlook
Idea shortcut keys
The fifth training assignment
Records on the use of easyflash v3.3
【pyqt】tableWidget里的cellWidget使用信号与槽机制
[untitled]