Viewing 13 replies - 1 through 13 (of 13 total)
  • Table ‘loic.wp_usermeta’

    per instructions:
    Only numbers, letters, and underscores please!

    Thread Starter Lo?c Levêque

    (@luisobispo)

    sorry, not sure I understand that
    Did I write something wrong?

    Thread Starter Lo?c Levêque

    (@luisobispo)

    I suppose my user name is wrong?

    no your $table_prefix is in incorrect form in your wp-config.php file
    can’t be like this
    ‘loic.wp_usermeta’
    maybe like
    ‘loic_wp_usermeta’

    Thread Starter Lo?c Levêque

    (@luisobispo)

    Sorry if i posted so many stuff over the same topic.

    the eror message is:
    wp_usermeta: Table ‘loic_design.wp_usermeta’ doesn’t exist

    I didnt change the $table_prefix at all:

    $table_prefix = ‘wp_’;

    I do not know where that “.” comes from.

    regards…

    Thread Starter Lo?c Levêque

    (@luisobispo)

    I do have a “.” on my MySQL database username

    Is that THE problem?

    ahh..ok – I misundestood
    if your hot allows it on the user name, it shouldn’t matter
    since this is a new install, delete the user and create another with all privileges and without the extra .
    see if it makes a difference

    Thread Starter Lo?c Levêque

    (@luisobispo)

    gosh, how the hell do i do that…

    Thread Starter Lo?c Levêque

    (@luisobispo)

    trying to understand all this… speak to you later then

    thank you both.

    Thread Starter Lo?c Levêque

    (@luisobispo)

    OK,
    I’ve done my best..

    Here is what I have when I repair the tables:

    The wp_users table is okay.
    The wp_usermeta table is okay.
    The wp_posts table is okay.
    The wp_comments table is okay.
    The wp_links table is okay.
    The wp_options table is okay.
    The wp_postmeta table is okay.
    The wp_terms table is okay.
    The wp_term_taxonomy table is okay.
    The wp_term_relationships table is okay.
    The wp_commentmeta table is okay.

    Repairs complete. Please remove the following line from wp-config.php to prevent this page from being used by unauthorized users.
    define(‘WP_ALLOW_REPAIR’, true);

    But then, when I try to install it again, I’ve:

    One or more database tables are unavailable. The database may need to be repaired.

    AND SO ON…

    Thread Starter Lo?c Levêque

    (@luisobispo)

    PHP Version 4.4.3-dev

    Would that be the problem with free.fr?

    Thread Starter Lo?c Levêque

    (@luisobispo)

    So, I’m in that vicious circle here, between the install page who tells me to repair the tables, and the repair page who tells me that everything is fine…

    I’ve copied the wp_usermeta table as MichaelH suggested it seems to work as shown above.

    Idea welcome…

    One entire afternoon for that, a bit mad.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘wp_usermeta: Table ‘loic.wp_usermeta’ doesn’t exist’ is closed to new replies.