- 博客(5)
- 收藏
- 关注
原创 springboot集成springsecurity实现单点登录*(菜单权限控制)
*springboot集成springsecurity实现单点登录(菜单权限控制) 初学springsecurity,花了4天,写了一个小demo,放到我的gitee上了,有兴趣的同学可通过连接下载 readme里面有说明 附地址:https://gitee.com/wl-home/springboot_security_jwt_rsa.git ...
2021-11-04 17:00:16
290
原创 随着centos6的停止更新,yum源不能使用,简单说下vm virtualbox安装centos8,及双网卡配置
随着centos6的停止更新,yum源不能使用,简单说下vm virtualbox安装centos8,及双网卡配置 Oracle VM VirtualBox安装,这里不做介绍 下载centos8镜像,推荐阿里云,附地址:https://mirrors.aliyun.com/centos/8/isos/x86_64/ 可对vm box做些全局配置 新建虚拟机 点击下一步,选择内存,不要低于1G,当然越大越好 点击下一步,默认选择 点击创建 点击下一步 点击下一步,设置存储大小
2021-01-29 11:40:40
223
原创 MySQL8主从简单搭建
简单介绍下MySQL8主从服务搭建 1.准备两台服务器ip(主):192.168.56.151 , ip(从):192.168.56.152 2.确保2台服务器已安装相同版本的mysql(这里装MySQL8) 3.在主库上,设置一个复制使用的账户,并授予 REPLICATION SLAVE权限。 这里创建一个复制用户wlcpt,可以从IP为192.168.56.152(从库)的主机进行连接: –创建用户 CREATE USER ‘wlcpt’@’%’ IDENTIFIED BY ‘Wlcpt123!
2020-10-14 14:40:15
440
原创 centos6安装MySQL8.0
本人安装在centos上安装MySQL习惯在用专门一个文件夹挂载一个分区,便于后期管理 1,根目录创建data文件夹,cd到data目录下,创建mysql文件夹 2,采用yum源方式安装 |[mysql80-community] name=MySQL8.0CommunityServer baseurl=http://repo.mysql.com/yum/mysql-8.0-community/el/6/$basearch/ enabled=1 禁用检查; gpgcheck=0 gpgkey=file
2020-10-12 15:41:17
243
原创 记一次MySQL数据库crash事件
MySQL8.0数据库最近一次不知道怎么回事,突然启动不了,如下提示 MySQL Daemon failed to start 日志如下 | 2020-10-12T06:37:15.685288Z 0 [Warning] [MY-011068] [Server] The syntax ‘expire-logs-days’ is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds i
2020-10-12 15:15:42
184
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人