The mysqli extension is missing. Please check your PHP configuration , even though file is available in...












0















I have followed all the steps mention in https://www.wikihow.com/Install-phpMyAdmin-on-Your-Windows-PC and checked file paths and those are correct.



Even after that I am getting an error "The mysqli extension is missing. Please check your PHP configuration"



I have verified my extensions are uncommented and correct paths has been giving.



Here is the lines which I have added in httpd.conf



LoadModule php7_module "C:/Program Files (x86)/php/php7apache2_4.dll"
AddHandler application/x-httpd-php .php
PHPIniDir "C:/Program Files (x86)/php/"


And here is my php.ini file.



 extension=C:/Program Files (x86)/php/ext/php_curl.dll
extension=C:/Program Files (x86)/php/ext/php_gd2.dll
extension=C:/Program Files (x86)/php/ext/php_intl.dll
extension=C:/Program Files (x86)/php/ext/php_mbstring.dll
extension=C:/Program Files (x86)/php/ext/php_mysqli.dll
extension=C:/Program Files (x86)/php/ext/php_openssl.dll
extension=C:/Program Files (x86)/php/ext/php_soap.dll
extension=C:/Program Files (x86)/php/ext/php_xmlrpc.dll


Thanks in advance










share|improve this question



























    0















    I have followed all the steps mention in https://www.wikihow.com/Install-phpMyAdmin-on-Your-Windows-PC and checked file paths and those are correct.



    Even after that I am getting an error "The mysqli extension is missing. Please check your PHP configuration"



    I have verified my extensions are uncommented and correct paths has been giving.



    Here is the lines which I have added in httpd.conf



    LoadModule php7_module "C:/Program Files (x86)/php/php7apache2_4.dll"
    AddHandler application/x-httpd-php .php
    PHPIniDir "C:/Program Files (x86)/php/"


    And here is my php.ini file.



     extension=C:/Program Files (x86)/php/ext/php_curl.dll
    extension=C:/Program Files (x86)/php/ext/php_gd2.dll
    extension=C:/Program Files (x86)/php/ext/php_intl.dll
    extension=C:/Program Files (x86)/php/ext/php_mbstring.dll
    extension=C:/Program Files (x86)/php/ext/php_mysqli.dll
    extension=C:/Program Files (x86)/php/ext/php_openssl.dll
    extension=C:/Program Files (x86)/php/ext/php_soap.dll
    extension=C:/Program Files (x86)/php/ext/php_xmlrpc.dll


    Thanks in advance










    share|improve this question

























      0












      0








      0








      I have followed all the steps mention in https://www.wikihow.com/Install-phpMyAdmin-on-Your-Windows-PC and checked file paths and those are correct.



      Even after that I am getting an error "The mysqli extension is missing. Please check your PHP configuration"



      I have verified my extensions are uncommented and correct paths has been giving.



      Here is the lines which I have added in httpd.conf



      LoadModule php7_module "C:/Program Files (x86)/php/php7apache2_4.dll"
      AddHandler application/x-httpd-php .php
      PHPIniDir "C:/Program Files (x86)/php/"


      And here is my php.ini file.



       extension=C:/Program Files (x86)/php/ext/php_curl.dll
      extension=C:/Program Files (x86)/php/ext/php_gd2.dll
      extension=C:/Program Files (x86)/php/ext/php_intl.dll
      extension=C:/Program Files (x86)/php/ext/php_mbstring.dll
      extension=C:/Program Files (x86)/php/ext/php_mysqli.dll
      extension=C:/Program Files (x86)/php/ext/php_openssl.dll
      extension=C:/Program Files (x86)/php/ext/php_soap.dll
      extension=C:/Program Files (x86)/php/ext/php_xmlrpc.dll


      Thanks in advance










      share|improve this question














      I have followed all the steps mention in https://www.wikihow.com/Install-phpMyAdmin-on-Your-Windows-PC and checked file paths and those are correct.



      Even after that I am getting an error "The mysqli extension is missing. Please check your PHP configuration"



      I have verified my extensions are uncommented and correct paths has been giving.



      Here is the lines which I have added in httpd.conf



      LoadModule php7_module "C:/Program Files (x86)/php/php7apache2_4.dll"
      AddHandler application/x-httpd-php .php
      PHPIniDir "C:/Program Files (x86)/php/"


      And here is my php.ini file.



       extension=C:/Program Files (x86)/php/ext/php_curl.dll
      extension=C:/Program Files (x86)/php/ext/php_gd2.dll
      extension=C:/Program Files (x86)/php/ext/php_intl.dll
      extension=C:/Program Files (x86)/php/ext/php_mbstring.dll
      extension=C:/Program Files (x86)/php/ext/php_mysqli.dll
      extension=C:/Program Files (x86)/php/ext/php_openssl.dll
      extension=C:/Program Files (x86)/php/ext/php_soap.dll
      extension=C:/Program Files (x86)/php/ext/php_xmlrpc.dll


      Thanks in advance







      apache mysqli phpmyadmin mysql-workbench adsapi-php.ini






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 13 '18 at 18:51









      user3790198user3790198

      116




      116
























          1 Answer
          1






          active

          oldest

          votes


















          0














          In your php.ini file set the extension_dir to C:/Program Files (x86)/php/ext then change the extension values to simply the name of the extension.



          extension_dir = "C:/Program Files (x86)/php/ext"

          extension=php_curl.dll
          extension=php_gd2.dll
          extension=php_intl.dll
          extension=php_mbstring.dll
          extension=php_mysqli.dll
          extension=php_openssl.dll
          extension=php_soap.dll
          extension=php_xmlrpc.dll





          share|improve this answer
























          • Not working. I am getting this error only when I am using apache servers , but when I am using Wamp it is working fine

            – user3790198
            Nov 13 '18 at 19:43











          • The WAMP package includes Apache so your response doesn't make a lot of sense. Do you have multiple versions of Apache and/or PHP installed?

            – Dave
            Nov 13 '18 at 20:09











          • Point noted but not aware why it works with WAMP and not with apache stand alone server. Again tried with Apache server and still getting same error.

            – user3790198
            Nov 17 '18 at 5:38













          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53287714%2fthe-mysqli-extension-is-missing-please-check-your-php-configuration-even-thou%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          In your php.ini file set the extension_dir to C:/Program Files (x86)/php/ext then change the extension values to simply the name of the extension.



          extension_dir = "C:/Program Files (x86)/php/ext"

          extension=php_curl.dll
          extension=php_gd2.dll
          extension=php_intl.dll
          extension=php_mbstring.dll
          extension=php_mysqli.dll
          extension=php_openssl.dll
          extension=php_soap.dll
          extension=php_xmlrpc.dll





          share|improve this answer
























          • Not working. I am getting this error only when I am using apache servers , but when I am using Wamp it is working fine

            – user3790198
            Nov 13 '18 at 19:43











          • The WAMP package includes Apache so your response doesn't make a lot of sense. Do you have multiple versions of Apache and/or PHP installed?

            – Dave
            Nov 13 '18 at 20:09











          • Point noted but not aware why it works with WAMP and not with apache stand alone server. Again tried with Apache server and still getting same error.

            – user3790198
            Nov 17 '18 at 5:38


















          0














          In your php.ini file set the extension_dir to C:/Program Files (x86)/php/ext then change the extension values to simply the name of the extension.



          extension_dir = "C:/Program Files (x86)/php/ext"

          extension=php_curl.dll
          extension=php_gd2.dll
          extension=php_intl.dll
          extension=php_mbstring.dll
          extension=php_mysqli.dll
          extension=php_openssl.dll
          extension=php_soap.dll
          extension=php_xmlrpc.dll





          share|improve this answer
























          • Not working. I am getting this error only when I am using apache servers , but when I am using Wamp it is working fine

            – user3790198
            Nov 13 '18 at 19:43











          • The WAMP package includes Apache so your response doesn't make a lot of sense. Do you have multiple versions of Apache and/or PHP installed?

            – Dave
            Nov 13 '18 at 20:09











          • Point noted but not aware why it works with WAMP and not with apache stand alone server. Again tried with Apache server and still getting same error.

            – user3790198
            Nov 17 '18 at 5:38
















          0












          0








          0







          In your php.ini file set the extension_dir to C:/Program Files (x86)/php/ext then change the extension values to simply the name of the extension.



          extension_dir = "C:/Program Files (x86)/php/ext"

          extension=php_curl.dll
          extension=php_gd2.dll
          extension=php_intl.dll
          extension=php_mbstring.dll
          extension=php_mysqli.dll
          extension=php_openssl.dll
          extension=php_soap.dll
          extension=php_xmlrpc.dll





          share|improve this answer













          In your php.ini file set the extension_dir to C:/Program Files (x86)/php/ext then change the extension values to simply the name of the extension.



          extension_dir = "C:/Program Files (x86)/php/ext"

          extension=php_curl.dll
          extension=php_gd2.dll
          extension=php_intl.dll
          extension=php_mbstring.dll
          extension=php_mysqli.dll
          extension=php_openssl.dll
          extension=php_soap.dll
          extension=php_xmlrpc.dll






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 13 '18 at 19:37









          DaveDave

          2,24651625




          2,24651625













          • Not working. I am getting this error only when I am using apache servers , but when I am using Wamp it is working fine

            – user3790198
            Nov 13 '18 at 19:43











          • The WAMP package includes Apache so your response doesn't make a lot of sense. Do you have multiple versions of Apache and/or PHP installed?

            – Dave
            Nov 13 '18 at 20:09











          • Point noted but not aware why it works with WAMP and not with apache stand alone server. Again tried with Apache server and still getting same error.

            – user3790198
            Nov 17 '18 at 5:38





















          • Not working. I am getting this error only when I am using apache servers , but when I am using Wamp it is working fine

            – user3790198
            Nov 13 '18 at 19:43











          • The WAMP package includes Apache so your response doesn't make a lot of sense. Do you have multiple versions of Apache and/or PHP installed?

            – Dave
            Nov 13 '18 at 20:09











          • Point noted but not aware why it works with WAMP and not with apache stand alone server. Again tried with Apache server and still getting same error.

            – user3790198
            Nov 17 '18 at 5:38



















          Not working. I am getting this error only when I am using apache servers , but when I am using Wamp it is working fine

          – user3790198
          Nov 13 '18 at 19:43





          Not working. I am getting this error only when I am using apache servers , but when I am using Wamp it is working fine

          – user3790198
          Nov 13 '18 at 19:43













          The WAMP package includes Apache so your response doesn't make a lot of sense. Do you have multiple versions of Apache and/or PHP installed?

          – Dave
          Nov 13 '18 at 20:09





          The WAMP package includes Apache so your response doesn't make a lot of sense. Do you have multiple versions of Apache and/or PHP installed?

          – Dave
          Nov 13 '18 at 20:09













          Point noted but not aware why it works with WAMP and not with apache stand alone server. Again tried with Apache server and still getting same error.

          – user3790198
          Nov 17 '18 at 5:38







          Point noted but not aware why it works with WAMP and not with apache stand alone server. Again tried with Apache server and still getting same error.

          – user3790198
          Nov 17 '18 at 5:38




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53287714%2fthe-mysqli-extension-is-missing-please-check-your-php-configuration-even-thou%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Full-time equivalent

          Bicuculline

          さくらももこ