首页 > 代码库 > 数据库安装
数据库安装
一,mariadb
1,centos安装mariadb
yum list mariadb-server
yum install mariadb-server
rpm -qa|grep mariadb-server
systemctl start mariadb
netstat -tunlp
二,mysql,
1,
2,
三,pgsql
1,
2,
四,redis
1,
2,
五,memcached
1,
2,
!/bin/bash #memcache if [ ! -f memcache-3.0.6.tgz ];then wget http://oss.aliyuncs.com/aliyunecs/onekey/php_extend/memcache-3.0.6.tgz fi rm -rf memcache-3.0.6 tar -xzvf memcache-3.0.6.tgz cd memcache-3.0.6 /alidata/server/php/bin/phpize ./configure --enable-memcache --with-php-config=/alidata/server/php/bin/php-config CPU_NUM=$(cat /proc/cpuinfo | grep processor | wc -l) if [ $CPU_NUM -gt 1 ];then make -j$CPU_NUM else make fi make install cd .. echo "extension=memcache.so" >> /alidata/server/php/etc/php.ini
数据库安装
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。