fivem-mysql-async icon indicating copy to clipboard operation
fivem-mysql-async copied to clipboard

MySql Async Library for FiveM

Results 67 fivem-mysql-async issues
Sort by recently updated
recently updated
newest added

Hi! I got the following error: `ER_DUP_ENTRY`. I would like to know how can I catch it with lua? For example: `if ER_DUP_ENTRY then`

**Describe the bug** I'm getting this when trying to connect to mysql-async: `[mysql-async] [ERROR] ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client` **To Reproduce**...

**Is your feature request related to a problem? Please describe.** Yes, I want to be able to fetch admins from forum to allow admins to be added by making them...

**Describe the bug** The script gives me this error ```[ 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...

When i strat my server I get always this message **Screenshots / Logs** If applicable, add screenshots and Logs to help explain your problem. ![image](https://user-images.githubusercontent.com/80951658/111759018-717a1000-889d-11eb-9568-fb3e0bc748da.png) **Software:** windows 10 resources version...

So I have been having a crashing issue, nightly just about with my community. We average 64+ players (with queue) and restart at 7pm, by midnight the server almost ALWAYS...

Can you please update your Discord server invite link so that we may have a faster way of getting in contact with you for support? Currently... using GitHUB seems to...

Installed mysql-async version 3.3.2 and followed the instructions on the web link here: https://brouznouf.github.io/fivem-mysql-async/ Then specified the settings for my database in the usual way as below: set mysql_connection_string "user=cust33146;database=cust33146;host=10.168.11.2;password=password123"...

**Describe the bug** The README does not have an up to date Discord invite. **To Reproduce** Click on the Discord link in the README. **Expected behavior** Join the Discord server.

**Describe the bug** 1. https://brouznouf.github.io/fivem-mysql-async/queries/ mentions in the 2nd way of executing transactions that you need to use parameters = {} to pass the params, but in reality it seems...