gpt4 book ai didi

php - 如何在android中使用MySql服务器(在桌面上下载)?

转载 作者:行者123 更新时间:2023-11-29 15:58:21 25 4
gpt4 key购买 nike

我想在 Android 应用程序中使用 MySQL 服务器中的数据库

我在我的电脑上下载了 MySQL Server,它使用默认端口 3306。我需要能够将数据从数据库检索到我的 Android 应用程序中。我下载了 XAMPP for PHP 并收到两个程序无法使用同一端口的错误,因此我在每个文件(php.ini 和 MySQL 配置)中将端口更改为 3307。最后,MySQL 服务器正在启动,但现在当我打开 PHPMyAdmin 时,出现这些错误。

除了使用 XAMPP 之外还有其他方法吗?或者我应该卸载 MySQL 服务器并使用默认设置重新安装 XAMPP。

MySQL 说:文档

Cannot connect: invalid settings. mysqli_real_connect():(HY000/1045): Access denied for user 'pma'@'localhost' (usingpassword: NO)

Connection for controluser as defined in yourconfiguration failed. mysqli_real_connect(): (HY000/1045): Accessdenied for user 'root'@'localhost' (using password: NO)

phpMyAdmintried to connect to the MySQL server, and the server rejected theconnection. You should check the host, username, and password in yourconfiguration and make sure that they correspond to the informationgiven by the administrator of the MySQL server.

最佳答案

找到解决方案

  1. 转到 MySQL my.ini 文件并将端口更改为 3007(无论写入位置)。打开连接的常规设置,现在将其更改为 3007。

  2. 下载具有原始设置的 XAMPP。

  3. 在PC上下载的MySQL 8.0中建立一个新连接,命名为xampp并写入3006端口。测试连接,数据将根据PHPmyadmin中存在的数据进行更新。现在,您可以同时使用 PHPmyadmin 和 MySQL 服务器工作台。

关于php - 如何在android中使用MySql服务器(在桌面上下载)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56335772/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com