Support » Localhost Installs » Unfixed database problems

  • addyqin

    (@addyqin)


    Hi,

    I am trying to install wordpress in MAMP but there seem to be some problem with my database. I’ve tried the auto repair but there’s still some issues not being resolved. The followings are my errors.

    Thanks in advance!

    wp_posts: Table ‘omeml.wp_posts’ doesn’t exist
    wp_comments: Table ‘omeml.wp_comments’ doesn’t exist
    wp_links: Table ‘omeml.wp_links’ doesn’t exist
    wp_options: Table ‘omeml.wp_options’ doesn’t exist
    wp_postmeta: Table ‘omeml.wp_postmeta’ doesn’t exist
    wp_commentmeta: Table ‘omeml.wp_commentmeta’ doesn’t exist

    • This topic was modified 2 months ago by James Huff. Reason: moved to Localhost Installs since this is a localhost install

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The message states that some central database tables for WordPress are missing. If you do not have a backup, you will only be able to solve the problem by reinstalling. In this case, delete everything in the database and remove wp-config.php. Then call up the setup again and re-enter the database access data, which will create all the tables.

    Thread Starter addyqin

    (@addyqin)

    Hi threadi,

    Thank you for your response! I’ve deleted all data of wordpress and reinstall it as you said, but same errors are still there. Could there be any other reasons that cause this problem? @threadi

    • This reply was modified 1 month, 4 weeks ago by addyqin.

    Check in wp-config.php whether the correct database is really being addressed. The database access data you are using should be there.

    Also check whether you have enough free storage space in the hosting. WordPress is actually tiny when newly installed, but there may be some restrictions that prevent the creation of tables.

    The database is clearly broken. Or you’re likely experiencing a memory issue when transferring. You could try this on one or two computers and determine if the problem is the same or not. You may want to revert to a backup that had the site working before, just so that you can confirm.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.