Install Mysql Module Php Windows 8

Instructions for installing MySQL / PHP on a Windows Server in preparation for running WordPress and other apps. Then click on Add Module Mapping under the. How do I install Apache with PHP support and the MySQL server on Windows without using any ready-to-use packages like WAMPServer or XAMPP? For PHP to work with MySQL, it is necessary to perform the following modifications to the Php.ini file: Confirm that the extension_dir points to the folder where all PHP loadable extensions are located, frequently in the Ext folder (for example, extension_dir='. After installing PHP and a web server on Windows, you will probably want to install some extensions for added functionality. You can choose which extensions you would like to load when PHP starts by modifying your php.ini. You can also load a module dynamically in your script using dl().

Active10 years, 11 months ago

I've updated php.ini and moved php_mysql.dll as explained in steps 6 and 8 here.

I get this error…

How to Install PHP on Windows Hopefully, you now have a working local installation of Apache on your Windows PC. In this article we will install PHP 5 as an Apache 2.2 module.

MySQL doesn't show up in my phpinfo; report.

I've updated the c:Windowsphp.ini file from

to

Result: no change.

Hp-eva keygen. I changed the php.ini value of extension_dir thusly:

Result: much more in the phpinfo; report, but MySQL still isn't working.

I copied the file libmysql.dll from folder C:php to folders C:WindowsSystem32 and C:Windows

Result: no change.

I stopped and restarted IIS.

Result: new, different errors instead!

I found several .php files in the website where I had to set variables:

Result: The site works!

Community
Zack PetersonZack Peterson
31.9k76 gold badges196 silver badges278 bronze badges

4 Answers

As the others say these two values in php.ini are crucial.

I have the following in my php.ini: note the trailing slash - not sure if it is needed - but it does work.

Also it is worth ensuring that you only have one copy of php.ini on your machine - I've had problems with this where I've been editting a php.ini file which php isn't using and getting very frustrated until I realised.

Also if php is running as a module within apache you will need to restart the apache server to pickup the changes. Wise to do this in anycase if you're not sure.

a 'php -m' from the cmd prompt will show you the modules that are loaded from the ini file.

Richard HarrisonRichard Harrison
17.9k3 gold badges34 silver badges63 bronze badges

In the php.ini file, check if the extention path configuration is valid.

vIceBergvIceBerg
2,6045 gold badges34 silver badges51 bronze badges

You will need to enable the extension=php_mysql.dll option in the php.ini as well. Also, make sure that the file is in the extension_dir you set.

You can read more about it at:

Harrison FiskHarrison Fisk
6,3803 gold badges20 silver badges14 bronze badges

Php Windows Apache

On a completely different note, might I suggest WampServer? It should get you up and running with a Apache/PHP/MySQL install in no time.

You could even compare the WampServer config files with your own to see where you originally went wrong.

leekleek

Install Mysql On Windows

7,3557 gold badges38 silver badges59 bronze badges

Not the answer you're looking for? Browse other questions tagged phpmysqlwindows or ask your own question.

Active11 months ago

Php

I am having trouble installing a home personal LAMP development server in Windows 8.1.

I tried to manually install Apache, MySQL, and PHP on Windows 8.1. It appears that both Apache and MySQL installed correctly because I can do 'select databases' in MySQL, and localhost said something to the effect of 'If you are seeing this message it means Apache installed correctly'.

This product detection tool installs software on your Microsoft Windows device that allows HP to detect and gather data about your HP and Compaq products to provide quick access to support information and solutions. Hp kb-0316 usb. Examples: 'LaserJet Pro P1102 paper jam', 'EliteBook 840 G3 bios update' Need help finding your product name or product number?

When I try to start the Apache2 service it says:

The requested operation has failed.

But, the service started after I installed it just fine. Only after a reboot did it start giving me this error and refusing to start.

I wonder why this so troublesome? I followed the instructions perfectly but it didn't give me the results that I was told to expect.

OPERATING SYSTEM:

Windows 8.1 64-bit

APACHE SERVER:

httpd-2.0.65-win32-x86-openssl-0.9.8y.msi

MYSQL SERVER:

Windows

mysql-installer-community-5.6.19.0.msi

PHP for Windows:

php-5.3.28-Win32-VC9-x86.msi VC9 x86 Thread Safe (2013-Dec-12 01:59:01)

  • IIS is not installed on this machine.

  • Firewall is disabled as 3dmasters recommends

  • I'm not an Apache expert, which is why on a previous system I used WAMP, but I remember when I installed it in 2009, even with a turnkey 'package' that was supposed to eliminate problems, I still had problems of compatibility and configuration after the install. I eventually had success with WAMP and used it for learning PHP.

  • I am aware that there are pre-made packages like XAMPP and WAMP, but I don't want to use them this time, unless somebody can tell me unequivocally that there is absolutely no way even a seasoned programmer/computer specialist/network administrator can manually install Apache/MySQL/PHP on Windows 8.1.

  • In 3dmasters' tutorial video he is using VirtualBox and the no-ssl version of Apache. Again, his tutorial seems great and perhaps others were able to get up and running the first time with his instructions. However, I followed his instructions fairly close and it didn't work for me. It may be useful to note that Both of the sources (the most recent I could find) I used for the install were published last summer (2013). In McMillian's article, he summarizes the various concurrent problems that may be causing the 'The requested operation has failed' error:

'The problem seems to by [sic] that there are numerous versions of Apache and PHP. Most combinations of them are incompatible with each other. Support does not seem to have been kept remotely up to date and the documentation is terrible. Vital information is missing and in places it seems to be inaccurate. This paper describes what worked mid 2013.'

Thus, there were conflicts that at least one person knew about and was able to articulate and write about it. Yet I have found no other resources that address this in a step-by-step 'this is what you should do, and this is why' along with, 'don't do this because' manner. The closest admonishment of that sort was to make sure you are installing 'thread safe' versions of the software, which I am.

Installing Apache 2.2.22, Php 5.3.26 and Mysql 5.6.12 Microsoft
Publisher: 3dmasters
Published: Jun 28, 2013
https://www.youtube.com/watch?v=UKbEzmMliNM

Installing Apache and PHP on Windows
Author: John McMillan
Published: July 25, 2013
http://johnrmcmillan.wordpress.com/2013/07/25/installing-apache-and-php-on-windows./

halfer
15.3k7 gold badges63 silver badges128 bronze badges
Eric Hepperle - CodeSlayer2010Eric Hepperle - CodeSlayer2010
1,5326 gold badges25 silver badges37 bronze badges

closed as off-topic by nl-x, Zong, andrewsi, Ryan Haining, Reto KoradiJun 7 '14 at 4:37

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • 'Questions on professional server- or networking-related infrastructure administration are off-topic for Stack Overflow unless they directly involve programming or programming tools. You may be able to get help on Server Fault.' – nl-x, Zong, andrewsi, Ryan Haining, Reto Koradi

Apache Windows

If this question can be reworded to fit the rules in the help center, please edit the question.

2 Answers

You are using an Apache 2.0 VC6 build with a PHP 5.3 VC9 build. Those builds have to at least match; you can't have Apache VC6 load a PHP VC9 module/extension. And I'm not even sure if Apache 2.0 can load PHP5 above 5.2 at all.

Is there a reason for these older versions?

But, the service started after I installed it just fine. Only after a reboot did it start giving me this error and refusing to start

Open the command line in Admin mode (right click cmd.exe, select Run as admin) and execute:

It will output the problem.

Canon canoscan fb630p drivers. For certain products, a driver is necessary to enable the connection between your product and a computer. On this tab, you will find the applicable drivers for your product or in the absence of any drivers, an explanation of your product's compatibility with each operating system. Disclaimer canon u.s.a.,inc. Makes no guarantees of any kind with regard to any programs, files, drivers or any other materials contained on or downloaded from this, or any other, canon software site. Canon CanoScan FB630P Driver Download – The Canon CanoScan FB630P Colour Impression Scanner is really a compact scanner that provides advanced functions and affordability. The “Send to Cloud” operation, as an example, allows you upload photographs. How to Install Canon CanoScan FB630P Driver. Check out Canon CanoScan FB630P driver that is work with your Operating system down the page, then click “Download”. Search for your Canon CanoScan FB630P driver on the personal pc, afterward double click on it. Wait until the installation process of Canon CanoScan FB630P driver done after that your Canon CanoScan FB630P printer is ready to use.

If it says something about not being able to bind to port 80, check for the Services outlined in this guide:

unless somebody can tell me unequivocally that there is absolutely no way even a seasoned programmer/computer specialist/network administrator can manually install Apache/MySQL/PHP on Windows 8.1

This tool will detect HP PCs and HP printers. Cogo software for hp 50g calculator.

It will take at least a few days to a few weeks if you really want to get it working fully, and correct for all edge-cases. Otherwise you should check out Xampp, WampServer, WampDeveloper Pro (not free), EasyPHP.

Install Mysql Module Php Windows 8.1

rightstuffrightstuff

You shouldn't use the binaries from apache.org with the latest PHP builds. They use different CRT, furthermore - apache.org still uses VC6 and that is legacy. You can fetch a newer apache build from http://www.apachelounge.com/ and the corresponding PHP from http://windows.php.net/ . Be sure that the builds use the same CRT.

Anatol BelskiAnatol Belski

Not the answer you're looking for? Browse other questions tagged phpmysqlwindowsapachewamp or ask your own question.