2020年5月7日

解决ERROR 1130: Host '192.168.1.3' is not allowed to connect to this MySQL server 方法

摘要: 解决ERROR 1130: Host '192.168.1.3' is not allowed to connect to this MySQL server 方法 1。 改表法。可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后, 阅读全文

posted @ 2020-05-07 17:33 星云留水 阅读(3695) 评论(0) 推荐(1) 编辑

CentOS7下安装mysql5.7

摘要: CentOS7下安装mysql5.7 一、安装YUM Repo1、由于CentOS 的yum源中没有mysql,需要到mysql的官网下载yum repo配置文件。下载命令: wget https://dev.mysql.com/get/mysql57-community-release-el7-9 阅读全文

posted @ 2020-05-07 16:12 星云留水 阅读(376) 评论(0) 推荐(0) 编辑

centos7与centos6区别

摘要: centos7与centos6区别 CentOS 7 vs CentOS 6的不同 (1)桌面系统[CentOS6] GNOME 2.x[CentOS7] GNOME 3.x(GNOME Shell)(2)文件系统[CentOS6] ext4[CentOS7] xfs(3)内核版本[CentOS6] 阅读全文

posted @ 2020-05-07 14:33 星云留水 阅读(315) 评论(0) 推荐(0) 编辑

tomcat在win10系统中安装失败的问题,修改tomcat内存

摘要: tomcat在win10系统中安装失败的问题,修改tomcat内存 自己以前在其他系统上安装tomcat服务都没有问题,但是在win10系统上安装就经常出现问题,自己总结了一下安装步骤: 1.首先需要配置环境变量, CATALINA_HOME 2.修改service.bat里的服务名称 3.安装服务 阅读全文

posted @ 2020-05-07 14:23 星云留水 阅读(433) 评论(0) 推荐(0) 编辑

centos7关闭防火墙

摘要: 有些人安装的linux的系统默认防火墙不是iptables,而是firewall,那就得使用以下方式关闭防火墙了。 >>>关闭防火墙 systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止 阅读全文

posted @ 2020-05-07 14:22 星云留水 阅读(402) 评论(0) 推荐(0) 编辑

导航