Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. [ERROR] Error: ER_DBACCESS_DENIED_ERROR: Access denied for user 'flip'@'localhost' to database 'test'
  2. at Query.Sequence._packetToError (/var/www/html/strongbox/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  3. at Query.ErrorPacket (/var/www/html/strongbox/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  4. at Protocol._parsePacket (/var/www/html/strongbox/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  5. at Parser.write (/var/www/html/strongbox/node_modules/mysql/lib/protocol/Parser.js:76:12)
  6. at Protocol.write (/var/www/html/strongbox/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  7. at Socket.<anonymous> (/var/www/html/strongbox/node_modules/mysql/lib/Connection.js:103:28)
  8. at emitOne (events.js:77:13)
  9. at Socket.emit (events.js:169:7)
  10. at readableAddChunk (_stream_readable.js:146:16)
  11. at Socket.Readable.push (_stream_readable.js:110:10)
  12. at TCP.onread (net.js:523:20)
  13. --------------------
  14. at Protocol._enqueue (/var/www/html/strongbox/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  15. at Connection.query (/var/www/html/strongbox/node_modules/mysql/lib/Connection.js:208:25)
  16. at /var/www/html/strongbox/node_modules/db-migrate-mysql/index.js:371:29
  17. at Promise._execute (/var/www/html/strongbox/node_modules/bluebird/js/release/debuggability.js:303:9)
  18. at Promise._resolveFromExecutor (/var/www/html/strongbox/node_modules/bluebird/js/release/promise.js:483:18)
  19. at new Promise (/var/www/html/strongbox/node_modules/bluebird/js/release/promise.js:79:10)
  20. at Object.Base.extend.runSql (/var/www/html/strongbox/node_modules/db-migrate-mysql/index.js:366:12)
  21. at /var/www/html/strongbox/migrations/20170909074453-initialSchema.js:32:15
  22. at tryCatcher (/var/www/html/strongbox/node_modules/bluebird/js/release/util.js:16:23)
  23. at Promise._settlePromiseFromHandler (/var/www/html/strongbox/node_modules/bluebird/js/release/promise.js:512:31)
  24. at Promise._settlePromise (/var/www/html/strongbox/node_modules/bluebird/js/release/promise.js:569:18)
  25. at Promise._settlePromise0 (/var/www/html/strongbox/node_modules/bluebird/js/release/promise.js:614:10)
  26. at Promise._settlePromises (/var/www/html/strongbox/node_modules/bluebird/js/release/promise.js:693:18)
  27. at Async._drainQueue (/var/www/html/strongbox/node_modules/bluebird/js/release/async.js:133:16)
  28. at Async._drainQueues (/var/www/html/strongbox/node_modules/bluebird/js/release/async.js:143:10)
  29. at Immediate.Async.drainQueues [as _onImmediate] (/var/www/html/strongbox/node_modules/bluebird/js/release/async.js:17:14)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement