|
|
1: (This is the hardest part, which isn't that hard at all) Take a text editor and open /wordpress/wp-config-sample.php
Check these lines:
define('DB_NAME', 'outoftouch_wordpress'); // The name of the database
define('DB_USER', 'username'); // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
Change the first three and then save it as wp-config.php. If you don't know how to get SQL access, ax your service provider. You should have access with them.
2: FTP that bad boy up there.
3: Open a webbrowser to http://your.site.internets/path/to/wordpress/wp-admin/install.php
4: Remember the password!!!
5: Sign in as admin with the password that you just got. Change it in the "profile" panel.
PM me if you need any more help, or better yet check their site. Here is my hamfisted attempt to use it if you need some tips in upgrading.
P.S. Sorry for being snooty earlier. Windows servers just instill rage in me. |
|
|