Ignoring invalid configuration option passed to Connection: acquireTimeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: timeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: reconnect. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
❌ Database connection failed: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at Packet.asError (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packets/packet.js:740:17)
    at ClientHandshake.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/commands/command.js:29:26)
    at PoolConnection.handlePacket (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:475:34)
    at PacketParser.BaseConnection.packetParser.PacketParser [as onPacket] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:93:12)
    at PacketParser.executeStart (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
    at Socket.BaseConnection.stream.on (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:100:25)
    at Socket.emit (events.js:198:13)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:269:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  sql: undefined }
❌ Failed to connect to database. Server will start but some features may not work.
Ignoring invalid configuration option passed to Connection: acquireTimeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: timeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: reconnect. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
❌ Database connection failed: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at Packet.asError (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packets/packet.js:740:17)
    at ClientHandshake.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/commands/command.js:29:26)
    at PoolConnection.handlePacket (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:475:34)
    at PacketParser.BaseConnection.packetParser.PacketParser [as onPacket] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:93:12)
    at PacketParser.executeStart (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
    at Socket.BaseConnection.stream.on (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:100:25)
    at Socket.emit (events.js:198:13)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:269:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  sql: undefined }
❌ Failed to connect to database. Server will start but some features may not work.
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:329:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at param (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:365:14)
    at param (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:376:14)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:217:30)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Categories error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:217:30)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:246:27)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Regions error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:246:27)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:329:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at param (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:365:14)
    at param (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:376:14)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:268:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Premium companies error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:268:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Ignoring invalid configuration option passed to Connection: acquireTimeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: timeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: reconnect. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
❌ Database connection failed: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at Packet.asError (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packets/packet.js:740:17)
    at ClientHandshake.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/commands/command.js:29:26)
    at PoolConnection.handlePacket (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:475:34)
    at PacketParser.BaseConnection.packetParser.PacketParser [as onPacket] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:93:12)
    at PacketParser.executeStart (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
    at Socket.BaseConnection.stream.on (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:100:25)
    at Socket.emit (events.js:198:13)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:269:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  sql: undefined }
❌ Failed to connect to database. Server will start but some features may not work.
Ignoring invalid configuration option passed to Connection: acquireTimeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: timeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: reconnect. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
❌ Database connection failed: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at Packet.asError (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packets/packet.js:740:17)
    at ClientHandshake.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/commands/command.js:29:26)
    at PoolConnection.handlePacket (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:475:34)
    at PacketParser.BaseConnection.packetParser.PacketParser [as onPacket] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:93:12)
    at PacketParser.executeStart (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
    at Socket.BaseConnection.stream.on (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:100:25)
    at Socket.emit (events.js:198:13)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:269:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  sql: undefined }
❌ Failed to connect to database. Server will start but some features may not work.
Ignoring invalid configuration option passed to Connection: acquireTimeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: timeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: reconnect. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
❌ Database connection failed: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at Packet.asError (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packets/packet.js:740:17)
    at ClientHandshake.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/commands/command.js:29:26)
    at PoolConnection.handlePacket (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:475:34)
    at PacketParser.BaseConnection.packetParser.PacketParser [as onPacket] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:93:12)
    at PacketParser.executeStart (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
    at Socket.BaseConnection.stream.on (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:100:25)
    at Socket.emit (events.js:198:13)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:269:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  sql: undefined }
❌ Failed to connect to database. Server will start but some features may not work.
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:217:30)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Categories error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:217:30)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
Ignoring invalid configuration option passed to Connection: acquireTimeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: timeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: reconnect. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
❌ Database connection failed: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at Packet.asError (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packets/packet.js:740:17)
    at ClientHandshake.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/commands/command.js:29:26)
    at PoolConnection.handlePacket (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:475:34)
    at PacketParser.BaseConnection.packetParser.PacketParser [as onPacket] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:93:12)
    at PacketParser.executeStart (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
    at Socket.BaseConnection.stream.on (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:100:25)
    at Socket.emit (events.js:198:13)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:269:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  sql: undefined }
❌ Failed to connect to database. Server will start but some features may not work.
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:329:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at param (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:365:14)
    at param (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:376:14)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:268:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Premium companies error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:268:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:329:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at param (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:365:14)
    at param (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:376:14)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:246:27)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Regions error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:246:27)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Ignoring invalid configuration option passed to Connection: acquireTimeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: timeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: reconnect. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
❌ Database connection failed: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at Packet.asError (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packets/packet.js:740:17)
    at ClientHandshake.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/commands/command.js:29:26)
    at PoolConnection.handlePacket (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:475:34)
    at PacketParser.BaseConnection.packetParser.PacketParser [as onPacket] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:93:12)
    at PacketParser.executeStart (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
    at Socket.BaseConnection.stream.on (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:100:25)
    at Socket.emit (events.js:198:13)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:269:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  sql: undefined }
