Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install, configure and test mysql

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how to install, configure and test mysql. The content of the article is of high quality, so the editor will share it with you for reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.

Mysql

1. Mysql installation

(1) tar zxf mysql-boost-5.7.17.tar.gz

(2) yum install cmake-2.8.12.2-4.el6.x86_64.rpm-y

Cd mysql-5.7.17/

(3) cmake-DCMAKE_INSTALL_PREFIX=/usr/local/lnmp/mysql-DMYSQL_DATADI=/usr/local/lnmp/mysql/data-DMYSQL_UNIX_ADDR=/usr/local/lnmp/mysql/data/mysql.sock-DWITH_MYISAM_STORAGE_ENGINE=1-DWITH_ARCHIVE_STORAGE_NGINE=1-DDEFAULT_CHARSET=utf8-DDEFAULT_COLLATION=utf8_general_ci-DEXTRA_CHARSETS=all-DWITH_BOOST=boost/boost_1_59_0/

(4) install the required packages according to the error report, and perform the next step after there are no errors.

(5) myaqlMake & make install

2.Mysql configuration

[root@server1 mysql-5.7.17] # groupadd-g 27 myaql

[root@server1 mysql-5.7.17] # useradd-u 27-g 27-s / sbin/nologin-M-d / usr/local/lnmp/mysql/ mysql

[root@server1 mysql-5.7.17] # id mysql

Uid=27 (mysql) gid=27 (myaql) groups=27 (myaql)

[root@server1 mysql-5.7.17] # cd / usr/local/lnmp/mysql/

[root@server1 mysql] # chown mysql.mysql. -R

[root@server1 mysql] # cd support-files/

[root@server1 support-files] # ls

Magic my-default.cnf mysqld_multi.server mysql-log-rotate mysql.server

[root@server1 support-files] # ll / etc/my.cnf

-rw-r--r--. 1 root root 251 Aug 9 2013 / etc/my.cnf

[root@server1 support-files] # cp my-default.cnf / etc/my.cnf

