3

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

2
  • Which platform are you trying to install on? Commented Jan 15, 2010 at 17:30
  • This is probably a better question for serverfault.com. Commented Jan 15, 2010 at 17:35

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

Comments

0

I would recommend Wampserver.

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

1 Comment

Wampserver installs php and apache too. I don't think its the right answer if you just want mysql.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.