文章分类 - 数据库相关
摘要:http://www.cnblogs.com/way_testlife/archive/2010/09/17/1829567.html
阅读全文
摘要:参考如下网站 http://www.cnblogs.com/sustudy/p/4174189.html 使用Spring实现读写分离( MySQL实现主从复制) http://blog.csdn.net/jack85986370/article/details/51559232
阅读全文
摘要:第一步:下载mysql-5.7.17-winx64解压版本:http://dev.mysql.com/downloads/mysql/ 第二步:解压到安装目录,如:D:\Program Files (x86)\mysql-5.7.17-winx64 第三步:设置环境变量 操作如下: 1)右键单击我的
阅读全文
摘要:<choose> <when test="search_type==0"> and (a.is_new=1 or a.is_tese=1) </when> <otherwise> and a.commodity_type_id = #{search_type} </otherwise> </choo
阅读全文
摘要:1.备份数据库: mysqldump -uroot -p hbnx --default-character-set=utf8 --hex-blob >/tmp/hbnx.sql 2.还原数据库: mysql -uroot -p hbnx < /tmp/hbnx.sql 或者 进入到数据库操作界面后
阅读全文
摘要:查找INFORMIX数据库端口 1. SET | GREP -i informix 记下INFORMIXSERVER和目录路径 2. cd 目录(/usr/informix/etc) vi sqlhosts
阅读全文

浙公网安备 33010602011771号