Skip to content

marcowilliam/formar

Repository files navigation

formar

A collaborative work for a course at the University of Brasilia



Seting up mysql database for OSX

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

Instaling Bootstrap pulgin

https://github.com/kensiprell/bootstrap-framework
https://github.com/kensiprell/bootstrap-framework-sample

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •