1. MySQL 8 - Installing MySQL on Windows from a ZIP archive

Опубликовано: 15 Февраль 2026
на канале: htmllab
128,201
1.5k

MySQL 8: Install the MySQL database server from a zip archive. Download MySQL, create a my.ini file, initialize it with data, and start the server (not as a service). Specify the path to mysqld in the PATH system variable (System, Advanced System Settings, Environment Variables)

Support by sponsoring 🚀    / @htmllabru  

Download MySQL: https://dev.mysql.com/downloads/mysql/

Watch MySQL installation via MySQL Installer:    • Установка MySQL🐬 с MySQL Installer за 10 м...  

Documentation link: https://dev.mysql.com/doc/refman/8.0/...

10:48 Creating my.ini
18:02 PATH system variable
25:12 Starting the server

My.ini fragment:
[mysqld]
basedir=C:/mysql
datadir=C:/mysql/data