Re: [PHP-WIN] MySQL Problem

2005-09-19 Thread Armando
Try dropping the libmysql.dll file in your windows/system32 directory. Or add the PHP directory to your PATH environment variable. Cheers. Armando Mikey wrote: Vincent Kruger wrote: My php 5.0.5 doesn't want to load the mysql module and the libmysql file is in the root directory of php I jus

Re: [PHP-WIN] MySQL Problem

2005-09-19 Thread Mikey
Vincent Kruger wrote: My php 5.0.5 doesn't want to load the mysql module and the libmysql file is in the root directory of php I just can't seem to get it working. I've also upgraded to mysql 4.1.12 but that’s working fine. Please help. Have you enabled it in the extensions section of the

Re: [PHP-WIN] MySQL problem

2001-05-02 Thread Giro De Roover
If you are using mysql shareware version, open amsprompt window and type cd c:\mysql\bin and enter then type mysqld~2.exe enter, then start mysql by doing mysql.exe. Otherwise type dir in mysql\bin and look out what version of mysqld you have the regulat one (mysqld) or opt. good luck Giro "Ch

RE: [PHP-WIN] MySQL problem

2001-04-15 Thread Svensson, B.A.T.
o:[EMAIL PROTECTED]] >Sent: Sunday, April 15, 2001 1:54 PM >To: [EMAIL PROTECTED] >Subject: Re: [PHP-WIN] MySQL problem > > >Thanks for the reply. > >I went to mysql bin directory and typed mysql.exe, I get an error message >"Error 2003: Can't connect to MySQ

Re: [PHP-WIN] MySQL problem

2001-04-15 Thread Patrick
"Chris" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thanks for the reply. > > I went to mysql bin directory and typed mysql.exe, I get an error > message > "Error 2003: Can't connect to MySQL server on 'localhost' (10061)" > > What's the problem? Please adv

Re: [PHP-WIN] MySQL problem

2001-04-15 Thread Plutarck
Press Ctrl+Alt+Delete once, and see if you see any running programs such as "Mysqld-opt" or something to that effect. If not, I don't think MySQL is running on your system. Go back into your mysql directory and execute the file mysqld.exe I believe that should start MySQL. Then try connecting

Re: [PHP-WIN] MySQL problem

2001-04-15 Thread Chris
Thanks for the reply. I went to mysql bin directory and typed mysql.exe, I get an error message "Error 2003: Can't connect to MySQL server on 'localhost' (10061)" What's the problem? Please advise. I am running Win98SE with Apache. Plutarck wrote: > > Try going into your mysql bin directory

Re: [PHP-WIN] MySQL problem

2001-04-15 Thread Plutarck
Try going into your mysql bin directory, then type: mysql.exe Then try using connect, or just doing your query. If that doesn't work, ensure MySQL is running. If that doesn't work...then there is some other problem. -- Plutarck Should be working on something... ...but forgot what it was. "C