/** * Centos-6.4-minimal version of the source installation MySQL-5.5.38 *---------------------------------------------------------------------- ------------------------------------------------* Three ways to install * 1) Source installation * 2)
The required source code package:
/usr/local/src/mysql-5.5.25/cmake-2.8.8.tar.gz/usr/local/src/mysql-5.5.25/mysql-5.5.25.tar.gz
1, installation CMakeMySQL has been removed from version 5.5, and is replaced by the CMake
Installing MySQL in CentOS is as simple as the following commandsYum install MySQL installed,Run MySQL ERROR 2002 (HY000): Can ' t connect to local MySQL server through socket '/var/lib/mysql/mysql.sock ' (2). There is an article that is the issue
1, configure the firewall, open 80 ports, 3306 portsVi/etc/sysconfig/iptables-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 ACCEPTPS: These two rules load the default 22 port under
Three types of mounting options12 binary decompression is used2 yum/rpm is suitable for many server installation, after compiling, made RPM package for the YUM warehouse3 Compile and install custom installation, the equivalent of DIY ... 5.1
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
Guide
In general, the development of small and medium-sized web sites have chosen MySQL as the site database, because of its community edition of Performance Excellence, with PHP, Linux and Apache can form a good development environment, after
Suppose you want to do a Java EE development on Linux. First of all, we must set up the development environment of Java EE. Includes the installation of JDK, Tomcat, eclipse (this has been explained in a previous essay on the Linux learning CentOS
After installing MySQL with Yum installed under CentOS, it was found that service mysqld start could not be turned onappear mysqld:unrecognized service, online others said with/etc/rc.d/init.d/mysqld start, still can't solve.Is it an installation
MySQL for Linux database installation processL installation Version: Mysql-advanced-5.6.12-linux-glibc2.5-x86_64.tar.gz, this version is a green version, just need to extract it to the relevant directory.PS: This installation method is not a common
Linux Error RollupOne, the Linux system installed after MySQL, start MySQL error: Neither host ' localhost.localdomain ' nor ' localhost ' could be looked ...[[email protected] ~]# Mysqlerror 2002 (HY000): Can ' t connect to local MySQL server
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.