数据库
kukiwi
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
启动tomcat服务器报错
启动tomcat时报Neither the JAVA_HOME nor the JRE_HOME environment variable is defined解决方法:在安装目录下bin文件中找到startup.bat,用记事本打开后在bat文件中开头声明环境变量:rem --------------------------------------------------------...原创 2014-03-31 22:08:17 · 173 阅读 · 0 评论 -
MySql字符集编码
MySQL的字符集支持(Character Set Support)有两个方面: 字符集(Character set)和排序方式(Collation)。对于字符集的支持细化到四个层次: 服务器(server),数据库(database),数据表(table)和连接(connection)。1.MySQL默认字符集 MySQL对于字符集的指定可以细化到...原创 2014-04-01 14:12:51 · 145 阅读 · 0 评论 -
MySQL、SqlServer、postgresql自定义函数和存储过程
一、MySQL1、MySQL自定义函数及调用-- 报错his function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logg,解决办法set global log_bin_trust_function_creators=TRUE;-- 自定义函数...原创 2018-02-11 18:02:01 · 1030 阅读 · 0 评论
分享