
数据库
文章平均质量分 71
加班加班到天明
slow and steady wins the race
展开
-
...is not allowed to connect to this MySql server,解决办法。
转自:http://www.cnblogs.com/xyzdw/archive/2011/08/11/2135227.html 例如,你想myuser使用mypassword从任何主机连接到mysql服务器的话。 GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'%' IDENTIFIED BY 'mypassword' WITH GRANT O转载 2015-05-25 18:45:25 · 676 阅读 · 0 评论 -
hibernate+mysql,注解方式,自动添加创建,更新时间
hibernate+mysql,自动添加创建,更新时间: package com.springhibernate.dxt; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Generat原创 2015-06-15 14:01:46 · 2723 阅读 · 0 评论