摘要: 参考链接:https://www.php.cn/mysql-tutorials-63107.html 1、进入mysql数据库目录,使用命令"chown -R mysql <数据库文件夹名称>" 和 "chgrp -R mysql <数据库文件夹名称>"将文件夹拥有者和所在组改为mysql 2、使用 阅读全文
posted @ 2022-11-25 17:12 幸运刘 阅读(625) 评论(0) 推荐(0) 编辑
摘要: 参考解决链接 https://www.cnblogs.com/caijh/p/7244915.html 查看日志文件位置 show variables like '%error%'; 根据错误日志分析,删除log_file文件 cd /server/mysql/data rm ib_logfile0 阅读全文
posted @ 2022-11-24 19:46 幸运刘 阅读(477) 评论(0) 推荐(0) 编辑
摘要: 错误描述 java.lang.RuntimeException: java.sql.SQLRecoverableException: IO 错误: Undefined Error at com.baomidou.mybatisplus.generator.config.DataSourceConfi 阅读全文
posted @ 2022-11-21 22:10 幸运刘 阅读(1047) 评论(0) 推荐(1) 编辑
摘要: #查看snmp安装情况 rpm -qa|grep snmp #安装snmp yum install -y net-snmp net-snmp-utils net-snmp-libs #配置snmp服务 1、备份默认配置文件 cd /etc/snmp cp snmpd.conf snmpd.conf. 阅读全文
posted @ 2022-02-25 15:55 幸运刘 阅读(2857) 评论(0) 推荐(0) 编辑
摘要: #错误描述 npm ERR! code ENOTFOUND npm ERR! errno ENOTFOUND npm ERR! network request to http://registry.npm.taobao.org/axios failed, reason: getaddrinfo EN 阅读全文
posted @ 2022-01-11 16:37 幸运刘 阅读(779) 评论(0) 推荐(0) 编辑
摘要: ##在模块项目中定义统一的文件夹名称,主项目加入以下配置 <!--项目编译插件--> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</a 阅读全文
posted @ 2021-11-19 14:35 幸运刘 阅读(37) 评论(0) 推荐(0) 编辑
摘要: mvn install:install-file -Dfile=D:\node\java-sdk-1.0.0-SNAPSHOT.jar -DgroupId=cn.com.esgcc.ai.matrix -DartifactId=java-sdk -Dversion=1.0.0-SNAPSHOT -D 阅读全文
posted @ 2021-10-18 09:54 幸运刘 阅读(63) 评论(0) 推荐(0) 编辑
摘要: ##主pom使用以下配置 <!--项目编译插件--> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <vers 阅读全文
posted @ 2021-09-27 10:10 幸运刘 阅读(303) 评论(0) 推荐(0) 编辑