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

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...
https://www.tsingfun.com/it/da... 

卸载SQL Server2000后不能再次安装的问题解决方法 - 据库(内核) - 清泛网...

卸载SQL Server2000后不能再次安装的问题解决方法曾经由于磁盘空间的问题,卸载了SQL Server2000,可当再次要把它安装上的时候,却怎么也不行了。无论是安装哪一个版本,永远都是同样的错 曾经由于磁盘空间的问题,卸载了SQL S...
https://www.tsingfun.com/it/bigdata_ai/1073.html 

初窥InnoDB的Memcached插件 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

...re_time_column: c5 unique_idx_name_on_key: PRIMARY 如上已经有了test据库的demo_test表,通过c1查询c2的值,表结构如下所示: mysql> DESC test.demo_test; +-------+---------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default...
https://www.tsingfun.com/it/tech/1600.html 

LR性能指标解释 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...指标包括:1.服务器Linux(包括CPU、Memory、Load、I O)。2.据库:1.Mysql 2.Oracle(缓存命中、索引、...监控指标 性能测试通常需要监控的指标包括: 1.服务器Linux(包括CPU、Memory、Load、I/O)。 2.据库:1.Mysql 2.Oracle(缓存命中...
https://www.tsingfun.com/it/tech/1411.html 

新浪是如何分析处理32亿条实时日志的? - 更多技术 - 清泛网 - 专注C/C++及内核技术

...ch:实时日志分析服务的核心技术,一个schemaless,实时的数据存储服务,通过index组织数据,兼具强大的搜索和统计功能。 (4)Kibana:基于Elasticsearch的数据可视化组件,超强的数据可视化能力是众多公司选择ELK stack的重要原因...