大约有 3,000 项符合查询结果(耗时:0.0044秒) [XML]

https://bbs.tsingfun.com/thread-351-1-1.html 

mysql实现split分割字符串(length, SUBSTRING_INDEX, substring) - 爬虫/...

由于MySql没有直接的split函数,只提供了length, SUBSTRING_INDEX, substring三个函数,这里介绍如何用这三个函数实现split功能。 # SUBSTRING_INDEX(str, delim, count):返回字符串 str 中在第 count 个出现的分隔符 delim 之前的子串。如果 count 是...
https://bbs.tsingfun.com/thread-97-1-1.html 

Plsqldev SQL含中文查无结果 - 爬虫/据库 - 清泛IT社区,为创新赋能!

设置环境变量:NLS_LANG 值为:SIMPLIFIED CHINESE_CHINA.ZHS16GBK
https://bbs.tsingfun.com/thread-426-1-1.html 

卸载SQL Server2000后不能再次安装的问题解决方法 - 爬虫/据库 - 清泛IT...

曾经由于磁盘空间的问题,卸载了SQL Server2000,可当再次要把它安装上的时候,却怎么也不行了。无论是安装哪一个版本,永远都是同样的错误提示,说是有一个文件已经挂起,必须重新启动计算机。那okay啦,重新启动,再次安...
https://bbs.tsingfun.com/thread-585-1-1.html 

Sql server默认的端口是多少?如何开启远程连接? - 爬虫/据库 - 清泛IT...

默认是1433,可以在配置管理器中查看: 需要开放1433端口,可以参考《Windows、Linux开放指定端口》。 另外,开启远程连接还需要启用TCP/IP,然后重启服务,步骤如下:
https://bbs.tsingfun.com/thread-33-1-1.html 

常用Sql - 爬虫/据库 - 清泛IT社区,为创新赋能!

本帖最后由 zqp2013 于 2015-3-17 22:06 编辑 mysql:drop table if exists tablename; 不能写成 drop table tablename if exists tablename; mysql:建立索引Sql CREATE TABLE tablename (   `ID`                 &nbs...
https://bbs.tsingfun.com/thread-38-1-1.html 

MySql安装配置 - 爬虫/据库 - 清泛IT社区,为创新赋能!

1.下载服务器端,解压 2.安装Mysql服务: 进入bin目录,mysqld.exe --install (指定安装的MySql服务名)。 (卸载 net stop servicename;             mysqld.exe --remove servicename) 3.进入MySql命令模式: mysql.exe(...
https://bbs.tsingfun.com/thread-641-1-1.html 

MySQL ('root'@'%') does not exist 的问题 - 爬虫/据库 - 清泛IT社区,为创新赋能!

MySQL ('root'@'%') does not exist的问题: 在使用mysql时出现问题: The user specified as a definer ('root'@'%') does not exist。 一般是由于root用户对全局host无访问权限。因此只要给root用户添加一个访问权限即可。 解决办法: 登陆mysql ,...
https://bbs.tsingfun.com/thread-80-1-1.html 

Mysql substr和Oracle substr区别 - 爬虫/据库 - 清泛IT社区,为创新赋能!

Oracle substr(字符串,开始索引、从0起,长度) Mysql substr或substring(字符串,开始索引、从1起,长度)
https://bbs.tsingfun.com/thread-540-1-1.html 

PHP学习必看的一些书 - PHP - 清泛IT论坛,有思想、有深度

...CakePHP和Zend》,写的还不错,对于框架介绍和开发来说 据库相关(主要是Mysql)《MySQL必知必会》 –极好的MySQL语法参考书《深入浅出MySQL——据库开发、优化与管理维护》 –很多实用的MySQL技巧《MySQL性能调优与架构设计》...
https://www.tsingfun.com/it/da... 

【解决】mysql_real_connect: Can\'t connect to local MySQL server throu...

【解决】mysql_real_connect: Can't connect to local MySQL server through socket '/tmp/mysql.sock'cant-connect-to-local-mysql-server-through-socket-tmp-mysql-sockmysql_real_connect: Can& 39;t connect to local MySQL server through socket & 39; tmp mysql sock& 39;解决方法(挨个试):1、ln...