• <tfoot id='okHtn'></tfoot>
  • <i id='okHtn'><tr id='okHtn'><dt id='okHtn'><q id='okHtn'><span id='okHtn'><b id='okHtn'><form id='okHtn'><ins id='okHtn'></ins><ul id='okHtn'></ul><sub id='okHtn'></sub></form><legend id='okHtn'></legend><bdo id='okHtn'><pre id='okHtn'><center id='okHtn'></center></pre></bdo></b><th id='okHtn'></th></span></q></dt></tr></i><div id='okHtn'><tfoot id='okHtn'></tfoot><dl id='okHtn'><fieldset id='okHtn'></fieldset></dl></div>

  • <small id='okHtn'></small><noframes id='okHtn'>

      <legend id='okHtn'><style id='okHtn'><dir id='okHtn'><q id='okHtn'></q></dir></style></legend>
        • <bdo id='okHtn'></bdo><ul id='okHtn'></ul>

        我该如何解决这个“警告:mysqli_connect():(HY000/104

        时间:2023-07-30

              <tfoot id='OyBht'></tfoot>
                <bdo id='OyBht'></bdo><ul id='OyBht'></ul>
                    <tbody id='OyBht'></tbody>
                  <i id='OyBht'><tr id='OyBht'><dt id='OyBht'><q id='OyBht'><span id='OyBht'><b id='OyBht'><form id='OyBht'><ins id='OyBht'></ins><ul id='OyBht'></ul><sub id='OyBht'></sub></form><legend id='OyBht'></legend><bdo id='OyBht'><pre id='OyBht'><center id='OyBht'></center></pre></bdo></b><th id='OyBht'></th></span></q></dt></tr></i><div id='OyBht'><tfoot id='OyBht'></tfoot><dl id='OyBht'><fieldset id='OyBht'></fieldset></dl></div>

                  <legend id='OyBht'><style id='OyBht'><dir id='OyBht'><q id='OyBht'></q></dir></style></legend>

                  <small id='OyBht'></small><noframes id='OyBht'>

                  本文介绍了我该如何解决这个“警告:mysqli_connect():(HY000/1049):未知数据库"?问题?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我下载了一个事件管理软件并安装了 wamp 服务器.一切都很好,但是当我尝试注册该网站时,它向我显示了这个

                  I downloaded an Event management software and install wamp server. Everything is fine but when I try to sign up into the website, it is showing me this

                  ( ! ) Warning: mysqli_connect(): (HY000/1049): Unknown database 'eventmanagmnt' in C:wamp64wwwEmspconnection.php on line 2
                  
                  Call Stack
                  #   Time    Memory  Function    Location
                  1   0.0507  403176  {main}( )   ...Login.php:0
                  2   0.1265  404264  include( 'C:wamp64wwwEmspconnection.php' )  ...Login.php:2
                  3   0.1266  404264  mysqli_connect ( )  ...connection.php:2
                  

                  推荐答案

                  WAMP 的新版本似乎同时安装了 MySQL 和 MariaDB.而当我通过phpMyAdmin登录时,我看到MySQL使用的是3308端口.

                  New versions of WAMP seems to install both MySQL and MariaDB. And when I logged in through the phpMyAdmin, I saw that the MySQL is using the port 3308.

                  因此,在我的 PHP 代码中,我没有仅使用 localhost 作为我的数据库主机名,而是像这样添加了端口:localhost:3308 并且它起作用了.

                  So in my PHP code, instead of using just localhost for my database hostname, I added the port to it like this: localhost:3308 and it worked.

                  $db = new mysqli('localhost:3308', 'root', 'password', 'db_name');
                  

                  这篇关于我该如何解决这个“警告:mysqli_connect():(HY000/1049):未知数据库"?问题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:使用 PHP 将日期转换为 SQL 中的 DATETIME 下一篇:为什么不推荐使用 PHP 的 mysql_ 函数?

                  相关文章

                  最新文章

                  <tfoot id='D4e6W'></tfoot>

                1. <i id='D4e6W'><tr id='D4e6W'><dt id='D4e6W'><q id='D4e6W'><span id='D4e6W'><b id='D4e6W'><form id='D4e6W'><ins id='D4e6W'></ins><ul id='D4e6W'></ul><sub id='D4e6W'></sub></form><legend id='D4e6W'></legend><bdo id='D4e6W'><pre id='D4e6W'><center id='D4e6W'></center></pre></bdo></b><th id='D4e6W'></th></span></q></dt></tr></i><div id='D4e6W'><tfoot id='D4e6W'></tfoot><dl id='D4e6W'><fieldset id='D4e6W'></fieldset></dl></div>

                        <bdo id='D4e6W'></bdo><ul id='D4e6W'></ul>
                    1. <legend id='D4e6W'><style id='D4e6W'><dir id='D4e6W'><q id='D4e6W'></q></dir></style></legend>
                    2. <small id='D4e6W'></small><noframes id='D4e6W'>