Re: Need help in locating configuration file

2005-05-18 Thread Gleb Paharenko
Hello. > in this,is mysql_config file is same as my.ini and On Unix mysql_config reports various settings that may be needed when using the MySQL client library. Read in the PHP documentation how to install extensions for Windows binaries of PHP. madderla sreedhar <[EMAIL PRO

Re: Need help in locating configuration file

2005-05-17 Thread David Logan
http://dev.mysql.com/doc/mysql/en/mysql-config.html&e=9888 If you have questions, try http://dev.mysql.com/doc/mysql/en/index.html first as you will often find the answer there. BTW this manual is for the latest version that you are using. > Hi, > Iam using Mysql5.04 > What does it mean, > > "To

Need help in locating configuration file

2005-05-17 Thread madderla sreedhar
Hi, Iam using Mysql5.04 What does it mean, "To install the mysqli extension for PHP, use the --with-mysqli=mysql_config_path/mysql_config configuration option where mysql_config_path represents the location of the mysql_config program that comes with MySQL versions greater than 4.1." in this,is