我正在从我的java客户机连接到我的MySQL db,并在实例化我的连接变量时捕获一个连接超时错误。我假定我的连接字符串是不正确的。java客户端和MySQL在同一台机器上。我的mysql db是作为WAMP的一部分安装的,我在它的ini文件中看到端口是3306。我已经尝试了localhost,127.0.0.1和我的ip从ipconfig获得的所有连接超时。尽管java客户端和mySql位于同一台服务器上,但可能需要打开3306。
如何确定mysql和端口,以及它是否打开?Statement state
: stopped9:50:39 PM [mysql] This may10:04:16 PM [mysql] MySQL WILL NOT start without the configured ports free![mysql] or reconfigure MySQL and the Control Panel to
Mysql数据库突然无法在我的Mac中启动。我已经尝试运行sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start,但它显示错误../Applications/XAMPP/xamppfiles/bin/mysql.server: line 264: kill: (9346) - No such process ERROR!。