Changes

Jump to: navigation, search

SRA840 Lab8

303 bytes added, 18:21, 11 April 2009
Milton Paiva Neto
Integration with mysql server
#vim /usr/local/www/data/wordpress/wp-config.php <?php // ** MySQL settings ** // define('DB_NAME', 'wordpress'); // The name of the database define('DB_USER', 'wordpress'); // Your MySQL username define('DB_PASSWORD', 'password'); // ...and password define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value define('DB_CHARSET', 'utf8'); define('DB_COLLATE', '');
2. To install WordPress plugins -
 
Go the website: http://wordpress.org/extend/plugins, then choose the plugins you want to install. Once you choose the plugins, download then to a temporary folder, unzip it and copy the files to the plugins folder of your wordpress (/usr/local/www/apache22/data/wordpress/wp-content/plugins).
===Varinder Singh===

Navigation menu