Markus "guruz" Goetz

[ index | hardware | projects and coding | p300 | blog | contact ]




Oktober 4, 2007 at 5:23 pm.
Abgelegt unter: Meta
guruz @ 5:23 pm

WordPress installieren

1. Datenbank erstellen

# mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4294
Server version: 5.0.44-log Gentoo Linux mysql-5.0.44
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> CREATE DATABASE blog;
Query OK, 1 row affected (0.09 sec)
mysql> GRANT ALL ON blog.* TO blog@localhost IDENTIFIED BY "passwort_hierher";
Query OK, 0 rows affected (0.05 sec)
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.04 sec)
mysql> exit;
Bye

2. WordPress runterladen, in htdocs entpacken

3. wp-config.php anpassen

4. Mit dem Browser auf wp-admin/install.php gehen

Willst du automatisch ueber neue Artikel informiert werden? Dann subscribe dich via E-Mail oder via RSS


Strippende Pfad-Komponenten beim WordPress-Update
WordPress: Pings erneut abschicken
Yet Another WordPress-Hack

Comment Feed

Keine Kommentare

Leider ist die Kommentarfunktion zur Zeit deaktiviert.