DB开发

PHP/MySQL 基础知识集锦一

1  MySQL中把null值转换为0的函数?

select ifnull(null,0);

2  PHP 过滤Win系统文件名中的非法字符

(continue reading…)


[专题] 百万级数据库系统分层优化——概述

      网上有丰富的数据库优化方案,但是大多都是零零碎碎,系统地介绍数据库优化的很少。笔者根据自己的经验,以及参考了其他高手的优化文章,整理一份系统的优化方案。

(continue reading…)


phpMyAdmin安装步骤及问题处理

phpMyAdmin的安装步骤

      安装phpMyAdmin-2.11.0-all-languages-utf-8-only.tar.bz2之后,并不能立刻应用,具体步骤如下:

(continue reading…)


Mysql常用命令简介以及应用实例

1 连接mysql

    格式: mysql -h主机地址 -u用户名 -p用户密码

(continue reading…)


Mysql问题集锦——freebsd环境

1 修改root用户的密码时出现错误:

# mysqladmin -uroot -p password ‘newpassword’

(continue reading…)


承载百万级数据量操作所需的DB优化

今天面试,有提到这个问题。长时间没有看数据库的高级应用,有点陌生了。整理一下,温故而知新嘛!

(continue reading…)


© 2003-2010 yaron.org.cn
iDream theme by Templates Next | Powered by WordPress