Advertisement
Guest User

Untitled

a guest
Oct 9th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. Query {
  2. _events:
  3. [Object: null prototype] {
  4. error: [Function],
  5. packet: [Function],
  6. timeout: [Function],
  7. end: [Function] },
  8. _eventsCount: 4,
  9. _maxListeners: undefined,
  10. _callback: undefined,
  11. _callSite:
  12. Error
  13. at Protocol._enqueue (D:\gbot\node_modules\mysql\lib\protocol\Protocol.js:144:48)
  14. at Connection.query (D:\gbot\node_modules\mysql\lib\Connection.js:201:25)
  15. at asdf (D:\gbot\import.js:21:20)
  16. at Object.<anonymous> (D:\gbot\import.js:40:1)
  17. at Module._compile (internal/modules/cjs/loader.js:778:30)
  18. at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
  19. at Module.load (internal/modules/cjs/loader.js:653:32)
  20. at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
  21. at Function.Module._load (internal/modules/cjs/loader.js:585:3)
  22. at Function.Module.runMain (internal/modules/cjs/loader.js:831:12),
  23. _ended: false,
  24. _timeout: undefined,
  25. _timer: Timer { _object: [Circular], _timeout: null },
  26. sql: 'SELECT * FROM images WHERE command_text = "dance"',
  27. values: undefined,
  28. typeCast: true,
  29. nestTables: false,
  30. _resultSet: null,
  31. _results: [],
  32. _fields: [],
  33. _index: 0,
  34. _loadError: null,
  35. _connection:
  36. Connection {
  37. _events: [Object: null prototype] {},
  38. _eventsCount: 0,
  39. _maxListeners: undefined,
  40. config:
  41. ConnectionConfig {
  42. host: '68.233.226.82',
  43. port: 3306,
  44. localAddress: undefined,
  45. socketPath: undefined,
  46. user: 'gbot_masta',
  47. password: 'r3rg#$e4t554',
  48. database: 'gbot',
  49. connectTimeout: 10000,
  50. insecureAuth: false,
  51. supportBigNumbers: false,
  52. bigNumberStrings: false,
  53. dateStrings: false,
  54. debug: undefined,
  55. trace: true,
  56. stringifyObjects: false,
  57. timezone: 'local',
  58. flags: '',
  59. queryFormat: undefined,
  60. pool: undefined,
  61. ssl: false,
  62. multipleStatements: false,
  63. typeCast: true,
  64. maxPacketSize: 0,
  65. charsetNumber: 33,
  66. clientFlags: 455631 },
  67. _socket:
  68. Socket {
  69. connecting: true,
  70. _hadError: false,
  71. _handle: [TCP],
  72. _parent: null,
  73. _host: null,
  74. _readableState: [ReadableState],
  75. readable: false,
  76. _events: [Object],
  77. _eventsCount: 5,
  78. _maxListeners: undefined,
  79. _writableState: [WritableState],
  80. writable: true,
  81. allowHalfOpen: false,
  82. _sockname: null,
  83. _pendingData: null,
  84. _pendingEncoding: '',
  85. server: null,
  86. _server: null,
  87. timeout: 10000,
  88. [Symbol(asyncId)]: 5,
  89. [Symbol(lastWriteQueueSize)]: 0,
  90. [Symbol(timeout)]:
  91. Timeout {
  92. _called: false,
  93. _idleTimeout: 10000,
  94. _idlePrev: [TimersList],
  95. _idleNext: [TimersList],
  96. _idleStart: 105,
  97. _onTimeout: [Function: bound ],
  98. _timerArgs: undefined,
  99. _repeat: null,
  100. _destroyed: false,
  101. [Symbol(unrefed)]: true,
  102. [Symbol(asyncId)]: 8,
  103. [Symbol(triggerId)]: 1 },
  104. [Symbol(kBytesRead)]: 0,
  105. [Symbol(kBytesWritten)]: 0 },
  106. _protocol:
  107. Protocol {
  108. _events: [Object],
  109. _eventsCount: 7,
  110. _maxListeners: undefined,
  111. readable: true,
  112. writable: true,
  113. _config: [ConnectionConfig],
  114. _connection: [Circular],
  115. _callback: null,
  116. _fatalError: null,
  117. _quitSequence: null,
  118. _handshake: true,
  119. _handshaked: false,
  120. _ended: false,
  121. _destroyed: false,
  122. _queue: [Array],
  123. _handshakeInitializationPacket: null,
  124. _parser: [Parser] },
  125. _connectCalled: true,
  126. state: 'disconnected',
  127. threadId: null } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement