当前位置:网站首页>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边栏推荐
猜你喜欢
随机推荐
结果填空 星系炸弹(Excel秒杀)
JS macro task and micro task
Flex elastic box
Acquisition of mental health service system based on PHP (PHP graduation design)
基于php心理健康服务系统获取(php毕业设计)
在线词云图生成(以WordArt为例)
极客大挑战2019-SQL注入五题PW
小程序swiper实现点击暂停和播放
Books - mob
疫情当下,线下文旅受困,看数字藏品能否解围?
第七章 单行函数
Flex elastic box item properties
(php毕业设计)基于thinkphp5校园新闻发布管理系统获取
蓝桥杯 方格填数
书籍-投资理念和策略
Microsoft Edge浏览器插件(2)
Online word cloud generation (taking WordArt as an example)
js-宏任务和微任务
撞脸ins? Mars数字藏品平台探索数字藏品轻社交
tcp和udp的区别和联系









