• Resolved eeekeke

    (@eeekeke)


    Hello
    I checked the error message while changing the DB prefix, and after that, I couldn’t access the site. First of all, the connection in wp-config was modified by FTP, so the site access was possible, but some functions were not working, and the management page also lost all functions. Please let me know all the information that changes when you change the DB prefix in AIOS. I’m going to change it manually I would appreciate it if you could let me know if there is any other way.

    Please understand that the contents are not smooth using a translator

Viewing 1 replies (of 1 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @eeekeke

    DB prefix change will read wp-config.php and check for old_db_prefix and database name will get all tables using SHOW TABLES FROM {db_name}

    Then it tries reanme all table one by one in loop of got all tables using RENAME TABLE query.

    So you have to change in wp-config.php and then rename all tables one by one.

    Which language do you have right now? Settings > General > Language please check and let me know.

Viewing 1 replies (of 1 total)

The topic ‘Error changing DB prefix’ is closed to new replies.