Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialgopi chand nelluri
528 Pointsinstalling mysql
it is asking for a password and i have not registered anywhere what is the password i need to enter
1 Answer
Justin Ellingwood
12,545 PointsWhat platform are you attempting to install it on? Often, it will ask you to select and confirm the password you would like to use during the installation stage. This can be anything you choose.
If you do not get this choice during installation, and are using a *nix machine, often the password is blank or set by your distributions packagers. You can run the mysql_secure_installation
command with sudo privileges or as the root user to change/set the password and secure some other aspects of the system.