Installing WordPress plugin
From Foochal
[edit]
Installing WordPress plugin
- Download word press http://wordpress.org/download/
- Follow these detailed instructions http://codex.wordpress.org/Installing_WordPress#Detailed_Instructions
mysql -u root CREATE DATABASE wordpressdb; GRANT ALL PRIVILEGES ON wordpress.* TO "wordpress"@"localhost" IDENTIFIED BY "password"; FLUSH PRIVILEGES; EXIT

