database
MySQL user DB does not have password columns - Installing MySQL
1. Install MySql-5.7.6 ~ .dmg(Community Server) and workbench. 2. Turn off the server on OSX System preferences. 3. Access MySql with console. The command was mysqld_safe --skip-grant 4. Execute update user set password=password('1111') where user='root'; and got an error message