-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in database internal command #9
Comments
Hi, I assume you're using the latest build? Could you share your As for
This is because of d164582 which allows to connect locally and remotely. I might make this configurable. |
@ubis the word "rank" it's reserved word in sql, change the column name |
@artem-alekseev can you also reproduce this? It seems Though it's weird, I don't get this on my dev server on macOS with MariaDB 11.2.2 nor on my test server on FreeBSD with MariaDB 10.11.5 |
@ubis yep u right, it's error only in mysql, mariadb don't have this problem |
Aha, that's the first difference I've heard between MariaDB and MySQL. Any reason you guys are using MySQL over MariaDB? IMO MySQL is slowly being killed by Oracle. Anyway, we should still fix this. @artem-alekseev if you have MySQL installed, could you check with backticks? |
I'll take a look tonight and check it out and send you a PR. |
Fixed this with 28e99bd. Now this behaviour is disabled by default, you can still enable it with |
@casmssm everything should be fixed in fb5bbcc or newer revision. @artem-alekseev we should chat about this in Discord or so, let's not pollute this issue. |
Hi, first congratulation for this deployment.
I deployed this solution using Docker with 2 containers MySQL + Server.
I've get this error on login in an account with character builded. The character not show and I see a create button, not it name.
Another question, I see the database and not found a bind between character and account, missing something?
==> /home/server/cabal/log/masterserver.log <==
2023-10-02 07:16:50.627 [ERROR] [DATABASE] Error 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ', face, color, hair, aura, gender, show_helmet FROM characters WHERE id = ?' at line 1
Another issue with this deployment type is after login, the Cabal client try to connect in the internal ip address of GameServer and not the address set in the configuration. I changed the container interface to be the same of the host and works.
The text was updated successfully, but these errors were encountered: