What's the login for phpMyAdmin?

后端 未结 3 835
半阙折子戏
半阙折子戏 2020-12-31 08:15

I downloaded the most recent version of XAMPP (v.1.7.7) and decided start a database. When I opened phpMyAdmin, it alerts me there is a new version of phpMyAdmin available.

3条回答
  •  有刺的猬
    2020-12-31 08:40

    In new versions note that you have to change your code to like this:

    mysqli_connect($mysql_hostname, $mysql_username, $mysql_password, $mysql_dbname);
    

    And for more look to this:
    Fatal error: Uncaught Error: Call to undefined function mysql_connect()

提交回复
热议问题