Here's the quick version of the instructions, for those that are already comfortable with performing such installations. More detailed instructions follow.
1. Download and unzip the WordPress package, if you haven't already.
2. Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it.
3. Rename the wp-config-sample.php file to wp-config.php.
4. Open wp-config.php in your favorite text editor and fill in your database details.
5. Place the WordPress files in the desired location on your web server:
* If you want to integrate WordPress into the root of your domain localhost/wordpress/
6. Run the WordPress installation script by accessing wp-admin/install.php in your favorite web browser.
http://localhost/wordpress/wp-admin/install.php
should visit: http://example.com/blog/wp-admin/install.php
That's it! WordPress should now be installed.
http://codex.wordpress.org/Installing_WordPress
--------------------------
mysql grant hesham the right to use wordpress
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP ON wordpress.* TO
remove <>
http://codex.wordpress.org/Installing_WordPress
Keine Kommentare:
Kommentar veröffentlichen