❌ Failed to connect to database. Server will start but some features may not work.
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:217:30)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Categories error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:217:30)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:246:27)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Regions error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:246:27)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:268:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Premium companies error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:268:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Ignoring invalid configuration option passed to Connection: acquireTimeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: timeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: reconnect. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
❌ Database connection failed: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at Packet.asError (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packets/packet.js:740:17)
    at ClientHandshake.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/commands/command.js:29:26)
    at PoolConnection.handlePacket (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:475:34)
    at PacketParser.BaseConnection.packetParser.PacketParser [as onPacket] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:93:12)
    at PacketParser.executeStart (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
    at Socket.BaseConnection.stream.on (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:100:25)
    at Socket.emit (events.js:198:13)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:269:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  sql: undefined }
❌ Failed to connect to database. Server will start but some features may not work.
Ignoring invalid configuration option passed to Connection: acquireTimeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: timeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: reconnect. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
❌ Database connection failed: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at Packet.asError (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packets/packet.js:740:17)
    at ClientHandshake.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/commands/command.js:29:26)
    at PoolConnection.handlePacket (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:475:34)
    at PacketParser.BaseConnection.packetParser.PacketParser [as onPacket] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:93:12)
    at PacketParser.executeStart (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
    at Socket.BaseConnection.stream.on (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:100:25)
    at Socket.emit (events.js:198:13)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:269:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  sql: undefined }
❌ Failed to connect to database. Server will start but some features may not work.
Ignoring invalid configuration option passed to Connection: acquireTimeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: timeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: reconnect. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
❌ Database connection failed: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at Packet.asError (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packets/packet.js:740:17)
    at ClientHandshake.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/commands/command.js:29:26)
    at PoolConnection.handlePacket (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:475:34)
    at PacketParser.BaseConnection.packetParser.PacketParser [as onPacket] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:93:12)
    at PacketParser.executeStart (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
    at Socket.BaseConnection.stream.on (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:100:25)
    at Socket.emit (events.js:198:13)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:269:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  sql: undefined }
❌ Failed to connect to database. Server will start but some features may not work.
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
Ignoring invalid configuration option passed to Connection: acquireTimeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: timeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: reconnect. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
❌ Database connection failed: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at Packet.asError (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packets/packet.js:740:17)
    at ClientHandshake.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/commands/command.js:29:26)
    at PoolConnection.handlePacket (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:475:34)
    at PacketParser.BaseConnection.packetParser.PacketParser [as onPacket] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:93:12)
    at PacketParser.executeStart (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
    at Socket.BaseConnection.stream.on (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:100:25)
    at Socket.emit (events.js:198:13)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:269:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  sql: undefined }
❌ Failed to connect to database. Server will start but some features may not work.
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:268:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Premium companies error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:268:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Ignoring invalid configuration option passed to Connection: acquireTimeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: timeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: reconnect. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
❌ Database connection failed: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at Packet.asError (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packets/packet.js:740:17)
    at ClientHandshake.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/commands/command.js:29:26)
    at PoolConnection.handlePacket (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:475:34)
    at PacketParser.BaseConnection.packetParser.PacketParser [as onPacket] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:93:12)
    at PacketParser.executeStart (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
    at Socket.BaseConnection.stream.on (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:100:25)
    at Socket.emit (events.js:198:13)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:269:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  sql: undefined }
❌ Failed to connect to database. Server will start but some features may not work.
Ignoring invalid configuration option passed to Connection: acquireTimeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: timeout. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
Ignoring invalid configuration option passed to Connection: reconnect. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection
❌ Database connection failed: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at Packet.asError (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packets/packet.js:740:17)
    at ClientHandshake.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/commands/command.js:29:26)
    at PoolConnection.handlePacket (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:475:34)
    at PacketParser.BaseConnection.packetParser.PacketParser [as onPacket] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:93:12)
    at PacketParser.executeStart (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/packet_parser.js:75:16)
    at Socket.BaseConnection.stream.on (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/base/connection.js:100:25)
    at Socket.emit (events.js:198:13)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:269:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  sql: undefined }
❌ Failed to connect to database. Server will start but some features may not work.
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:329:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at param (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:365:14)
    at param (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:376:14)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:217:30)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Categories error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:217:30)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:246:27)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Regions error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:246:27)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:329:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at param (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:365:14)
    at param (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:376:14)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Database query error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:268:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }
Premium companies error: { Error: Access denied for user 'offertep_jacco'@'localhost' (using password: YES)
    at PromisePool.execute (/home2/offertep/nodevenv/offerte/10/lib/node_modules/mysql2/lib/promise/pool.js:54:22)
    at query (/home2/offertep/offerte/server.js:71:34)
    at app.get (/home2/offertep/offerte/server.js:268:29)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:284:15
    at Function.process_params (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home2/offertep/nodevenv/offerte/10/lib/node_modules/express/lib/router/index.js:280:10)
  message:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)',
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sql: undefined,
  sqlState: '28000',
  sqlMessage:
   'Access denied for user \'offertep_jacco\'@\'localhost\' (using password: YES)' }