:9000#Location ~ \.php$ {root HTML;Fastcgi_pass 127.0.0.1:9000;Fastcgi_index index.php;Fastcgi_param script_filename $document _root$fastcgi_script_name;Include Fastcgi_params;}#取消FastCGI the comment for the server section location, and note the parameters of the Fastcgi_param row, change to $document_root$fastcgi_script_name, or use the absolute path/etc/init.d/nginx Restart #重启nginxcd/usr/local/nginx/html/#进入nginx默认网站根目录rm-rf/usr/local/nginx/html/*
Label:If you want to do a Java EE development on Linux, first build the Java EE development environment, including the JDK, Tomcat, Eclipse installation (this in a previous essay has explained in detail the Linux learning CentOS (vii)- CentOS under the Java Environment Build ), if you want to develop a Web project, we can certainly install a myeclipse to the Linux system, this installation method and instal
How to configure MySQL database server on CentOS
This environment:
CentOS system,
Mysql-server (version forgot, because it was installed using yum)
The process is as follows (reprinted, according to detailed installation requirements, slightly add modifications ):
When talking about the website architecture, we often s
Label:One, MySQL installation Install MySQL under CentOS Please open: http://www.centoscn.com/CentosServer/sql/2013/0817/1285.html Ii. several important directories of MySQL MySQL installation is not as if SQL Server is installed by default in a directory, its database files
Guide for building the JavaEE environment on the CentOS server (Remote Desktop + JDK + Tomcat + MySQL) and centosjavaee--------------------------------------------------------------------------------1. system settings:1.1 remote desktop settings: Set in the windowSystem -- preferences -- Remote DesktopSelect: allow other users to control your desktopCancel: You must confirm each access for this machineSet a
MySql-centos installation configuration (reprinted) CentOS
This article from: http://www.bitsCN.com/database/201305/208114.html
Thanks for the author. if there is any programs with copyright please leave message in my blog,
I will deall with immediately.
Install mysql using yum in
CentOS65 install MySql56 unzip File: tarxvfMySQL-5619-1linux_glibc25x86_64rpm-bundletar released the following file: MySQL-embedded-5619-1linux_glibc25x86_ 64rpm CentOS 6.5 install MySql 5.6
Decompress File: tar xvf MySQL-5.6.19-1.linux_glibc2.5.x86_64.rpm-bundle.tar
Release the following files:
, execute the initialization configuration script, and create the system's own database and table. To initialize the operation with root, add the –user=mysql parameter, generate a random password (note to save login) [Email protected] mysql]# scripts/mysql_install_db--basedir=/usr/local/mysql--datadir=/usr/local/mysql/
Label:Reprint Address: http://www.cnblogs.com/whoamme/p/3530056.html Software source code Package storage location:/USR/LOCAL/SRC Source Package Compilation Installation location:/usr/local/software Name To modify a source: 1. Enter the folder where the source configuration is stored
cd/etc/yum.repos.d
2, back up the default source
mv./centos-base.repo./centos-base.repo.bak
3, Use wget to download 163 of
Download the response version of the YUM source on the MySQL official network: http://dev.mysql.com/downloads/repo/yum/# download Source $wgethttp//dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpm# Installation Source $ rpm-IVH mysql57-community-release-el7-9. noarch.rpm# installed MySQL, will auto-install dependent software $Yum Install-Y mysql-serve
CentOS 7.2 Yum compile and install MySQL 5.6, centosyum
The following example shows how to install mysql5.6 on CentOS 7.2 Yum.
Configure the CentOS SCLo Source
[3] add CentOS SCLo Software collections Repository. [root @ linuxprobe ~] # Yum-y install
Reprinted: http://www.cnblogs.com/xiaoluo501395377/archive/2013/04/07/3003278.html
I have modified some mysql commands to start the cloud
To develop j2ee on Linux, you must first build a j2ee development environment, including jdk, tomcat, and eclipse installation (this article has explained in detail CentOS (7) of Linux learning-building a j2ee environment under CentOS
This example for you to share the CentOS 7.2 Yum installation mysql5.6 method, for your reference, the specific contents are as follows
Configure CentOS Sclo Source
[3] Add CentOS Sclo Software collections Repository.
[root@linuxprobe~]# yum-y Install CENTOS-RELEASE-SCL-RH
In the company's testing environment, you need to install and configure JDK + TOMCAT + MYSQL under CENTOS6.4. Below is an installation note for backup.
I. System Environment and software packages
[Root @ localhost/] # uname-r
2.6.32-358. el6.x86 _ 64
[Root @ localhost/] # cat/etc/centos-release
CentOS release 6.4 (Final)
Software Package
Jdk-6u43-linux-x64-rpm.bi
CentOS installation MySQL-5.6.10 + Security Configuration, centosmysql-5.6.10
Note: All of the following operations are performed in the CentOS 6.5 x86_64-bit system.
# Preparations #
Before installing MySQL, make sure that you have installed various basic components using yum. For details, see
Tags: remote connection mysql linux CentOS networkEnvironment: System version: CentOS release 6.5 (Final) Database version: 5.1.73 Problem Description: Using client Telnet connection on a CentOS 6.5 server based on MySQL, error: Can ' t connect to
http://www.cnblogs.com/whoamme/
Centos 6.5 Compile and install nginx-1.5.13+php-5.5.10+mysql-5.5.37
1, configure the firewall, open 80 ports, 3306 ports
Copy Code
Vi/etc/sysconfig/iptables
Will
-A input-m state--state new-m tcp-p TCP--dport 80-j ACCEPT
-A input-m state--state new-m tcp-p TCP--dport 3306-j ACCEPT
Add to the rear of the 22 port configuration
Copy Code
2. Turn off SELinux
Vi/etc/selinux/config
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.