Advertisement
Guest User

Untitled

a guest
Jan 6th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. error when connecting to db: { Error: connect ENOENT cybers-cafe:us-east1:cybers-cafe
  2. at Object.exports._errnoException (util.js:1026:11)
  3. at exports._exceptionWithHostPort (util.js:1049:20)
  4. at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1085:14)
  5. --------------------
  6. at Protocol._enqueue (/home/jordocote/cybers-cafe-service/node_modules/mysql/lib/protocol/P
  7. at Protocol.handshake (/home/jordocote/cybers-cafe-service/node_modules/mysql/lib/protocol/
  8. at Connection.connect (/home/jordocote/cybers-cafe-service/node_modules/mysql/lib/Connectio
  9. at Timeout.handleDisconnect [as _onTimeout] (/home/jordocote/cybers-cafe-service/entities/r
  10. at ontimeout (timers.js:365:14)
  11. at tryOnTimeout (timers.js:237:5)
  12. at Timer.listOnTimeout (timers.js:207:5)
  13. code: 'ENOENT',
  14. errno: 'ENOENT',
  15. syscall: 'connect',
  16. address: 'cybers-cafe:us-east1:cybers-cafe',
  17. fatal: true }
  18.  
  19. env_variables:
  20. MYSQL_USER: ******
  21. MYSQL_PASSWORD: ***********
  22. MYSQL_DATABASE: cyberscafe
  23. # This path was printed to the console when you started the proxy, and is of
  24. # the format: `/[DIR]/[YOUR_PROJECT_ID]:[YOUR_REGION]:[YOUR_INSTANCE_NAME]`
  25. MYSQL_SOCKET_PATH: cybers-cafe:us-east1:cybers-cafe
  26. beta_settings:
  27. # The connection name of your instance on its Overview page in the Google
  28. # Cloud Platform Console, or use `[YOUR_PROJECT_ID]:[YOUR_REGION]:[YOUR_INSTANCE_NAME]`
  29. cloud_sql_instances: cybers-cafe:us-east1:cybers-cafe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement