centosHow to install mysql8.0: First select the MYSQL version under Linux that suits your version; then install "mysql-8.0.15-el7-x86_64" to "/usr /local/mysql"; finally initialize mysql.
mysql video tutorial》
1. Go to the official website and choose the MYSQL version under Linux that suits your version.
#Follow the numbers on the arrows and proceed one by one to enter the picture below. Wait for the download to complete, so the first step is completed.
2. Upload the downloaded mysql-8.0.15-el7-x86_64.tar.gz to the Linux system for decompression.
(1) I upload this file to the /root/ directory and first check the files in the /root/ directory. to ensure that this file exists on the system.
cd /root/ ls
(2) Unzip the file.
tar -zxvf mysql-8.0.15-el7-x86_64.tar.gzThen this directory will be generated in the current /root/ directory.
3. Install mysql.
(1) Install mysql-8.0.15-el7-x86_64 under /usr/local/mysql.
mv mysql-8.0.15-el7-x86_64 /usr/local/mysql //将文件移动到 /usr/local/ 目录下,并更名为mysql 。(2) Add the mysql group and user to the system.
groupadd mysql和useradd -r -g mysql mysql(3) Enter the /usr/local/mysql directory and modify the relevant permissions.
cd /usr/local/mysql //进入/usr/local/mysql 目录 chown -R mysql:mysql ./ //修改当前目录为mysql用户(4) Mysql initialization operation, record the temporary password, which will be used when logging in for the first time.
bin/mysqld --initialize --user=mysql --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data //运行完成会生成一个暂时的密码。The results are as follows
(5) Check whether the my.cnf file is automatically generated during the initialization process.
cd /etc/ //进入/etc/目录下 ls | grep my.cnf //查看是否有my.cnf 文件。有则会产生结果。(6) My.cnf is generated during initialization file, skip to step 8 to modify the information of the my.cnf file.
(7) If my.cnf is not generated during the initialization process, create a new my-defalut.cnf file and copy it to /etc/my.cnf
touch my-defalut.cnf //新建一个文件 chmod 755 my-defalut.cnf // 赋予权限 cp my-defalut.cnf /etc/my.cnf // 将文件复制到/etc/ 目录下,并更名为my.cnf 文件名。(8 )my.cnf information is as follows [mysqld]
basedir=/usr/local/mysql
datadir=/usr/local/mysql/data
port=3306
socket =/tmp/mysql.sock
pid-file=/usr/local/mysql/$hostname.pid //Attention, small details, $hostname here is the host name of Linux. Generally, everyone's host name is different.
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
vim /etc/profile // 打开profile文件。 export MYSQL_HOME MYSQL_HOME=/usr/local/mysql export PATH=$PATH:$MYSQL_HOME/lib:$MYSQL_HOME/bin(10) Set as an auto-start item at boot.
Execute the codes in sequence.
cp /usr/local/mysql/support-files/mysql.server /etc/init.d/mysql chmod +x /etc/init.d/mysql //添加可执行权限。 chkconfig --add mysql // 注册启动服务Enter chkconfig --list //Check whether the addition is successful.
indicates success.
(11) Start the server and log in to mysql.
service mysql start //开启服务器。 mysql -uroot -p //登录进入mysql,然后提示输入密码。
Enter the temporary password generated during the initialization process and press Enter. Enter the page.
At this point, the installation has been successful.
(12) After entering mysql, change the password. Otherwise you can't do anything.
alter user 'root'@'localhost' identified by 'your_password';Then exit; exit, re-enter, and test.
show databases;
At this point, the entire process of installing mysql version 8.0.15 is over!
Finally, the editor is just a novice, I hope you can give me some advice if you have any questions! ! !
The above is the detailed content of How to install mysql8.0 on centos. For more information, please follow other related articles on the PHP Chinese website!

CentOS is widely used in server management and web hosting. Specific methods include: 1) using yum and systemctl to manage the server, 2) install and configure Nginx for web hosting, 3) use top and mpstat to optimize performance, 4) correctly configure the firewall and manage disk space to avoid common problems.

CentOS is a stable, enterprise-grade Linux distribution suitable for server and enterprise environments. 1) It is based on RedHatEnterpriseLinux and provides a free, open source and compatible operating system. 2) CentOS uses the Yum package management system to simplify software installation and updates. 3) Support advanced automation management, such as using Ansible. 4) Common errors include package dependency and service startup issues, which can be solved through log files. 5) Performance optimization suggestions include the use of lightweight software, regular cleaning of the system and optimization of kernel parameters.

Alternatives to CentOS include RockyLinux, AlmaLinux, OracleLinux, and SLES. 1) RockyLinux and AlmaLinux provide RHEL-compatible binary packages and long-term support. 2) OracleLinux provides enterprise-level support and Ksplice technology. 3) SLES provides long-term support and stability, but commercial licensing may increase costs.

Alternatives to CentOS include UbuntuServer, Debian, Fedora, RockyLinux, and AlmaLinux. 1) UbuntuServer is suitable for basic operations, such as updating software packages and configuring the network. 2) Debian is suitable for advanced usage, such as using LXC to manage containers. 3) RockyLinux can optimize performance by adjusting kernel parameters.

The CentOS shutdown command is shutdown, and the syntax is shutdown [Options] Time [Information]. Options include: -h Stop the system immediately; -P Turn off the power after shutdown; -r restart; -t Waiting time. Times can be specified as immediate (now), minutes ( minutes), or a specific time (hh:mm). Added information can be displayed in system messages.

The key differences between CentOS and Ubuntu are: origin (CentOS originates from Red Hat, for enterprises; Ubuntu originates from Debian, for individuals), package management (CentOS uses yum, focusing on stability; Ubuntu uses apt, for high update frequency), support cycle (CentOS provides 10 years of support, Ubuntu provides 5 years of LTS support), community support (CentOS focuses on stability, Ubuntu provides a wide range of tutorials and documents), uses (CentOS is biased towards servers, Ubuntu is suitable for servers and desktops), other differences include installation simplicity (CentOS is thin)

Steps to configure IP address in CentOS: View the current network configuration: ip addr Edit the network configuration file: sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0 Change IP address: Edit IPADDR= Line changes the subnet mask and gateway (optional): Edit NETMASK= and GATEWAY= Lines Restart the network service: sudo systemctl restart network verification IP address: ip addr

CentOS installation steps: Download the ISO image and burn bootable media; boot and select the installation source; select the language and keyboard layout; configure the network; partition the hard disk; set the system clock; create the root user; select the software package; start the installation; restart and boot from the hard disk after the installation is completed.


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

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Dreamweaver Mac version
Visual web development tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.