Monday, February 23, 2009

Installing Web Frameworks, part 6: installing MySQL

  1. install mysql: sudo apt-get install mysql-server-5.0
  2. set the root password
  3. change root password (I didn't like the one I set it to): mysqladmin -u root -p password , where is the new password (and not the actual word 'password')

No comments:

Post a Comment