Jump to content

chappox

Members
  • Posts

    12
  • Joined

  • Last visited

Community Answers

  1. chappox's post in Database Problem was marked as the answer   
    I would drop my current DB tables (or player associated tables: char, login, guild, etc) and re-run the the files in sql-files.
    Alternatively, what is your 'Auto_increment' set to? You can query the table. On a fresh install, it is set to 2,000,000. I would suggest updating it accordingly.
    SHOW TABLE STATUS FROM `DatabaseName` WHERE `name` LIKE 'TableName' ;  
  2. chappox's post in Error in phpmyadmin Linux Centos was marked as the answer   
    Perhaps you want to make sure you provide permissions to that directory. sudo chmod -R 755 /directory/location
×
×
  • Create New...