摘要:
archetype:create-from-project 阅读全文
摘要:
说明:IntelliJ IDEA 版本为14.JDK 版本为1.7tomcat 版本为apache-tomcat-7.0.70 注:在创建过程中注意相关软件版本位数的问题。32位,64位的软件混搭会导致访问不成功的问题!!! 首先要理解一个基本问题:对比eclipse ,在IntelliJ IDEA 阅读全文
摘要:
相关软件: Intellij Idea14:http://pan.baidu.com/s/1nu16VyD JDK7:http://pan.baidu.com/s/1dEstJ5f Tomcat(apache-tomcat-6.0.43):http://pan.baidu.com/s/1kUwReQ 阅读全文
摘要:
grant all privileges on *.* to user@'localhost' Identified by 'password' WITH GRANT OPTION; grant all privileges on *.* to root@'%' Identified by 'pas 阅读全文
摘要:
ERROR 1130: Host ’192.168.1.3′ is not allowed to connect to this MySQL server这是告诉你没有权限连接指定IP的主机,下面我们来看看解决办法。处理方法有二个 1、(如何解决客户端与服务器端的连接(mysql) :xxx.xxx 阅读全文
摘要:
navicat 连接mysql报错: 1130- Host xxx is not allowed to connect to this MariaDb server 解决方案: 1.确保服务器开启了3306端口。 2.改表法: mysql -u root -pmysql>use mysql;mysq 阅读全文