Re: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Andy Shellam
> > The default installation of Windows Vista, Windows 7 and Windows Server 2008 > adds a line to the Windows/System32/drivers/etc/hosts which causes network > functions (database connect functions too, like mysql_connect) to timeout > when connecting to "localhost". To resolve this problem, r

Re: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Barry Stear
1 or another domain name. > > This behavior change is due to IPv6 being enabled by default in Vista or > other recent Windows version. > > > > > From: Barry Stear [mailto:bst...@gmail.com] > Sent: Wednesday, December 23, 2009 1:54 PM > To: Adam Sonzogni; PHP DB Posts >

RE: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Adam Sonzogni
gmail.com] Sent: Wednesday, December 23, 2009 1:54 PM To: Adam Sonzogni; PHP DB Posts Subject: Re: [PHP-DB] RE: Help for a beginner I apologize I do see that you tried using phpmyadmin and received the FastCGI error. This might help you : http://www.php.net/manual/en/install.windows.iis7.php . L

Re: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Barry Stear
gt; > > > > > *From:* Barry Stear [mailto:bst...@gmail.com] > *Sent:* Wednesday, December 23, 2009 12:04 PM > *To:* Adam Sonzogni > *Cc:* PHP DB Posts > > *Subject:* Re: [PHP-DB] RE: Help for a beginner > > > > Well I am not familiar with ASP. You migh

RE: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Adam Sonzogni
...@gmail.com] Sent: Wednesday, December 23, 2009 12:04 PM To: Adam Sonzogni Cc: PHP DB Posts Subject: Re: [PHP-DB] RE: Help for a beginner Well I am not familiar with ASP. You might want to check to make sure that you didn't make any typos in your mysql_test.php page. I would suggest seeing if yo

Re: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Barry Stear
est;User > Id=root;Password=youwish" > conn.open > Response.write("Connected") > conn.close > %> > > > > So line 4 is: conn.open > > > Thanks, > Adam > > -Original Message- > From: Barry Stear [mailto:bst...@gmail.c

RE: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Adam Sonzogni
sponse.write("Connected") conn.close %> So line 4 is: conn.open Thanks, Adam -Original Message- From: Barry Stear [mailto:bst...@gmail.com] Sent: Wednesday, December 23, 2009 11:28 AM To: PHP DB Posts Subject: Re: [PHP-DB] RE: Help for a beginner Adam, Wha

Re: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Barry Stear
ysql > When I browse to the phpmyadmin page I neter root and the root password for > mysql > > Thanks, > Adam > > -Original Message- > From: Giff Hammar [mailto:gham...@sv-phoenix.com] > Sent: Wednesday, December 23, 2009 10:41 AM > To: php-db@lists.php.net > Sub

RE: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Adam Sonzogni
root password for mysql Thanks, Adam -Original Message- From: Giff Hammar [mailto:gham...@sv-phoenix.com] Sent: Wednesday, December 23, 2009 10:41 AM To: php-db@lists.php.net Subject: Re: [PHP-DB] RE: Help for a beginner It looks like you are not connecting because of a user name/password

RE: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Adam Sonzogni
; php-db@lists.php.net Subject: Re: [PHP-DB] RE: Help for a beginner why dont u install the xampp On Wed, Dec 23, 2009 at 8:38 PM, Adam Sonzogni mailto:asonzo...@setfocus.com>> wrote: Mr. Brookhouse, Thanks for the quick reply. I am guessing it is not relevant to my case because I am not

Re: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Giff Hammar
It looks like you are not connecting because of a user name/password combination. Typically, Windows does not use root as a valid login as do most other operating systems. Try using your login information to see if you can connect to mySQL using the GUI. I suspect you'll succeed. The other option w

Re: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Chaitanya Yanamadala
why dont u install the xampp On Wed, Dec 23, 2009 at 8:38 PM, Adam Sonzogni wrote: > Mr. Brookhouse, > > Thanks for the quick reply. I am guessing it is not relevant to my case > because I am not using PERL. I cannot find anything that says PHP requires > PERL so I suspect Iam ok in this rega