The MU forums have moved to WordPress.org

new database wrong (5 posts)

  1. ferasof
    Member
    Posted 16 years ago #

    Hello
    I have installed wordpress Mu successfully. And converted the database to utf-8.
    The wordpress now is working very good and the Character for all tables are utf-8.
    But when new users signup , the new tables will be established as latin1_swedish_ci .

    The info for wp-config is

    define('DB_NAME', 'wordpress_mu');
    define('DB_USER', '*****');
    define('DB_PASSWORD', '******');
    define('DB_HOST', 'localhost');
    define('DB_CHARSET', 'utf8');
    define('DB_COLLATE', '');
    define('VHOST', 'no');
    $base = '/wordpress_mu/';

    Any idea pleas ?

  2. lunabyte
    Member
    Posted 16 years ago #

    http://trac.mu.wordpress.org/

    Please report this on trac.

  3. drmiketemp
    Member
    Posted 16 years ago #

    http://trac.mu.wordpress.org/wiki/DebuggingWpmu as well.

    Luna, I'm wondering if this is the same problem we discussed elsewhere.

  4. ferasof
    Member
    Posted 16 years ago #

    thanks evrybody
    i have solved the proplem

  5. drmiketemp
    Member
    Posted 16 years ago #

    I'm glad that you were able to fix the problem. I do hope that you will pass along the solution that you fouind so that others who may have this problem will be able to fix it themselves.

About this Topic

  • Started 16 years ago by ferasof
  • Latest reply from drmiketemp