简体   繁体   中英

MySQL Workbench - Connect to a Localhost

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?

Here is what it looks like on start up:

MySQL 主页

And if I try to make a connection myself it shows this:在此处输入图像描述

Any help would be much appreciated - thanks!

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/

You probably want the MySQL Community Server download.

If xamp already installed on your computer user these settings

在此处输入图片说明

Its Worked for me on Windows

First i installed and started XAMPP Control Panel在此处输入图片说明

Clicked for Start under Actions for MySQL. And below is my Configuration for MySQL (MySQL Workbench 8.0 CE) Connections在此处输入图片说明 And it got connected with Test DataBase

I had this problem and I just realized that if in the server you see the user in the menu SERVER -> USERS AND PRIVILEGES and find the user who has % as HOSTNAME, you can use it instead the root user.

That's all

如果您使用的是 localhost 数据库,请尝试使用端口 3306

You need to install mysql server for your machine first. Once done, you will be able to add local db details to it.

For e.g. IP: 127.0.0.1
port: 3306
user: root
pass: pass of root which you have set

Here is the link on step by step guide for linux.

https://support.rackspace.com/how-to/install-mysql-server-on-the-ubuntu-operating-system/

Solution :

  1. Open up your mysql installer .
  2. Click on Reconfigure , shown in red . https://i.stack.imgur.com/FUYnk.jpg
  3. In that, Click on next until you enter the Accounts and Roles tab.
  4. Create a password and then, click next for the rest of the tabs.

Now, try again!👍

For Win users:

Check if the MYSQL service is running or not. To check the service is running or not. Use the below steps:

Step1: Open the Services Desktop app from the Windows menu. pic 1

Step 2: Then search the list of services to identify the name of the MySQL service. pic 2

Step 3: Right-click on the service name to open the menu.

Step 4: Start the service if it is not running.

enter image description here

I think you want to config your database server firstly after the installation, as shown in picture, you can reconfigure MySql server

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