Jump to content

Reboot

Banned
  • Posts

    529
  • Joined

  • Last visited

  • Days Won

    33
  • Feedback

    0%

Posts posted by Reboot

  1. This is not bug, if you do not know how to fix it is not bug brother.
    You all problems of islands you call them bugs.
     
    It is a root setting.
     
    So I had on the old server, only two kingdoms.
    United bright
    United intunectat.
     
    In the light was permanently on
    In the dark night was permanent
    • Love 1
  2.  

    PUBLIC_IP: 130.xxx.12.20 interface em0

    HOSTNAME: channel1_core1

    mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YES)

    cannot open direct sql connection to host: localhost user: mt2 db: common

    cannot start server while no common sql connected

    mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YES)

       failed, retrying in 5 seconds

    PUBLIC_IP: 130.xxx.12.20 interface em0

    HOSTNAME: channel1_core2

    mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YES)

    cannot open direct sql connection to host: localhost user: mt2 db: common

    cannot start server while no common sql connected

     

     

      Thank you, now this.. :X 

     

    Check my post: 

    Best answer is not like  :D

    • Love 1
  3. Here is the solve :

     

    Make a backup on you actual mysql the copy/paste this command :

    cd /var/db && rm -rf mysql && cd /tmp && rm -rf mysql.sock && shutdown -r now
    

    After creeate a new mysql user :

    mysql -u root
    
    GRANT ALL PRIVILEGES ON *.* TO root@"%";
    IDENTIFIED BY 'parola' WITH GRANT OPTION;
    
    flush privileges;
    

    Then copy from backup : account, common,log,hotbackup ,player on /var/db/mysql

     

    Then go to var /db and click propety on mysql folder ( mysql, mysql) Permission 7777

    You should not overwrite the folder created after you put mysql command.

     

     

     

    reboot server.

     

    DONE.

     

    Give me best answer if it works.

    • Love 2
  4. converters/iconv          Charset conversion library and utilities
    converters/iconv-extra    Additional charsets for the iconv library (those from the Unicode site)
    converters/iconv-rfc1345  Additional charset modules for the iconv library (from RFC1345)
    converters/libiconv       A character set conversion library
    
    pkg install converters/iconv
    pkg install converters/iconv-extra
    pkg install converters/iconv-rfc1345
    pkg install converters/libiconv
    
    or
    
    cd /usr/ports/converters/iconv && make install clean
    cd /usr/ports/converters/iconv-extra && make install clean
    cd /usr/ports/converters/iconv-rfc1345 && make install clean
    cd /usr/ports/converters/libiconv && make install clean
    
    

    :D

    Succes .:D

    • Love 3
  5. bump

    Man, what do you want? I gave above resolution.
    What is so hard? Tell me.
     
    Yes wipe mysql folder.
    You make the current backup.
    And copy only player, common, log, accound, hotbackup.
     
    Copy just need to not overwrite folders mysql.
     
    Example: you can install on vds mysql55 and your database of serverfiles is from mysql56.
    Hence the problem of compatibility and automatic error.
    What is as difficult to understand?
    I gave above resolution with that command.
     
    After you put the order, recreate mysql user (root) etc.
    • Love 1
×
×
  • 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.