MySQL-Async does not work

I’m trying to get the server to use the DB but what ever I do it does not want to.
I used
Linux DB and Server
Linux DB Windows Server
Windows DB and Linux Server
Windows DB and Server.

The connection string is this one
set mysql_connection_string "server=192.168.1.3;database=sesx;userid=<The Username>;password=<The Pass>;"

[  script:mysql-async] Uncaught TypeError: The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type number
[  script:mysql-async] internal/errors.js(216,9): NodeError
[  script:mysql-async] buffer.js(293,9): from
[  script:mysql-async] @mysql-async/mysql-async.js(2033,29): Auth.token
[  script:mysql-async] @mysql-async/mysql-async.js(14096,14): Handshake._sendCredentials
[  script:mysql-async] @mysql-async/mysql-async.js(14078,10): Handshake.HandshakeInitializationPacket
[  script:mysql-async] @mysql-async/mysql-async.js(6904,23): Protocol._parsePacket
[  script:mysql-async] @mysql-async/mysql-async.js(7515,10): _parsePacket
[  script:mysql-async] @mysql-async/mysql-async.js(7125,10): write
[  script:mysql-async] @mysql-async/mysql-async.js(6651,16): Protocol.write
[  script:mysql-async] @mysql-async/mysql-async.js(936,28):
[  script:mysql-async]
[  script:mysql-async] TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type number
[          svadhesive] Server license key authentication succeeded. Welcome!

Hello,

My connection string look like

set mysql_connection_string "server=...;database=...;user=...;password=...;charset=utf8mb4"

Try to copy and replace all the “…” with your login data

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.