How to upgrade MySQL without breaking PHP/Apache?

2001-06-11 Thread Whit Blauvelt
Trying to upgrade from 3.23.27 to 3.23.38 via rpm. The problem is then Apache/PHP cannot connect to the database (using the mysql routines internal to PHP), so I'm left having to --force --nodeps a downgrade to keep the system up. Now, PHP can be compiled to use the current MySQL libraries, but

Re: How to upgrade MySQL without breaking PHP/Apache?

2001-06-11 Thread Joe Stump
You should be able to change your mysql.sock in your my.cnf or php.ini file and it will work. I'm thinking that it's a sock error you are getting. --Joe On Mon, Jun 11, 2001 at 09:43:56PM -0500, Whit Blauvelt wrote: Trying to upgrade from 3.23.27 to 3.23.38 via rpm. The problem is then