Home > Article > Operation and Maintenance > Solve the problem of mysql startup failure under linux
The solution to mysql startup failure under Linux is:
Cause: After forcibly restarting the server, it was found that mysql startup failed
Solution: Forcefully clear the tmp file in the error path. After clearing, create a new folder under tmp. The name of the folder will prompt you when you start the mysql system after you clear tmp.
OK, done
linux related introduction:
Linux, the full name is GNU/Linux, is a set of UNIX-like operating systems that are free to use and freely disseminated. Its kernel was developed by Linus Benedikt Thomas. Watts was first released in 1991. It is mainly inspired by the ideas of Minix and Unix. It is a multi-user, multi-tasking, multi-threading and multi-CPU operating system based on POSIX and Unix. It can run major Unix software tools, applications and network protocols. It supports 32-bit and 64-bit hardware. Linux inherits the network-centric design philosophy of Unix and is a multi-user network operating system with stable performance. There are hundreds of different distributions of Linux, such as Debian and Archlinux based on community development, and Red Hat Enterprise Linux, SUSE, oracle linux based on commercial development.
Recommended tutorial: "linux tutorial"
The above is the detailed content of Solve the problem of mysql startup failure under linux. For more information, please follow other related articles on the PHP Chinese website!