views:

36

answers:

2

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

A: 

I would recommend Wampserver.

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

Yada
Wampserver installs php and apache too. I don't think its the right answer if you just want mysql.
Craig
+1  A: 

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

Craig