欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Debian Lighttpd PHP MySQL
来自开放百科 - 灰狐
(版本间的差异)
第1行: | 第1行: | ||
− | + | 安装 MySQl 二进版本 | |
+ | |||
+ | 下载解压后执行以下命令: | ||
+ | shell> groupadd mysql | ||
+ | shell> useradd -g mysql mysql | ||
+ | shell> cd /usr/local | ||
+ | shell> gunzip < /PATH/TO/MYSQL-VERSION-OS.tar.gz | tar xvf - | ||
+ | shell> ln -s FULL-PATH-TO-MYSQL-VERSION-OS mysql | ||
+ | shell> cd mysql | ||
+ | shell> scripts/mysql_install_db --user=mysql | ||
+ | shell> chown -R root . | ||
+ | shell> chown -R mysql data | ||
+ | shell> chgrp -R mysql . | ||
+ | shell> bin/mysqld_safe --user=mysql & | ||
编译 PHP | 编译 PHP | ||
− | ./configure --prefix=/usr/local/ | + | ./configure --prefix=/usr/local/php-5.1.2 --enable-fastcgi --enable-foce-cgi-redirect --with-mysql=/usr/local/mysql-5.2.0 |
make | make | ||
make install | make install | ||
+ | |||
+ | 编译 Lighttpd |
2007年1月17日 (三) 20:23的版本
安装 MySQl 二进版本
下载解压后执行以下命令:
shell> groupadd mysql shell> useradd -g mysql mysql shell> cd /usr/local shell> gunzip < /PATH/TO/MYSQL-VERSION-OS.tar.gz | tar xvf - shell> ln -s FULL-PATH-TO-MYSQL-VERSION-OS mysql shell> cd mysql shell> scripts/mysql_install_db --user=mysql shell> chown -R root . shell> chown -R mysql data shell> chgrp -R mysql . shell> bin/mysqld_safe --user=mysql &
编译 PHP
./configure --prefix=/usr/local/php-5.1.2 --enable-fastcgi --enable-foce-cgi-redirect --with-mysql=/usr/local/mysql-5.2.0 make make install
编译 Lighttpd
分享您的观点