Hi,
After install xampp, what should i change in the configuration file in order to let php & MySQL working properly?
I refer to one book before , it guide me to do this :
"
If you are using Unix, you most likely built PHP with MySQL during installation. If you are using Windows, however, in order for your PHP and MySQL to play nice with each other, you will need to make two changes to your php.ini file. Open the file using your text editor (such as Notepad). Locate the following lines:
; Directory in which the loadable extensions (modules) reside.
extension_dir = “./”
Change the last line to extension_dir = “c:\php\ext”
The next change involves locating and “uncommenting” the following line:
;extension=php_mysql.dll
Simply remove the semicolon at the beginning of the line to uncomment it.
You will also need to copy the file libmysql.dll from your c:\php directory into your
c:\windows\system32 or c:\winnt\system32 directory.
"
But i not dare to try this, Do any one have a proper solution