help getting mysql working.

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
dajohnson1s
Forum Newbie
Posts: 19
Joined: Sat Nov 15, 2008 12:44 pm

help getting mysql working.

Post by dajohnson1s »

Hello,

I am new to the forum and hope for a little help getting mysql configured. (Posted under general due to this not being a 'code' question).

I am wanting to build a development area for php and mysql, and am new to both so I am looking forward to getting this working.

I should probably mention I am wanting a VAMP (vista(x86) apache myslq php) development server.
Following http://www.devshed.com/c/a/Apache/Creat ... P-Setup/1/ I have been successful getting php working. (assumed).

I get the window that shows all the apache details and php is listed so I assume it is configured and working.

but I run into a snag getting the mysql items to show up in the phpinfo.php. I have uncommented to the extention for myslq in the php.ini page. Restarted several times. Still nothing.

I am probably over looking something very obvious, but I have messed with this for a few days now. I don't want to resort to iis.

Any help is much appreciated.
User avatar
novice4eva
Forum Contributor
Posts: 327
Joined: Thu Mar 29, 2007 3:48 am
Location: Nepal

Re: help getting mysql working.

Post by novice4eva »

viewtopic.php?f=2&t=88318
Maybe you didn't run the mysql service too!!
User avatar
novice4eva
Forum Contributor
Posts: 327
Joined: Thu Mar 29, 2007 3:48 am
Location: Nepal

Re: help getting mysql working.

Post by novice4eva »

Ohh you meant in phpinfo..... :banghead: sorry
User avatar
airy
Forum Newbie
Posts: 20
Joined: Fri Jul 11, 2008 2:53 am

Re: help getting mysql working.

Post by airy »

Reinstall your Mysql and try again.

make sure php_mysql.dll is loaded, and libmysql.dll MUST BE loaded firstly
Post Reply