摘要:出处:http://www.cnblogs.com/lichenwei/p/4145696.html Mybatis属于半自动ORM,在使用这个框架中,工作量最大的就是书写Mapping的映射文件,由于手动书写很容易出错,我们可以利用Mybatis-Generator来帮我们自动生成文件。 1、相关
阅读全文
posted @ 2016-12-20 09:58
文章分类 - mysql
摘要:出处:http://www.cnblogs.com/lichenwei/p/4145696.html Mybatis属于半自动ORM,在使用这个框架中,工作量最大的就是书写Mapping的映射文件,由于手动书写很容易出错,我们可以利用Mybatis-Generator来帮我们自动生成文件。 1、相关
阅读全文
posted @ 2016-12-20 09:58
摘要:报错:1130-host ... is not allowed to connect to this MySql server 解决方法: 1。 改表法。 可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数
阅读全文
posted @ 2016-11-27 21:07
摘要:http://www.centoscn.com/mysql/2016/0711/7606.html 1. 下载安装包 http://dev.mysql.com/downloads/mysql/5.7.html#downloads MySQL-5.7.14-Linux-glibc2.5-x86_64.
阅读全文
posted @ 2016-11-27 21:06
摘要:第1步、yum安装mysql[root@stonex ~]# yum -y install mysql-server安装结果:Installed: mysql-server.x86_64 0:5.1.73-3.el6_5 Dependency Installed: mysql.x86_64 0:5.
阅读全文
posted @ 2016-11-20 21:48
|
||