Cp: overwrite `/ etc/my.cnf'? Y

[root@server1 support-files] # cp mysql.server / etc/init.d/mysqld

[root@server1 mysql] # mysqld-- initialize-- user=mysql # # initialize

[root@s erver1 mysql] # chown root.root. -R

[root@server1 mysql] # chown mysql data-R

[root@server1 mysql] # ll

[root@server1 mysql] # / etc/init.d/mysqld start

Starting MySQL.Logging to'/ usr/local/lnmp/mysql/data/server1.err'.

SUCCESS!

[root@server1 data] # mysql_secure_installation # # password setting consists of uppercase and lowercase numeric symbols

3..php installation

Tar zxf php-5.6.20.tar.bz2

Cd php-5.6.20

/ configure--prefix=/usr/local/lnmp/php-- with-config-file-path=/usr/local/lnmp/php/etc-- with-mysql=mysqlnd-- with-mysqli=mysqlnd-- with-pdo-mysql=mysqlnd-- with-openssl-- with-snmp-- with-gd-- with-zlib-- with-curl-- with-libxml-dir-- with-png-dir-- with-jpeg-dir-- with-freetype-dir-- with-gmp-- with-gettext-- enable-inline-optimization -- enable-soap-- enable-ftp-- enable-sockets-- enable-fpm-- enable-mbstring-- with-fpm-user=nginx-- with-fpm-group=nginx-- with-mcrypt-- with-mhash

Follow the prompt to install the required package

Yum install libmcrypt-2.5.8-9.el6.x86_64.rpm libmcrypt-devel-2.5.8-9.el6.x86_64.rpm-y

Yum install libxml2-devel-y

Yum install-y bison

Yum install curl-devel freetype-devel gmp-devel net-snmp-devel-y

Yum install re2c-0.13.5-1.el6.x86_64.rpm-y

Yum provides * / png.h

Yum install-y libpng-devel-1.2.49-1.el6_2.x86_64

Yum provides * / jpeglib.h

Yum install libjpeg-turbo-devel-y

Make & & make install

4.php configuration

[root@server1 ~] # cd php-5.6.20

[root@server1 php-5.6.20] # cd sapi/

[root@server1 sapi] # cd fpm/

[root@server1 fpm] # file init.d.php-fpm

Init.d.php-fpm: POSIX shell script text executable

[root@server1 fpm] # cp init.d.php-fpm / etc/init.d/php-fpm

[root@server1 fpm] # chmod + x / etc/init.d/php-fpm

[root@server1 fpm] # cd / usr/local/

[root@server1 local] # cd lnmp/php/etc/

[root@server1 etc] # vim php.ini

[root@server1 etc] # cp php-fpm.conf.default php-fpm.conf

[root@server1 etc] # vim php-fpm.conf

[root@server1 etc] # / etc/init.d/php-fpm start

Starting php-fpm done

[root@server1 etc] # vim ~ / .bash_profile

[root@server1 etc] # source ~ / .bash_profile

[root@server1 etc] # netstat-antlp | grep: 9000

Tcp 00 127.0.0.1 9000 0.0.0.0 * LISTEN 1374/php-fpm

[root@server1 nginx] # ln-s / usr/local/lnmp/nginx/sbin/nginx / sbin/

[root@server1 conf] # vim nginx.conf

[root@server1 nginx] # nginx

[root@server1 nginx] # netstat-antlp | grep: 80

Active Internet connections (servers and established)

Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name

Tcp 0 0 0.0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0 of the LISTEN 1418/nginx.

[root@server1 html] # vim index.php

[root@server1 html] # / etc/init.d/iptables stop

Test:

5.。 Forum

[root@server1 ~] # unzip Discuz_X3.2_SC_UTF8.zip

[root@server1 ~] # mv upload/ / usr/local/lnmp/nginx/html/bbs

[root@server1 ~] # cd / usr/local/lnmp/nginx/html/bbs

[root@server1 bbs] # chmod 777 config/ data/ uc_client/ uc_server/-R

[root@server1 local] # cd / usr/local/lnmp/php/etc/

[root@server1 etc] # vim php.ini

[root@server1 etc] # chmod 755 / usr/local/lnmp/mysql/data/

[root@server1 etc] # / etc/init.d/php-fpm reload

Test:

6.Memcache

[root@server1 ~] # tar zxf memcache-2.2.5.tgz

[root@server1 ~] # cd memcache-2.2.5

[root@server1 memcache-2.2.5] # phpize

Configuring for:

PHP Api Version: 20131106

Zend Module Api No: 20131226

Zend Extension Api No: 220131226

[root@server1 memcache-2.2.5] #. / configure

[root@server1 memcache-2.2.5] # make & & make install

[root@server1 no-debug-non-zts-20131226] # which php

/ usr/local/lnmp/php/bin/php

[root@server1 etc] # cd / usr/local/lnmp/php/etc/

[root@server1 etc] # rpm-e `rpm-qa | grep php`

[root@server1 etc] # vim php.ini

[root@server1 etc] # / etc/init.d/php-fpm reload

Reload service php-fpm done

[root@server1 etc] # php-m | grep memcache

Memcache

[root@server1 ~] # cd memcache-2.2.5

[root@server1 memcache-2.2.5] # yum install-y memcached

[root@server1 memcache-2.2.5] # / etc/init.d/memcached start

Starting memcached: [OK]

[root@server1 memcache-2.2.5] # cp example.php memcache.php / usr/local/lnmp/nginx/html/

[root@server1 memcache-2.2.5] # cd / usr/local/lnmp/nginx/html/

[root@server1 html] # ls

50x.html bbs example.php index.html index.php memcache.php

[root@server1 html] # vim memcache.php

[root@server1 html] # / etc/init.d/memcached reload

Stopping memcached: [OK]

Starting memcached: [OK]

Test:

7.openresty # # openresty is a nginx-based scalable web platform that uses lua, writes scripts, and then deploys it to run in a ngnix web container, making it easier to develop high-performance web services

Tar zxf openresty-1.11.2.3.tar.gz

Cd openresty-1.11.2.3

. / configure

Gmake & & gmake install

Cd / usr/local/openresty/nginx/conf/

Vim nginx.conf

[root@server1 conf] # netstat-antlp | grep: 11211

Nginx-s reload

/ etc/init.d/memcached reload

Test:

[kiosk@foundation1] $ab-c10-n 5000 http://172.25.254.11/index.php

On how to install and configure mysql and test here, I hope that the above content can be of some help to you, you can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report