Lines 1-10
Link Here
|
1 |
|
|
|
2 |
**** NOTE **** |
1 |
**** NOTE **** |
3 |
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php |
2 |
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php |
4 |
in ${PREFIX}/${WORDPRESS} |
3 |
in ${PREFIX}/${WORDPRESS} |
5 |
And Modify it to fit your MySQL. |
4 |
And Modify it to fit your MySQL. |
6 |
Maybe you need 'mysqladmin create wordpress' first |
5 |
Maybe you need 'mysqladmin create wordpress' first |
7 |
|
|
|
8 |
If you are upgrading from 1.x or 2.0 to 2.1, please run |
6 |
If you are upgrading from 1.x or 2.0 to 2.1, please run |
9 |
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 2.1 |
7 |
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 2.1 |
10 |
|
|
|