[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: php not connecting to mysql on my sarge system



Hi,
I´m not from this discussion list but I have passed by the same problem, and the solution was so simple here.
 
I don´t know if this is the right way, but ir worked with me.
 
I simple edit my /etc/php4/apache/php.ini
 
find a line with mysql.so and remove the ;(comment char) in the beginning of the line.
 
; ... or under UNIX:
;
;   extension=msql.so
;
; Note that it should be the name of the module only; no directory information
; needs to go here.  Specify the location of the extension with the
; extension_dir directive above.
 
; Example lines:
 
extension=mysql.so
;extension=gd.so
 

and than I restart my apache, and everything was going on.
 
I hope it should help you
 
see u
 
Carlos E. Langoni
Brazilian Debian User
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.3.0 - Release Date: 21/2/2005

Reply to: