Foreword: How to install mysql after downloading it? This topic summarizes for you all the high-quality mysql installation tutorial resources on the PHP Chinese website, including a summary of how to install mysql tutorials under windows systems, a summary of mysql installation tutorials under linux systems, a summary of how to install mysql under MAC systems, and also introduces some mysql integration Installation tools and some common problems during the installation process. These tutorial resources are divided into two forms: videos and pictures. They are very comprehensive. This topic will be constantly updated and revised. Welcome to collect and study!
mysql official download address: https://dev.mysql.com/downloads/
1. mysql Integrated tool installation
1.A summary of mysql download and installation tutorials (the most complete in history, constantly updated...)
The famous A summary of mysql download and installation tutorials (the most complete in history, constantly updated...) is the php Chinese website An integrated package of PHP mysql operating environment developed, supporting Windows and Linux systems. Users can use the fool-proof installation without configuring the operating environment. It integrates multiple versions of mysql database and can be switched at will.
In addition, the phpmyadmin database management tool is integrated to visually manage mysql, which is very convenient. A summary of mysql download and installation tutorials (the most complete in history, constantly updated...) can be installed locally or on the server. It is a php mysql tool suitable for novices.
01: A summary of mysql download and installation tutorials (the most complete in history, constantly updated...) download address : http://A summary of mysql download and installation tutorials (the most complete in history, constantly updated...).php.cn/
02 Video tutorial: mysql uses A summary of mysql download and installation tutorials (the most complete in history, constantly updated...) How to install video tutorial
2.php toolbox
php programmer toolbox-php programmer’s exclusive toolbox, which integrates php environment construction, Online gadgets, native manuals, text and video tutorials, Q&A communities, etc. are also integrated tools for PHP and MYSQL environments.
Tutorial recommendation: MySQL environment construction [PHP toolbox] video tutorial: http://www.php.cn/code/20402.html
2. mysql installation tutorial (windows)
1. Video tutorial:
Install MySQL on a Windows computer: http://www.php.cn/code/18829.html
2. Graphic tutorial:
01: mysql5.7.21 winx64 installation and configuration graphic sharing
02: Mysql5.7.17 winx64.zip decompressed version installation and configuration graphic tutorial
03: mysql5.7.19 installation configuration and graphic tutorial under windows10
04: mysql8.0.13 installation and usage tutorial graphic
3. Mysql installation tutorial (linux)
1. Video tutorial:
Install MySQL on a Linux computer: http://www.php.cn/code/18830.html
2. Graphic tutorial:
01: Detailed example of multiple mysql5.7.19 (tar.gz) installation graphic tutorials under Linux
02: Installation of MySql5.7.21 in Linux Detailed step-by-step explanation
03:How to install and configure Mysql5.7 on Centos7
04:How to install MySQL 8.0 in Ubuntu 18.04
06:Install MySQL using rpm package
07:Adopt Binary way to compile and install MySQL without compilation
08:Conventional way to compile and install MySQL
4. mysql installation tutorial (MAC)
1. Video tutorial:
##Install MySQL on a Mac computer: http://www.php.cn/code/18828.html2. Graphic tutorial:
Graphic tutorial steps for installation and configuration of mysql5.7.12 under Mac OS10.11: http://www.php.cn/mysql-tutorials-359908 .html5. Others
MySQL installation manual: http://www.php.cn/mysql/mysql-install.html (multiple methods)6.Mysql installation FAQ
01:Problems when installing mysql on Mac. ERROR 1045 (28000):...
02:About the problem of installing mysql my.cnf on linux
03: 04:How to install Set the encoding of mysql to utf8 in ubuntu 16.04?
05:Solution to mysql startup error
06:Detailed explanation of mysql5.7.21 utf8 encoding problem in Mac environment
07:Detailed explanation of the solution to the problem of being unable to log in when installing MySQL using homebrew on mac
08:How to completely uninstall the MySQL database?
09:Introduction to the method of downgrading mysql8 to mysql5
10:Detailed introduction to solving the problem of mysql closing immediately after startup (ibdata1 file damage caused by )
Summary
Mysql installation is very simple. You only need to follow the tutorial steps to install it step by step. In fact, what is more important is how to use it after installation. Friends who need to learn, please open the php Chinese websiteRelated topics:php mysql, mysql installation