• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

mysql

  1. ShadowProwl

    TFS 1.X+ MySQL errors

    I get these errors on console every few days. Can someone explain what they are and how to fix them? Should I be concerned about any of them? [Error - mysql_real_query] Query: SELECT `reason`, `expires_at`, (SELECT `name` FROM `players` WHERE `id` = `banned_by`) AS `name` FROM `ip_bans` WHERE...
  2. O

    Solved Mysql disconnect problems /Myaac

    Hello, can anyone help me to fix it. When i start the server all is good and work. After 4 - 48 hours it come this error. Whats wrong. All local adresses 127.0.0.1 and localhost.... internet kick isnt ,because if i restart uniserv msql all will work. But only for some hours... I use a windows...
  3. J

    Error mysql in my console

    Hello guys I have problem,I use tfs 0.4and when I turn on my server is error in console How I can fix it?Be cause I can not find how I can do it
  4. 222222

    Don't use MySQL - use MariaDB

    I've seen way too many tutorials showing how to setup MySQL server on a VPS. Please stop using mysql-server. Instead, use MariaDB. It is the exact same as MySQL (meaning: the same developers, the same features [and many more]). But MariaDB is much more secure, much faster (2-3x in most cases)...
  5. S

    OTClient Tibiafun | tibiafun.com.pl | Tibia 7.6 | MySQL| schema.sql missing

    Hey guys, Recently, I've been thinking about starting a 4fun TibiaFun server and I've started working on it on Linux since I couldn't find a Windows version with the source code. After a few hours of refactoring the code, I was able to compile it on Ubuntu 20.04. However, I'm now facing an...
  6. V

    AAC can't connect mysql

    hello, i can't make my own tibia server, the engine compilation went without a problem, only I have a problem with specifying the destination path, acc maker does not detect my config.lua folder. I have clean Debian 11, what do I need to install to make it work?
  7. almirtibiaalmir

    tfs 1.2 no tables were optimized

    Hello everyone, i got the error "no tables were optimized" after i compiling tfs 1.2 8.0, do someone know how to fix it? befor the compilign the databse were normally connected, after source change and new compiling displayed this error... i created an new db it doesnt help. thanks for help...
  8. L

    Hosting website on another machine.

    Hi guys, I'm new here. Are you okay? I'm having trouble splitting my otserv and site on separate machines. Something strange happened. The machine that is the server is a ubuntu 14.04 and the site is hosted on another ubuntu 20 machine. I did the configuration, the server connected to the...
  9. H

    Error mysql real query

    Hello guys, good morning. Today after some hours running my server, this error appeared: [error - mysql_real_query] query: select reason, expires_at, (select name from players where id = banned_by) as name from ip_bans where ip = 1076197311 Any idea how can be fixed and how it happens...
  10. potinho

    Windows [SQL] Got error reading communication packets

    Hello everyone, everything good? A few days ago I have noticed that my server has been giving errors in some tables (which I always repair in PHPMyAdmin), but they come back. Another thing that caught my attention is the error when reading communication packets, apparently it doesn't affect the...
  11. D

    ERROR MYSQL SAVE PLAYER

    this error is occurring when logging out the player. [Error - mysql_real_query] Query: UPDATE players SET level = 1,group_id = 1,vocation = 0,health = 150,healthmax = 150,experience = 0,lookbody = 106,lookfeet = 95,lookhead = 78,looklegs = 116,looktype = 128,lookaddons = 0,maglevel = 0,mana =...
  12. DukeeH

    Mysql Password (.my.cnf)

    I'm testing the server and re-learning how to use everything on linux after a few years... I've read the wiki https://github.com/DevelopersPL/otshosting-provisioning/wiki/Where-is-what-important-files-and-directories But on my server there's no file .my.cnf with MySQL client config that...
  13. Daniel Kopeć

    AAC MySQL Error.. Help? Shop offer not working

    Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'bought' in 'order clause'' in C:\xampp\htdocs\shopsystem.php:170 Stack trace: #0 C:\xampp\htdocs\shopsystem.php(170): PDO->query('SELECT * FROM `...') #1...
  14. B

    SQlite for Mysql?

    Sorry about my English! I have a 7.6 server I wanted to move it from Sqlite to Mysql, is this exchange possible? I'm trying to put a website on that server and I'm not getting! It fits that I'm using:
  15. Discovery

    YurOTS (TFS 1.2) MySQL 🎇 Happy New Year

    Hello everyone, that's a classic server files based on YurOTS version 0.94d. Has been added: new monsters, weapons attributes, shared experience, tasks, daily monsters event, ammunition quiver, monsters conditions, quests, arena and more! Download and Tutorial
  16. Merrok

    Automatic DB Backups - Easy and reliable

    Since all other Database Backup Tutorials on this forum are either bad, not working reliable or out of date, I thought I'd just quickly make a new one. I personally use logrotate to manage my backups. This has the advantage, that I can tell my server how long I want him to save the backup file...
  17. elnelson

    [MySQL] Add points to guild function

    Yo! im working with this function, its suppose to add points to guild when they do X activities: function doGuildAddPoints(guild_id, value) local func = db.executeQuery or db.query return func("UPDATE guilds SET points = ("..value.." + (SELECT points FROM guilds WHERE id = "..guild_id.."))...
  18. L

    I have Error on MySQL

    Hello there, Im new on OTLAND, and my problem is the next... I try doing this SET GLOBAL max_allowed_packet = 16776192; but the problem still persists.... Also modify the xampp / mysql / bin / my.ini file and change 16M to 64M and I still have that error, it happens every time in the console...
  19. VagosClubTM

    C++ I NEED HELP WITH YUROTS XML 7.6

    Hello friends, I would like to know if someone on the forum knows or is more involved in this area of OTS, although we know YurOTS 7.6 xml is obsolete. but my server has been online for more than 11 years and I need my database, I would like to know if it is possible that my XML database can be...
  20. Kuantikum

    STORAGE - Command to remove storage and code to remove storage in SQL.

    Hello guys! I would like to know if there is a talkaction script so that I can remove certain storage from a player. Something like that: /storage "player_name", storage, nill or 1 or -1 On the other hand I would like to know the command line to be able to execute this same function to...
Back
Top