随笔分类 -  msql

摘要:SQL Server 2008 安装(转) https://jingyan.baidu.com/article/948f592434b407d80ef5f97d.html 自己的安装盘选开发版安装 sa 启用: https://www.cnblogs.com/soundcode/p/6411656. 阅读全文
posted @ 2019-12-19 10:02 realhopezj 阅读(681) 评论(0) 推荐(0)
摘要:添加远程用户root密码为password grant all privileges on *.* to root@localhost identified by '123321' with grant option grant all privileges on *.* to root@"%" i 阅读全文
posted @ 2017-06-12 17:17 realhopezj 阅读(274) 评论(0) 推荐(0)
摘要:1.三涨停 select biao1.代码,biao1.名称 from biao1,biao2,biao3 where (biao1.涨幅+ biao2.涨幅+biao3.涨幅)>0.27 and (biao1.代码 = biao2.代码) and (biao2.代码 = biao3.代码) and 阅读全文
posted @ 2017-03-02 10:50 realhopezj 阅读(188) 评论(0) 推荐(0)
摘要:今天启动mysql 出现10061错误,处理:修改hosts文件中localhost指向127.0.0.1。 参看:http://www.cnblogs.com/ljian/archive/2011/10/07/2200728.html 阅读全文
posted @ 2016-03-03 23:02 realhopezj 阅读(497) 评论(0) 推荐(0)