This is a discussion on MySQL is driving me nuts! within the Windows Web Servers forums, part of the Web Server and Related Forums category; Whatever I have, its not loading MySQL by default like it should. It keeps saying PHP Startup: Unable to load ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Whatever I have, its not loading MySQL by default like it should. It
keeps saying PHP Startup: Unable to load dynamic library 'C:\php\ext\php_mysql.dll' - The specified module could not be found. This is because I enabled the extension in the php.ini. It doesn't load mysql if I dont do that. I changed the directory to look for it there, and it is there, but for some reason php doesnt see it.... why? |
|
|||
|
<undrgrnd59@gmail.com> wrote in message
news:1109797937.718699.41530@g14g2000cwa.googlegro ups.com... > Well I know how to fix the path but in a different sense I don't lol. > First thing I did was search for the php_mysql.dll and I found it and > put it in various directorys, included the php folder. Then I changed > the path so that its pointing at the ext folder, but when I restart > apache I get the error saying its not there, although it is in that > exact directory. How exactly did you change the path? |
|
|||
|
In the php.ini the its the line extension_dir. Mine is set at
extension_dir "C:\php\ext\" I've made it lowercase and uppercase, I've switched around the /'s, and before this started I jsut copied the php_mysql.dll to the php folder which this line was originally set at, and I got nothing. I think satins at work with my computer =( |
|
|||
|
<undrgrnd59@gmail.com> wrote in message
news:1109998393.987653.237200@o13g2000cwo.googlegr oups.com... > In the php.ini the its the line extension_dir. Mine is set at > > extension_dir "C:\php\ext\" > > I've made it lowercase and uppercase, I've switched around the /'s, and > before this started I jsut copied the php_mysql.dll to the php folder > which this line was originally set at, and I got nothing. I think > satins at work with my computer =( I think you need to change your OS path variable. Which version of windows are you using? Alternately, you can try copying the file into the Windows or WINNT directory... |
|
|||
|
|