dpge74512 2014-10-26 20:26
浏览 84
已采纳

如何找到PHPMyAdmin数据库的正确详细信息?

I have created a MySQL database within phpmyadmin on http://www.hosting24.com/ but I am unsure where to find my details in order to correctly link my Android Application to it using PHP scripts.

I.e I do not know these details, and want to know where I could find them?

$mysql_host = "";
$mysql_database = "";
$mysql_user = "";
$mysql_password = "";
  • 写回答

2条回答 默认 最新

  • doukuangxiu1621 2014-10-26 20:47
    关注

    After clicking on your database in phpMyAdmin, you may (or may not) see a "Privileges" tab where you can add users.

    phpmyadmin

    If not, go to the "MySQL Databases" page in hosting24's cPanel site and you'll see the relevant option at the bottom.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?