Then run the web server, go to Applications >> Backtrack >> Services >> HTTPD >> MYSQLD
Then open your Terminal and run MySQL to create new database for Wordpress. Here is the code and enter your MySQL password after run this code
mysql -u root -p
Then run this query to create new database named wordpress
CREATE DATABASE wordpress;
Now your database has been created. The next step is open localhost/wordpress on your web browser. Then configure the Wordpress database connection. Fill the form with database name that will used for Wordpress and MySQL username & password (left the password form blank if you use default password of MySQL). It will be like this
Database Name : wordpressFollow the rest configuration of Wordpress and done. Hope you like it
User Name : root
Password :
Database Host : localhost
Table Prefix : wp_
0 Response to "How to Install Wordpress on Backtrack 5"
Post a Comment