简体   繁体   中英

How to connect MySQL server to workbench

未连接到 MySQL 服务器的 MySQL Workbench 的屏幕截图

How do you establish a connection to a running MySQL server from Workbench on Windows? According to the MySQL Installer, it MySQL Server 5.7.20 is installed in Program Files. Upon test connection to localhost, I receive error code 10061: Can't connect to MySQL server on 127.0.0.1

Try to add exception to firewall to allow SQL server service and check. Might be firewall blocking this connection on your system.

select server Option From menu bar at top-left corner in MySQL Workbench

在此处输入图片说明

Then click on StartUpShutdown Option

在此处输入图片说明

then Click on Start Server Button

在此处输入图片说明

provide password to localhost server

then your MySQL server will get started

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM