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

Error::Your PHP server doesn't have the MySQL module loaded or you can't use the mysql_(p)connect functions.

Community Beginner ,
Mar 25, 2008 Mar 25, 2008
I've just started using Dreamweaver and PHP and MySQL and i was following the article "Setting up a PHP development environment for Dreamweaver" and everything was going fine...just according to the writer, but in the end when i tried to connect the database in dreamweaver, it gave this error

"Your PHP server doesn't have the MySQL module loaded or you can't use the mysql_(p)connect functions."

ive tried to solve this problem by many ways but its not getting solved. kindly help me!!
TOPICS
Server side applications
2.8K
Translate
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 ,
Mar 26, 2008 Mar 26, 2008
Did you do the following from the tutorial?

Find the following line in the php.ini file:

;extension=php_mysql.dll

The semicolon (;) at the start of the line tells PHP to ignore the line.

Delete the semicolon at the start of the line to enable the extension.

extension=php_mysql.dll

Save and close the php.ini file.

In the PHP installation folder, locate the file called libmysql.dll and copy
it to the C:\Windows\system32 folder.

This file is required so that IIS can work with PHP 5 and MySQL.

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"AS9797" <webforumsuser@macromedia.com> wrote in message
news:fscgl4$c8m$1@forums.macromedia.com...
> I've just started using Dreamweaver and PHP and MySQL and i was following
> the
> article "Setting up a PHP development environment for Dreamweaver" and
> everything was going fine...just according to the writer, but in the end
> when i
> tried to connect the database in dreamweaver, it gave this error
>
> "Your PHP server doesn't have the MySQL module loaded or you can't use the
> mysql_(p)connect functions."
>
> ive tried to solve this problem by many ways but its not getting solved.
> kindly help me!!
>
>

Translate
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
Community Beginner ,
Mar 26, 2008 Mar 26, 2008
i've already done all these things....but the result is same!!
im stuck!!
Translate
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 ,
Mar 26, 2008 Mar 26, 2008
I really hate to ask this question, but did you install and setup MySQL too?

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"AS9797" <webforumsuser@macromedia.com> wrote in message
news:fsdpsj$pom$1@forums.macromedia.com...
> i've already done all these things....but the result is same!!
> im stuck!!

Translate
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
Community Beginner ,
Mar 26, 2008 Mar 26, 2008
i've installed MySQL already. Ive installed PHP5.2.5 for MySQL. put the dll in the system32 folder and tried all the possible things i read in most forums, but no success!!
and today i did all the installation again on my office pc, again followed each step in the tutorial "Setting up a PHP development environment for Dreamweaver" written by "Charles Nadeau" available on this adobe website... but i cant figure out whats wrong in it!!
Translate
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 ,
Mar 26, 2008 Mar 26, 2008
See if the last post in the following forum message helps:

http://www.interaktonline.com/Support/Forums/PHP-General-Forum/Details/19296/PHP+MySQL+errors.html?v...

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"AS9797" <webforumsuser@macromedia.com> wrote in message
news:fse51u$8ib$1@forums.macromedia.com...
> i've installed MySQL already. Ive installed PHP5.2.5 for MySQL. put the
> dll in
> the system32 folder and tried all the possible things i read in most
> forums,
> but no success!!
> and today i did all the installation again on my office pc, again followed
> each step in the tutorial "Setting up a PHP development environment for
> Dreamweaver" written by "Charles Nadeau" available on this adobe
> website... but
> i cant figure out whats wrong in it!!
>
>

Translate
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 ,
Mar 26, 2008 Mar 26, 2008
LATEST
AS9797 escreveu:
> i've installed MySQL already. Ive installed PHP5.2.5 for MySQL. put the dll in
> the system32 folder and tried all the possible things i read in most forums,
> but no success!!
> and today i did all the installation again on my office pc, again followed
> each step in the tutorial "Setting up a PHP development environment for
> Dreamweaver" written by "Charles Nadeau" available on this adobe website... but
> i cant figure out whats wrong in it!!
>
>
-------------
Useful, to install/reconfigure:
http://www.educar.pro.br/i_en/php/v5/
http://www.educar.pro.br/i_en/apache/v22/
http://www.educar.pro.br/i_en/mysql/v50/
-----
zerof
Translate
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