Sol
Sol

Reputation: 31

MySQL install script

is there a way to automate to install MySQL without having to use the wizard to specify root password, etc. Basically, I need to install MySQL as simple as possible for the end user.

Thanks

Upvotes: 3

Views: 1290

Answers (2)

Craig
Craig

Reputation: 4840

I'm going to assume you mean windows. The Mysql MSI installer apparently has a quiet mode:

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

Upvotes: 1

Yada
Yada

Reputation: 31225

I would recommend Wampserver.

It is really easy to manage mysql server through wampserver interface and it comes with phpmyadmin.

Upvotes: 0

Related Questions