Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Problems connecting to a MySQL database

New Here ,
Sep 19, 2006 Sep 19, 2006

Copy link to clipboard

Copied

Hi everyone out there!

I'm new at PHP/MySQL and I'm trying to create my first connection to a MySQL database in Dreamweaver MX.
I have installed and tested PHP and MySQL in my computer and everything seems to work fine. When I try to create my first connection ( APLICATION/DATABASES ) in the window I specify localhost as my web server, and root as my user name, then I also provide my password and database. When I click test I get the following message.
2003 Can't connect to MySQL on server 'localhost' (10061)

Can anyone tell me what is wrong or how to fix it?
TOPICS
Server side applications

Views

187
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 19, 2006 Sep 19, 2006

Copy link to clipboard

Copied

LATEST
Ic12 wrote:
> 2003 Can't connect to MySQL on server 'localhost' (10061)

Error 2003 normally means that the MySQL server isn't running.

--
David Powers
Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
http://foundationphp.com/

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines