摘要:
1.首先,打开配置文件/etc/my.cnf,在末尾添加一行: skip-grant-tables 2.然后重启mysql服务: service mysqld restart 3.然后可以直接登录到mysql,在终端下输入mysql即可进入到mysql终端中。 4.依次输入如下命令: use mys 阅读全文
摘要:
一、环境准备 1.SpringBoot项目改造 1.1 pom.xml文件 1.1.1 为了保证配置后不影响本地项目的启动,我们需要去除打包后的war包的内嵌tomcat。 <dependency> <groupId>org.springframework.boot</groupId> <artif 阅读全文