Guest User

Untitled

a guest
Aug 17th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Do I need MySQL installed locally as well?
  2. production:
  3. adapter: mysql
  4. encoding: utf8
  5. reconnect: false
  6. database: gtt_production
  7. pool: 5
  8. username: root
  9. password: admin
  10. host: 192.168.9.15
  11. port: 3306
  12.  
  13. mysql -h 192.168.9.15 -uroot -p
  14.  
  15. The program 'mysql' can be found in the following packages:
  16. * mysql-client-cor-5.1
  17. Try: sudo apt-get install <selected package>
Add Comment
Please, Sign In to add comment