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