表示 进入内容 1011101006
« 先前的 10 新的记录 | 下一步 10 较早的记录 »
Displaying posts with tag: html (reset)
记录mysql性能查询过程

一切源于一个实验,请看下面的例子: 表:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

CREATE TABLE IF NOT EXISTS `foo` ( `a` int(10) unsigned NOT NULL AUTO_INCREMENT, `b...

【mysql】  【innodb】  【性能】  【Create】  【html】  【varchar】  【myisam】   …

[获取更多]
知识杂记

Fixing Poor MySQL Default Configuration Values http://jeremy.zawodny.com/blog/archives/011421.html   这篇是Jeremy Zawodny的一篇文章他指出了几个不好的Mysql默认配置项。

【MongoDB】  【服务器】  【mysql】  【SQL】  【html】   点击查看原文>

从文件视角看mysql

这里的几个rpm意义分别是:(http://docs.oracle.com/cd/E17952_01/refman-5.0-en/linux-installation-rpm.html) MySQL-client:包含最少的访问mysql服务器所需要的客户端命令。

【服务器】  【mysql】  【数据库】  【配置】  【测试】  【rpm】  【html】   …

[获取更多]
Linux下安装tomcat+jdk+mysql记录

先安装JDK   下载jdk: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html   wget http://download.

【linux】  【java】  【mysql】  【Oracle】  【path】  【yum】  【tomcat】  【html】   …

[获取更多]
Mysql的优化一则

目的在于这么一个sql语句:

1

SELECT w.* FROM wallpaper w inner join wallpaper_category_relation r ON w.wallpaper_id = r.

【mysql】  【SQL】  【索引】  【查询优化】  【html】   点击查看原文>

Mysql的NULL的一个注意点

今天看到一个问题: select a.* from a where (a.id not in (NULL)); 这个sql语句会返回什么? 刚开始以为是返回所有item,但是实际运行下返回是返回empty set。

【mysql】  【html】   点击查看原文>

Mysql: ERROR 1030 (HY000): Got error 28 from storage engine

今天帮同事解决一个问题的时候,遇到了下面的异常:

ERROR 1030 (HY000): Got error 28 from storage engine 我们的数据库是mysql,我们的sql语句是 select xxxx from xxx order by xxx 最后发现是因为mysql实例所在的机器的磁盘不足。

【mysql】  【数据库】  【磁盘】  【html】   点击查看原文>

mysq Point类型 查询和插入操作:insert和select

首先,创建一个表名为geometry2的表,然后增加一个名为gemo的point类型的字段。 insert方法有4中,例如以下所看到的://================================================================//INSERT INTO geometry2.

【数据存储与数据库】  【mysql】  【html】   点击查看原文>

13.8. ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

MySQL 5.7 密码强度,必须含有0-9,a-z,A-Z以及“-”或“_” https://dev.mysql.com/doc/refman/5.7/en/validate-password-options-variables.

【安全】  【mysql】  【test】  【grant】  【html】   点击查看原文>

13.6. ERROR 1503 (HY000): A PRIMARY KEY must include all columns in the table's partitioning function

http://dev.mysql.com/doc/refman/5.1/en/partitioning-limitations-partitioning-keys-unique-keys.html

原文出处:Netkiller 系列 手札 本文作者:陈景峯 转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

【mysql】  【html】   点击查看原文>

表示 进入内容 1011101006
« 先前的 10 新的记录 | 下一步 10 较早的记录 »