A collaborative work for a course at the University of Brasilia
Changing root password for MySql on mac
$ mysql.server stop
$ mysqld_safe --skip-grant-tables
$ mysql -u root
$ update user set authentication_string=password('mysql') where user='root';
$ FLUSH PRIVILEGES;
$ \q
Command lines
http://www.newthinktank.com/2014/08/mysql-video-tutorial
https://github.com/kensiprell/bootstrap-framework
https://github.com/kensiprell/bootstrap-framework-sample