是否可以在不使用phpMyAdmin的情况下将php代码与mysql数据库连接?

时间:2017-10-05 07:34:19

标签: php mysql phpmyadmin port mysql-workbench

我一直在尝试修复我的phpMyAdmin,因为它与MySql Workbench有冲突端口,我在互联网上尝试了各种方法,似乎没有任何效果。从尝试将phpMyAdmin的端口切换到端口3307到编辑config.ini文件,但没有任何作用,所以我决定找出是否有一种方法可以跳过整个phpMyAdmin进程,只需编写php并将其连接到我的网页。

提取

如果有人知道如何解决这个问题,我会对此提出建议。

9:33:07 AM  [mysql]     Problem detected!
9:33:07 AM  [mysql]     Port 3306 in use by ""C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe" --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" MYSQL57"!
9:33:07 AM  [mysql]     MySQL WILL NOT start without the configured ports free!
9:33:07 AM  [mysql]     You need to uninstall/disable/reconfigure the blocking application
9:33:07 AM  [mysql]     or reconfigure MySQL and the Control Panel to listen on a different port
9:33:07 AM  [main]  Starting Check-Timer
9:33:07 AM  [main]  Control Panel Ready

1 个答案:

答案 0 :(得分:-1)

首先,您使用的端口(3306)已被其他进程使用。例如,您可以结束此过程。
是的,您可以通过任何其他工具连接到mysql(例如尝试安装mysql工作台)。