Developing PHP Applications

Zhannar Personal Blog

Archive for December, 2007

Dec-24-2007

How to setup your WAMP with your own choice of directory (Part 2)

Before I start, I would like to greet everyone a Blessed and Joyful Christmas! ;-)

It’s been a long busy month, because I just got a new large scale website project (wheew…). I am very excited about this project. As of now, I can’t tell any details about it. :D

This tutorial is the second part of the WAMP (Windows, Apache, MySQL, PHP) setup.

In this part we install our MySQL Server.

1. Run the installer then click “Next”

2. Select Custom then click “Next”

3. Choose your directory then click “Next”

4. Click Install

5. Installing…

6. Click “Next”

7. Click “Next”

8. Click “Finish” - be sure to check the checkbox

9. Click “Next”

10. Click “Next” (Detailed Configuration)

11. Click “Next” (Developer Machine)

12. Click “Next” (Multifunctional Database)

13. Click “Next”

14. Click “Next” (Decision Support)

15. Click “Next” (Enable TCP/IP - Port 3306 - Enable Strict Mode)

16. Click “Next” (Standard Character Set)

17. Click “Next” (Select your service name, this name will be appear in your windows services)

18. Set your database root password then click “Next”

19. Click “Execute”

20. And you’re done.

Hopefully, I can post the next part asap. :D

Once Again MERRY CHRISTMAS TO ALL!!!

Posted under PHP-MySQL, Tutorials
Dec-21-2007

Use MySQL Full-Text

When you are about to develop a database for a large-scale website. MySQL’s Full-Text feature is worth considerable.

Here’s a great article on how to use this feature

Posted under PHP-MySQL