MySQL install script

Is there a way to automate the installation of MySQL without using a wizard to specify a root password, etc. Basically, I need to install MySQL as simple as possible for the end user.

thank

+3
source share
2 answers

I'm going to suggest that you mean windows. The Mysql MSI installer seems to have silent mode:

http://dev.mysql.com/doc/refman/5.1/en/windows-installer-msi-quiet.html

+1
source

I would recommend Wampserver .

It is very simple to manage the mysql server through the wampserver interface and it comes with phpmyadmin.

0
source

Source: https://habr.com/ru/post/1728662/


All Articles