Jump to content

iltizio

Member
  • Posts

    198
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by iltizio

  1. Mariadb from 10.2 hasn't xtradb: [Hidden Content] Use in innodb instead. For insert delayed error, please read this [Hidden Content] You can update your source or use myisaam for tables that use insert delayed.
  2. There are someone other that use 10.0.0.8 as ip in the same network. Assign a new unused IP, or use a DHCP.
  3. Umh... I think you don't know what is a DNS server. Check It and rewrite your question.
  4. Install always the latest version of freebsd and jeep It updated.
  5. You need to modify your server sources to get public io instead the private one. 40k files not support NAT buongiorno default, but with sources you can do everything.
  6. Go to ACP » Logs » Errors and find the detail of error.
  7. mysql -h 127.0.0.1 -u root -p And enter the [email protected] password [Hidden Content]
  8. First at all: you use a very old version of FreeBSD. 1500MB RAM is generally too low. Use top command to check if your machine is swapping or use a lot of ram. Check also CPU load. Do it whith game online.
  9. Be sure your mysql server is running and can accept connection from 127.0.0.1. Be sure your config files have correct port (default 3306) So, to do that run this: netstat -na | grep 3306 To try the connection: mysql -h 127.0.0.1 You should not use 127.0.0.1 but localhost, in this way you will use unix socket instead loopback interface.
  10. You should update your code with mysqli library or mysql PDO. Or you can downgrade your php version with legacy one (php5.6).
  11. Added, but I think we can't do something. I can help you to prevent this.
  12. The subject of this topic is wrong. You need a MySQL DBA. That files are redo_log: [Hidden Content] If you use a transational storage engine (like InnoDB or xtradb) you can restore some unwritten data after a DB crash. if you have lost a lot of data after human error or application bug, the only way to recover it is from backup. You should always do backup.
  13. This error usually mean that lib is for different arch than your system. Please, ensure you use the same arch. You can check it with those command: uname -a file /libexec/ld-elf.so.1 You MUSTN'T replace libs!
  14. Disabile the selection from client. You should also create a quest or MySQL event ti check and look eventually player who mod the client.
  15. Start your mysql server. service mysql-server start If it doesn't start, check alert log (/var/db/mysql/<hostname>.err).
  16. It's the wrong way. It seems you use an applicative user to run the game. Run this: chown -R <user> <fileserver dir> If it doesn't work, run this: chmod -R o+w <fileserver dir>
  17. If you want to run a binary or script you need to set read and execute permission on file: chmod o+rx <filename>
  18. Yes, It could be a MySQL problem. Look in syserr and MySQL log.
  19. 3socket_tcp_bind: tcp_socket: Can't assign requested address this is the error. Check your machine front end ip and bind ip of your metin2 config files. I suggest you to search the error in Google before ask here. You will solve the problem fast.
  20. When you find a MySQL error, search it on Google to find what It mean and how fix It. In this case, the error probably indicate a trigger created ti ne executed by root@%, but this user not exist anymore and It can't be executed. Find that trigger and change the executive user with anche existent user that have the correct permission. I suggest you to use your MySQL applicative user dedicated of your Metin2 server.
  21. Umh... I can't see connection start in auth syslog. Are you dire you haven't firewall enabled? System is ok? You can Telnet the auth port?
  22. you threw your money if you can not do things so simple.
  23. I think there isn't any encryption. It's too old this application and there isn't the necessity to encrypt the connection.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.