表示 进入内容 821 去 830 的 1042 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Search Planet MySQL Go Displaying posts with tag: Blog (reset) Nov 08 2017 Linux下查看nginx、apache、mysql和php的编译参数 Posted by mysql-云栖社区 on Wed 08 Nov 2017 09:39 UTC Tags: PHP, Linux, Blog, Apache, Nginx, MySQL, CTO Linux下查看nginx,apache,mysql,php的编译参数1、nginx编译参数:#/usr/local/nginx/sbin/nginx -V(小写的v只能看版本号)2、apache编译参数:# cat /usr/local/apache/build/config. 【nginx】 【linux】 【php】 【mysql】 【Apache】 【cto】 【Blog】 …[获取更多] Nov 08 2017 innodb_log_file_size Posted by mysql-云栖社区 on Wed 08 Nov 2017 08:48 UTC Tags: Blog, innodb, log, file, MySQL, CTO 优化innodb_log_file_size 参数调整后报错 InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes 解决办法 : 删除/usr/local/mysql/var/ib_logfile0... 【mysql】 【innodb】 【LOG】 【file】 【cto】 【Blog】 点击查看原文> Nov 08 2017 Warning: Skipping the data of table mysql.event. Specify the --events option explicitly. Posted by mysql-云栖社区 on Wed 08 Nov 2017 08:35 UTC Tags: sql, Blog, Events, MySQL, CTO, 数据库 /usr/local/mysql/bin/mysqldump -uroot -pxxxxx --all-databases > all.sql mysql用mysqldump导出数据库时提示“-- Warning: Skipping the data of table mysql. 【mysql】 【SQL】 【数据库】 【events】 【cto】 【Blog】 点击查看原文> Nov 08 2017 mysql 将时间戳直接转换成日期时间,mysql查询某一天的数据。 Posted by mysql-云栖社区 on Wed 08 Nov 2017 08:35 UTC Tags: PHP, Blog, MySQL, CTO, 函数 FROM_UNIXTIME( ):转为时间戳类型时间UNIX_TIMESTAMP( ) :返回长整形类型时间 1 2 3 SELECT * FROM yi_order WHERE FROM_UNIXTIME( datein, '%Y-%m-%d' ) = "2015-03-14" LIMIT 0 , 30 datein 字段是php中用time()函数生产的字符串, 上面那个语句就是查询时间为2015-03-14的所有订单。 【php】 【mysql】 【函数】 【cto】 【Blog】 …[获取更多] Nov 08 2017 MySQL can’t specify target table for update in FROM clause Posted by mysql-云栖社区 on Wed 08 Nov 2017 08:23 UTC Tags: sql, Blog, update, group, Co, by, MySQL 翻译:MySQL不能指定更新的目标表在FROM子句 源SQL语句: 1 2 3 SQL> delete from t_official_sys_user where USER_NAME IN(SELECT USER_NAME FROM t_official_sys_user b group by b. 【mysql】 【SQL】 【BY】 【co】 【update】 【Group】 …[获取更多] Nov 08 2017 mysql语句写法(左连与子查询结合)实战 Posted by mysql-云栖社区 on Wed 08 Nov 2017 07:57 UTC Tags: Blog, group, by, MySQL, CTO select c.card_number, c.card_name, t.type_name, c.card_discount, t.type_low, c.card_integral, (c.card_recharge_balance+c. 【mysql】 【BY】 【Group】 【cto】 【Blog】 点击查看原文> Nov 08 2017 mysql数据库迁移 Posted by mysql-云栖社区 on Wed 08 Nov 2017 07:50 UTC Tags: html, Blog, MySQL, CTO, 数据库迁移 由于图片太多迁移麻烦只能发个连接了 http://blog.sina.com.cn/s/blog_6b92dc3b0100mhzs.html 本文转自 houzaicunsky 51CTO博客,原文链接:http://blog.51cto.com/hzcsky/475632 【mysql】 【数据库迁移】 【html】 【cto】 【Blog】 点击查看原文> Nov 08 2017 MySQL - ERROR 1062 (23000) Posted by mysql-云栖社区 on Wed 08 Nov 2017 07:48 UTC Tags: Blog, MySQL, CTO, 数据库 1.1.1 现象 执行数据库操作,出现如下错误信息: ERROR 1062 (23000): Duplicate entry '0' for key 'PRIMARY' 1.1.2 原因 出问题的表之前主键是没有设置为自动增长列的,后来程序需要就将其修改为自动增长列,结果插入第一条数据,主键为0,以后再增加数据,就出现如上错误,看信息是以后每次增加数据,其主键都为0,所以导致这个错误。 【mysql】 【数据库】 【cto】 【Blog】 点击查看原文> …[获取更多] Nov 08 2017 mysql清空表数据 Posted by mysql-云栖社区 on Wed 08 Nov 2017 07:27 UTC Tags: sql, Blog, SQLyog, test, MySQL, CTO, 数据库, 数据结构 note:生产环境中需要数据库有脏数据,需要清空表数据并保留数据结构。 步骤: 借助工具SQLyog 一、导出数据库结构 导出test.sql 二、进入数据库执行drop 三、导入表结构 结果展示:清空了表数据,但是表结构没变化。 【mysql】 【SQL】 【数据库】 【test】 【数据结构】 【cto】 …[获取更多] Nov 08 2017 Nginx+php(FastCGI)+Memcached+Mysql+APC高性能web服务器 Posted by mysql-云栖社区 on Wed 08 Nov 2017 07:23 UTC Tags: PHP, Blog, Web, memcached, index, Nginx, apc, MySQL, 配置, 服务器, 高性能, prefix 前言*Nginx+php(FastCGI)+Memcached+Mysql+APC 是目前主流的高性能服务器搭建方式!适合大中型网站,小型站长也可以采用这种组合! Nginx 超越 Apache 的高性能和稳定性,使得国内使用 Nginx 作为 Web 服务器的网站也越来越多,其中包括国内最大的电子地图MapBar、新浪博客、新浪播客、网易新闻等门户网站频道,六间房、56. 【nginx】 【php】 【服务器】 【mysql】 【apc】 …[获取更多] 表示 进入内容 821 去 830 的 1042 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Get Started Contributing Contributing to MySQL Developer Guide Oracle MySQL Blogs Oracle's MySQL Blog (40) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums