Advertisement
Guest User

Untitled

a guest
Aug 9th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Mysql Inside Vagrant:
  2. =====================
  3.  
  4. sudo nano /etc/mysql/my.cnf change: bind-address = 0.0.0.0
  5. sudo /etc/init.d/mysql restart
  6.  
  7.  
  8. Mysql WorkBench:
  9. =================
  10.  
  11. Connection Method: Standard TCP/IP over SSH
  12. SSH Hostname: <Local VM IP Address (set in PuPHPet)>
  13. SSH Username: vagrant (the default username)
  14. SSH Password: vagrant (the default password)
  15. MySQL Hostname: 127.0.0.1
  16. MySQL Server Port: 3306
  17. Username: root
  18. Password: <MySQL Root Password (set in PuPHPet)>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement