推荐
专栏
教程
课程
飞鹅
本次共找到5800条
mysql主从配置
相关的信息
Wesley13
•
3年前
TPS和QPS
关于MySQL的TPS和QPSTPSTransactionsPerSecond(每秒传输的事物处理个数),这是指服务器每秒处理的事务数,支持事务的存储引擎如InnoDB等特有的一个性能指标。计算方法:TPS(COM\_COMMITCOM\_ROLLBACK)/UPTIMEuseinfor
Easter79
•
3年前
springboot+vue 登录页面(一)
首先了解的技术点是:后台:springboot,mybatis,mybatis逆向工程,mysql,日志前端:nodejs,npm,cnpm,vue,vuecli,webpack,elementui,router,axios开发工具:idea,webstorm该项目前端使用的是vue,目的是实现前后端分离后台:1.选择spr
Stella981
•
3年前
Docker部署freeswitch
1\.clone配置文件到本地服务器gitclonehttps://github.com/BetterVoice/freeswitchcontainer.git相关Dockerfile如下:Jenkins.FROMubuntu:16.04MAINTAINERThomasQuintan
Stella981
•
3年前
Spring Cloud Hystrix ThreadPool的bug
BUG背景JDK:11.0.4SpringCloudFinchley.SR3相关配置:开启hystrixfeign.hystrix.enabledtrue关闭断路器hystrix.command.default.circuitBreaker.enabledfalse
Stella981
•
3年前
Linux和windows互传文件,用户配置文件和密码配置文件,用户组管理,用户管理
linux和windows互传文件只支持Xshell,和CRT首先需要安装一个包yuminstallylrzsz安装完成之后输入sz111.txt就会弹出一个框,选择把文件放到windows的哪一个文件夹下。rz从windows上传到linux命令。
Easter79
•
3年前
Spring错误——Spring AOP——org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWorldException
背景:学习切面,测试前置通知功能,xml配置如下<?xmlversion"1.0"encoding"UTF8"?<beansxmlns"http://www.springframework.org/schema/beans"xmlns:xsi"http:/
Wesley13
•
3年前
HTTP 错误 500.19
错误重现往常习惯在web.config文件里添加配置节点默认文档,内容如下:<!web.config<configuration <system.webServer <defaultDocument <files <ad
Stella981
•
3年前
CentOS7.4 Keepalived+LVS 负载均衡 后台节点健康检查
主机信息VIP10.10.10.55LVS0110.10.10.59Web0110.10.10.60Web0210.10.10.61一、apache简单配置 1、(10.10.10.60)web01软件安装root@web01~yumy
Stella981
•
3年前
Linux下修改mysql的root密码
原文:Linux下修改mysql的root密码(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fmarshu%2Fp%2F9928875.html)原文地址:https://www.cnblogs.com/marshu/p/9928875.ht
Wesley13
•
3年前
MySQL 8.0.11 中使用 grant ... identified by 时 error 1064 near 'identified by '密码'' a...
(1)问题:当使用 grant权限列表on数据库to'用户名'@'访问主机'identifiedby'密码';时会出现"......near'identifiedby'密码''atline1"这个错误(2)原因:因为新版的的mysql版本已经将创建账户和赋予权限的方式分开了
1
•••
293
294
295
•••
580