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
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
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
I would recommend Wampserver.
It is really easy to manage mysql server through wampserver interface and it comes with phpmyadmin.