2012年8月10日星期五

【原创】采用MYSQL存储OpenVPN验证信息

【原创】采用MYSQL存储OpenVPN验证信息

原文地址:http://blog.lishixin.net/linux/916.html

安装OPenVPN

一、安装MYSQL

[root@localhost ~]# tar zxvf mysql-5.1.57.tar.gz

[root@localhost ~]# cd mysql-5.1.57

[root@localhost mysql-5.1.57]# ./configure --prefix=/usr/local/mysql \

--with-extra-charsets=complex \

--enable-assembler \

--with-pthread \

--enable-thread-safe-client \

--with-big-tables \

--with-plugins=innobase,innodb_plugin \

--with-embedded-server \

--enable-local-infile \

--with-readline \

> && make && make install


TAG: