Categories
- Android (3)
- Cloud Computing (4)
- Development (13)
- Linux (31)
- Uncategorized (31)
- WordPress (5)
Tags
Archives
-
Random Posts
Delicious Bookmarks
- Sending/receiving a Large size of message 2010/08/30
- Linux: How To Clear The Cache From Memory 2010/08/26
- Ejabberd-Cluster Database Configuration 2010/08/21
- How to: Find the inode size of an ext2 / ext3 filesystem 2010/08/21
- Ubuntu Router 2010/08/21
- HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc. 2010/08/21
Google Reader Shares
Richard's GR ShareLinks
Meta
Monthly Archives: August 2006
Install and Configure MySQL on Linux
用 MySQL 有年头了,写篇简单的文档来记录下自己的常用安装和配置过程。本文旨在介绍如何在 Linux 系统上安装 MySQL 数据库服务器,以及基本配置。本文仅仅提供一份快速指南,请访问 MySQL 官方网站获取详细安装、配置指南。 OS: Red Hat Enterprise Linux AS 3.0MySQL: 5.0.22 源码 tarball 放置在 /home/huangys , 安装目的地是/opt/mysql 1. 准备 创建一个用户来运行 MySQL 守护进程。# groupadd mysqlg# useradd –g mysqlg –M –s /sbin/nologin mysqld 解包# cd /home/huangys# … Continue reading
Posted in Linux
2 Comments