MCrypt是一个功能强大的加密算法扩展库,它包括有22种算法,很多 PHP 应用加密依赖这个PHP扩展,具体如下:
下载并解压libmcrypt-2.5.8.tar.gz。
在终端执行如下命令:
tar zxvf libmcrypt-2.5.8.tar.gz
cd libmcrypt-2.5.8/
./configure –disable-posix-threads –enable-static
make
sudo make install
Read more
MCrypt是一个功能强大的加密算法扩展库,它包括有22种算法,很多 PHP 应用加密依赖这个PHP扩展,具体如下:
下载并解压libmcrypt-2.5.8.tar.gz。
在终端执行如下命令:
tar zxvf libmcrypt-2.5.8.tar.gz
cd libmcrypt-2.5.8/
./configure –disable-posix-threads –enable-static
make
sudo make install
Read more
在 Lion Server 以上的操作系统中,Apple 已抛弃了 MySQL 数据库,改用更为强大和安全的 Postgres,但是对于 Postgres 完全不熟悉,再此做简单纪录。
启动 Postgres 命令:
$sudo serveradmin start postgres
命令行登陆管理命令:
gsql -h localhost
修改密码命令:
alter user postgres with password ‘new password’;
参考软件:
pgAdmin
phppgAdmin
Postgres.app
参考网址:
http://postgresapp.com/documentation