How to set up mysql environment under linux
How to build the mysql environment under Linux: First download the Linux version of MySQL and unzip the file; then add users and set permissions; then initialize the database and install the SSL service; finally open the service and use the root account Just log in.
How to build the mysql environment under Linux:
1) Download the Linux version of MySQL.
2) Warning
If you have previously installed using the operating system's native package management system such as Yum or APT MySQL, you may encounter problems when installing using the native binaries. Make sure that your previous MySQL installation has been completely removed (using your package management system) and that any other files, such as data files from older versions, have also been removed. You should also check configuration files such as /etc/my.cnf or /etc/mysql directory and delete them.
For information on replacing third-party packages with official MySQL packages, see the relevant APT guide or Yum guide.
MySQL depends on the libaio library. If this library is not installed locally, data directory initialization and subsequent server startup steps will fail. If necessary, install using an appropriate package manager. For example, on a Yum-based system:
shell> yum search libaio # search for info shell> yum install libaio # install library
Or, on an APT-based system:
shell> apt-cache search libaio # search for info shell> apt-get install libaio1 # install library
3) Unzip the file
To install the compressed tar file binary distribution, unzip it in the installation location of your choice (usually /usr/local/mysql). This will create the directories shown in the table below.
There are generally two compression methods: command line and direct use of the system’s own decompression
You can directly decompress the downloaded compressed package to a local file; of course, the command line is completely feasible :
After decompression, move the software package to the /usr/local directory in the system and name it mysql
tar -zxvf mysql-8.0.11-linux-glibc2.12-x86_64.tar.gz mv mysql-8.0.11-linux-glibc2.12-x86_64 /usr/local/mysql
4 ) Add users and set permissions (Enter the following commands in order to configure the database)
groupadd mysql useradd -r -g mysql -s /bin/false mysql cd /usr/local cd mysql mkdir mysql-files chown mysql:mysql mysql-files chmod 750 mysql-files
5) Initialize the database
bin/mysqld --initialize --user=mysql
You can see that the system randomly gives The root user is assigned a password, as shown in the picture. This password should be remembered. You can change it if you want to customize it
6) Install SSL service (General distributions will help you install it in advance)
Install openssl before executing the installation command, otherwise an error will be reported
apt install openssl bin/mysql_ssl_rsa_setup
7) Replication service File
cp support-files/mysql.server /etc/init.d/mysql.server
8) Open the service
& means running in the background. After executing the command, the terminal will be stuck in one position. Press Enter again. Yes, as shown in the picture
9) Use the root account to log in
bin/mysql -uroot -p
10) Change the root user password
Random login cannot be used once, so we need to change the password, as follows
(1), Option 1: Restrict local login
ALTER USER 'root'@'localhost' IDENTIFIED BY '新密码'; flush privileges;
(2), Option 2: Any IP can be used with Third-party client login
ALTER USER 'root'@'localhost' IDENTIFIED BY '密码' PASSWORD EXPIRE NEVER; #修改root的密码与加密方式 use mysql; #切换到mysql库 update user set host='%' where user = 'root'; #更改可以登录的IP为任意IP ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY '密码'; #再次更改root用户密码,使其可以在任意IP访问 flush privileges; #刷新权限
More related free learning recommendations:mysql tutorial(Video)
The above is the detailed content of How to set up mysql environment under linux. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



DeepSeek is a powerful intelligent search and analysis tool that provides two access methods: web version and official website. The web version is convenient and efficient, and can be used without installation; the official website provides comprehensive product information, download resources and support services. Whether individuals or corporate users, they can easily obtain and analyze massive data through DeepSeek to improve work efficiency, assist decision-making and promote innovation.

There are many ways to install DeepSeek, including: compile from source (for experienced developers) using precompiled packages (for Windows users) using Docker containers (for most convenient, no need to worry about compatibility) No matter which method you choose, Please read the official documents carefully and prepare them fully to avoid unnecessary trouble.

Solution to permission issues when viewing Python version in Linux terminal When you try to view Python version in Linux terminal, enter python...

BITGet is a cryptocurrency exchange that provides a variety of trading services including spot trading, contract trading and derivatives. Founded in 2018, the exchange is headquartered in Singapore and is committed to providing users with a safe and reliable trading platform. BITGet offers a variety of trading pairs, including BTC/USDT, ETH/USDT and XRP/USDT. Additionally, the exchange has a reputation for security and liquidity and offers a variety of features such as premium order types, leveraged trading and 24/7 customer support.

Gate.io is a popular cryptocurrency exchange that users can use by downloading its installation package and installing it on their devices. The steps to obtain the installation package are as follows: Visit the official website of Gate.io, click "Download", select the corresponding operating system (Windows, Mac or Linux), and download the installation package to your computer. It is recommended to temporarily disable antivirus software or firewall during installation to ensure smooth installation. After completion, the user needs to create a Gate.io account to start using it.

How to automatically set the permissions of unixsocket after the system restarts. Every time the system restarts, we need to execute the following command to modify the permissions of unixsocket: sudo...

Ouyi OKX, the world's leading digital asset exchange, has now launched an official installation package to provide a safe and convenient trading experience. The OKX installation package of Ouyi does not need to be accessed through a browser. It can directly install independent applications on the device, creating a stable and efficient trading platform for users. The installation process is simple and easy to understand. Users only need to download the latest version of the installation package and follow the prompts to complete the installation step by step.

Ouyi, also known as OKX, is a world-leading cryptocurrency trading platform. The article provides a download portal for Ouyi's official installation package, which facilitates users to install Ouyi client on different devices. This installation package supports Windows, Mac, Android and iOS systems. Users can choose the corresponding version to download according to their device type. After the installation is completed, users can register or log in to the Ouyi account, start trading cryptocurrencies and enjoy other services provided by the platform.
