1. download MySql
1. download MySql
Open http://www.mysql.com/downloads/mysql/#downloads download in browser
My downloaded version is Red Hat 5 version of http://www.mysql.com/downloads/mirror.php? Id = 407552
Upload the file to the server, or
Since it is MySQL installed from the source package, there is no red hat used in the system Servcie mysqld Restart this scriptHad to be restarted manually.Someone suggested Killall MySQL. This barbaric method is in fact no good, mandatory
Document directory
Introduction to important Linux MySQL directories and logon passwords
Introduction to important Linux MySQL directories and logon passwords
Before giving you a detailed introduction to Linux MySQL, first let you know about
The correct method for restarting MySQL in Linux: 1. Use MySQLservicemysqldrestart2 installed in the rpm package, and use MySQLlinux installed in the source package to disable MySQL commands.
How to restart MySQL in Linux: 1. Use MySQLservice mysqld
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
1. Causes of problems and solutionsSince the MySQL temp file directory was modified, the service mysqld restart following error occurred using the restart MySQL:service: no such service mysqldCause of Error: It is because we did not copy the MySQL
How to start/stop/restart MySQL
First, the way to start
1, use service to start: Service mysqld start
2. Start with mysqld script:/etc/inint.d/mysqld start
3. Use Safe_mysqld to start:safe_mysqld&
Second, stop
1, use service to start: Service
I. Introduction
I have been using Linux for a long time. I have never studied hard tasks and system learning. Recently, I have to use MySQL in Linux for my work. I thought that I had experience using SQL Server in windows and thought it would be
The correct method to restart MySQL in Linux:
1. MySQL installed through the rpm package
Service mysqld restart
2. Install MySQL from the source code package
// Linux Command to disable MySQL
$ Mysql_dir/bin/mysqladmin-uroot-p shutdown
// Linux
If you want to do Java EE Development on Linux, first of all, we need to build a Java EE development environment, including the JDK, Tomcat, eclipse installation, if you want to develop Web projects, we can certainly install a myeclipse to the Linux
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.