» Quick Links
You can make money on these forums
We Share profits with you
Google
Google Adsense
Google Adwords
YPN
Yahoo
MSN Search
Web Directories
Web Hosting
Web Hosting Offers
Hosting News
Suggestions
Link Building
Domain Names
PHP Forums
MySQL Forums
» More Links
OSP News
Reseller Hosting
Shared Hosting
Dedicated Servers
Google Adsense
Search Engine Marketing
Link Development
Affiliate Marketing


» Advertising
Multiple DC PR Check

Free SEO Tools


Go Back   Webmaster Forums > Website Developement / Programming > MySQL Forums

MySQL Forums Share Your Ideas and Tips about MYSQL. Ask questions about MYSQL. Table Design and Much More...

Reply
 
Thread Tools Display Modes
  #1  
Old 08-15-2006, 08:05 AM
Ibraile Ibraile is offline
Junior Member
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Ibraile is on a distinguished road
Default mysql connection query!

hello there,
I'm trying to connect to mysql using mysql_connet(). The code I use is as follows:

<?php
$link = mysql_connect('localhost', 'root', '*****');
if (!$link) {
die('Could not connect: ' . mysql_error());
}
echo 'Connected successfully';
mysql_close($link);
?>

the error I get is:

Quote:
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10061) in c:\programfiler\apache group\Apache\htdocs\web\mysql.php on line 5
Could not connect: Can't connect to MySQL server on 'localhost' (10061)

while connecting to My SQL through windows command prompt with: mysql -h localhost root -p -- and then type the password it works. I can connect.

PHP is installed and running properly. As well as Apache.

I tried to disable my firewall, but it didn't have any effect. plz give some sug -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Revenue Sharing Ads ( ?):
  #2  
Old 08-15-2006, 08:07 AM
Yadira Yadira is offline
Senior Member
 
Join Date: Jul 2006
Posts: 183
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 18
Yadira is on a distinguished road
Default

Try net start mysql and net stop Mysql. they both work and give the reassuring message. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
connection speed query? imaan Web Hosting Industry 1 01-26-2007 07:02 AM
mysql query analyzer?? esther MySQL Forums 0 10-02-2006 07:14 AM
Ask PHP about mySQL existing connection? climax PHP Programming and Tips 2 08-17-2006 02:53 PM
Getting MySQL & PHP to communicate JCH MySQL Forums 0 05-29-2006 02:52 PM
set mysql connection limit for each account bryan Web Hosting Industry 1 03-29-2006 02:25 PM


All times are GMT. The time now is 12:30 PM.