Tag Archive | "mysql"

Resetting your mysql root password

Thursday, August 13, 2009

0 Comments

First of all we need to stop mysql Create a mysql table dump to reset the password Now we need to start mysql in safe mode and import the mysql table dump Finally we need to kill mysql and start it in normal mode Your password should now be reset to the one you specified [...]

Continue reading...

How To Install WordPress (From Command line)

Friday, June 19, 2009

0 Comments

Okay, this tutorial will show you how to very easily install WordPress on your own server from the command line. First step is to make a MySQL database, user and permissions for that user. Secondly, you go to the directory that you want to put WordPress in and get the files: The next step is [...]

Continue reading...

Lighttpd virtual hosting

Saturday, June 13, 2009

0 Comments

Virtual hosting allows you to host many websites from one server. Setup The Folders and users Lighttpd Config Open your lighttpd.conf Add the following for the virtual host configuration Save your config and restart lighttpd

Continue reading...