问题描述
我刚刚安装了MySQL Workbench,但本地主机服务器没有可用的连接.当我尝试制作一个时,出现错误弹出窗口.以前有没有人经历过类似的事情并且可以帮助我?
I just installed MySQL Workbench and there are no connections available for my localhost server. When I try to make one, I get an error popup. Has anyone experienced something like this before and would be able to help me out?
这是启动时的样子:
如果我尝试自己建立连接,它将显示以下内容:
And if I try to make a connection myself it shows this:
任何帮助将不胜感激-谢谢!
Any help would be much appreciated - thanks!
推荐答案
听起来像您只安装了MySQL客户端工具(MySQL Workbench).您必须安装MySQL数据库服务器,进行配置并启动它.
Sounds like you only installed the MySQL Client Tools (MySQL Workbench). You have to install the MySQL Database server, configure and start it.
http://dev.mysql.com/downloads/
您可能希望下载MySQL Community Server.
You probably want the MySQL Community Server download.
这篇关于MySQL Workbench-连接到本地主机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!