1 dgusa Jan 06, 2007 15:17
3 dgusa Jan 09, 2007 02:08
Ok, so I was able to find an solution to this on my own.
I had to copy the libmysql.dll and php_mysql.dll files to my win/system32 folder as well as the PHP/EXT folder.
Go figure!
4 edb Jan 09, 2007 12:43
Thanks for sharing. It's obvious there's not a lot of experience around here with running b2evolution locally, so you're now the expert on this topic :)
5 dgusa Jan 09, 2007 19:13
scary thought. 8|
6 cwarner Jan 10, 2007 22:02
I get the same problem on my linux box. I have modified the php.ini to include the extension=mysql.so and restarted httpd with no luck. I am running PHP on my stand-alone web-server and attemtting to access mysql on a seperate database server. My web server does not have mysql installed. I can log into the mysql server directly with no trouble.
I'm not sure if this is a mysql connection issue or a php issue.
Any ideas would be welcome.
Chris
I was hoping someone with some PHP experience might be able to shed some light on this. :'( I can get php pages to load on their own, and I can call MySql in other languages (C# and CF) on the same box, so I know it is just a configuration issue.