Page Number: Page 1 of 1
Actual Results
- fullfocus
- Forum: Programming / Scripting / Coding Forum
- Topic: TUTORIAL: How to install PHP and MySQL on IIS
- Subject: TUTORIAL: How to install PHP and MySQL on IIS
- Replies: 141
- Views: 119754
Posted: April 15th, 2006, 6:44 am
The line for the ext directory was copied exactly from my php.ini file. So, the line should read like that. At this point and I know your frustration, I did this install three times before I got it to work. I deleted and uninstalled everything and started from scratch. One thing that should be done ...
- fullfocus
- Forum: Programming / Scripting / Coding Forum
- Topic: TUTORIAL: How to install PHP and MySQL on IIS
- Subject: TUTORIAL: How to install PHP and MySQL on IIS
- Replies: 141
- Views: 119754
Posted: April 15th, 2006, 5:53 am
Yes.
In C:\PHP, create the following directory: ext
Copy all those files into C:\PHP\ext.
These are the extensions that are needed.
Here is what your php.ini file should have:
extension_dir = "C:/PHP/ext"
extension=php_mysql.dll (no semi colon)
In C:\PHP, create the following directory: ext
Copy all those files into C:\PHP\ext.
These are the extensions that are needed.
Here is what your php.ini file should have:
extension_dir = "C:/PHP/ext"
extension=php_mysql.dll (no semi colon)
- fullfocus
- Forum: Programming / Scripting / Coding Forum
- Topic: TUTORIAL: How to install PHP and MySQL on IIS
- Subject: TUTORIAL: How to install PHP and MySQL on IIS
- Replies: 141
- Views: 119754
Posted: April 15th, 2006, 5:32 am
When you run the installer, which is the second file you download, it will prompt you for a directory. The default is C:\PHP - leave it at that. All the files should be placed in their appropriate spots.
- fullfocus
- Forum: Programming / Scripting / Coding Forum
- Topic: TUTORIAL: How to install PHP and MySQL on IIS
- Subject: TUTORIAL: How to install PHP and MySQL on IIS
- Replies: 141
- Views: 119754
Posted: April 15th, 2006, 5:21 am
The "ext" directory was created during the PHP install. At least it did with my install. Don't forget you need to download 2 files to install PHP. PHP 5.1.1 zip package PHP 5.1.1 installer Here's the download URL: http://www.php.net/downloads.php The files are sitting under...
- fullfocus
- Forum: Programming / Scripting / Coding Forum
- Topic: TUTORIAL: How to install PHP and MySQL on IIS
- Subject: TUTORIAL: How to install PHP and MySQL on IIS
- Replies: 141
- Views: 119754
Posted: April 15th, 2006, 2:28 am
Hi, I never had a message regarding index.php. I guess one of the changes you made to fix the original problem caused this one. I would do the installation again. Is the index.php in the main phpMyAdmin directory under wwwroot? Also, make sure that you have a config.inc.php in the same directory as ...
- fullfocus
- Forum: Programming / Scripting / Coding Forum
- Topic: TUTORIAL: How to install PHP and MySQL on IIS
- Subject: TUTORIAL: How to install PHP and MySQL on IIS
- Replies: 141
- Views: 119754
Posted: April 10th, 2006, 6:54 am
Hi,
The solution actually came for the documentation that came with phpMyAdmin. I tried the setup.php as suggested but all I got was the file being opened in Dreamweaver. So, I disregarded that idea.
Thanks again for the help.
The solution actually came for the documentation that came with phpMyAdmin. I tried the setup.php as suggested but all I got was the file being opened in Dreamweaver. So, I disregarded that idea.
Thanks again for the help.
- fullfocus
- Forum: Programming / Scripting / Coding Forum
- Topic: TUTORIAL: How to install PHP and MySQL on IIS
- Subject: TUTORIAL: How to install PHP and MySQL on IIS
- Replies: 141
- Views: 119754
Posted: April 9th, 2006, 6:51 am
Hello: Thank you for the reply. I thought it was strange as well. I finally got it to work. Apparently, I needed to create a config.inc.php file in my main phpMyAdmin directory. Copy the contents of config.default.php into this file. Then, make changes in the config.inc.php file to: host, user, pass...
- fullfocus
- Forum: Programming / Scripting / Coding Forum
- Topic: TUTORIAL: How to install PHP and MySQL on IIS
- Subject: TUTORIAL: How to install PHP and MySQL on IIS
- Replies: 141
- Views: 119754
Posted: April 9th, 2006, 4:23 am
Hi,
Thank you for the reply. I clicked on the link you gave me and scrolled down the screen and there weren't any replies. All I get is a button to View Solution and in order to view the solution I have to subscribe.
Is there any other way I can check out the solution?
Thanks.
Thank you for the reply. I clicked on the link you gave me and scrolled down the screen and there weren't any replies. All I get is a button to View Solution and in order to view the solution I have to subscribe.
Is there any other way I can check out the solution?
Thanks.
- fullfocus
- Forum: Programming / Scripting / Coding Forum
- Topic: TUTORIAL: How to install PHP and MySQL on IIS
- Subject: TUTORIAL: How to install PHP and MySQL on IIS
- Replies: 141
- Views: 119754
Posted: April 8th, 2006, 4:13 pm
Hello: I followed theinstructions on installing PHP and MySQL written in this post. I have run into a problem installing phpMyAdmin. When I go to my browser and type: http://localhost/phpMyAdmin/index.php, I receive the following error message: Cannot load <a href="http://php.net/mysql"...

