When searching online for methods to install MySQL under Linux, many methods appeared, but many of them were complicated and not necessarily successful. After trying for a long time, I finally found a simple method. Let me talk about how I installed it. 1. Prepare the installation package (1)mysql-client-5.5.8-1.rhel5.x86_64.rpm (2)MySQL-devel-5.5.8-1.rhel5.x86_64.rpm (3)MySQL-server-5.5.8-1.rhel5.x86_64.rpm 2. Upload the downloaded installation package to Linux 3. Install three installation packages of MySQL rpm -ivh MySQL-server-5.5.8-1.rhel5.x86_64.rpm --nodeps --force rpm -ivh MySQL-devel-5.5.8-1.rhel5.x86_64.rpm --nodeps --force rpm -ivh MySQL-client-5.5.8-1.rhel5.x86_64.rpm --nodeps --force Add -nodeps -force to avoid being affected by dependencies 4 Start MySQL service mysql start Now you can use mysql Summarize The above is a simple method for installing MySQL under Linux that I introduced to you. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Solutions to Files/Folders That Cannot Be Deleted in Linux
>>: Detailed explanation of two ways to dynamically change CSS styles in react
Table of contents illustrate 1. Enable Docker rem...
Let’s take the translation program as an example....
location / { index index.jsp; proxy_next_upstream...
MySQL official website zip file download link htt...
Table of contents 1. Nginx installation and start...
need After the user fills out the form and clicks...
Set vim's working mode (temporary) :set (mode...
As shown below: #!/usr/bin/env python3.5 import p...
Recently the company has arranged to do some CCFA...
background Since I converted all my tasks to Dock...
Table of contents How to create a Pod? kubectl to...
1. Float: The main purpose is to achieve the effe...
Since I need to learn how to build servers and da...
Table of contents Preface Bubble Sort Basic Algor...
Table of contents Preface Environment Preparation...