Posts Tagged ‘wordpress mu’

  • Installing WordPress MU

    Date: 2010.03.19 | Responses: 0

    Always make sure to do the following (and read the README.txt file)

    • “127.0.0.1 localhost.localdomain” to /etc/hosts
    • Activate rewrite apache module.
    • Make sure you have packages php5-mysql, libapache2-mod-php5, libapache2-modxslt
    • Make mysql user and database, for example:
    CREATE USER 'wordpress'@'localhost' IDENTIFIED BY 'mypassword';
    GRANT FILE ON *.* TO 'wordpress'@'localhost';
    CREATE DATABASE IF NOT EXISTS wordpressmu;
    GRANT ALL ON wordpressmu.* TO 'wordpress'@'localhost';

About me

1

I live in Denver, Colorado and work as a contractor for HAIKU Learning Systems, Inc., an online learning company. I did my Master's in Music Informatics at Indiana University and got a B.A. in Computer Science and Mathematics, with a minor in Music from Carroll College in Helena, Montana.

Resume Contact me

Blog Tags