当前位置:网站首页>CentOS7 安装Mysql
CentOS7 安装Mysql
2022-07-28 05:21:00 【performer丶】
进入mysql官网 MySQL


















19步骤执行完后可选择直接修改root 访问远程的权限 use mysql; select host from user where user='root'; update user set host = '%' where user ='root'; flush privileges; 可以直接测试navicat ,不用后面的步骤




25: 搭建mysql 时, 可以初始化好
最大连接数
sql_mode 非 group by 字段可以显示
log-bin 日志
# Mysql的bin-log的名字
log-bin=mysql-bin
# 最大连接数
max_connections=1000
# group by
sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION边栏推荐
猜你喜欢
随机推荐
使用sourcetree推送仓库时 Failed to connect to www.google.com port 80: Timed out
MYSQL之搭建数据库系列(一)——下载MYSQL
Screenshot transferred to the background
数字藏品以虚强实,赋能实体经济发展
第九章 子查询(重点)
扩展欧几里得定理
CTF常见加密方式JS
js-简单的发布订阅类
Microsoft edge browser plug-in (2)
南京邮电大学CTF题目writeup (一) 含题目地址
反弹shell的N种姿势
DOM模型的相关概念和操作
Sorting out problems related to ArcMap join table
[uni app] the use of scroll into view in uni app
JS macro task and micro task
小程序swiper实现点击暂停和播放
JS = = and = = = differences
(PHP graduation project) obtained based on PHP student homework submission management system
话题功能实现
Books - smart investors







