简体   繁体   English

想知道是否已安装mysql,以及如何使用sqlyog连接它吗?

[英]Want to know whether mysql is installed and how to connect it using sqlyog?

First of all I am introduced to mysql today. 首先,我今天介绍了mysql。

I have installed mysql-cluster-gpl-7.3.3-win32.msi on my machine. 我已经在我的机器上安装了mysql-cluster-gpl-7.3.3-win32.msi。

Can you answer my following questions: 您能回答我以下问题:

1. Is MySql installed? how to know?
2. What is default database? 
3. What is default credentials? How to connect MySql using sqlyog?

Sorry I asked very basic questions. 抱歉,我问了非常基本的问题。

  1. Is MySql installed? 是否安装了MySql? how to know? 怎么知道?

Please go services.msc from run command and check the mysql service 请从运行命令转到services.msc并检查mysql服务

  1. What is default database? 什么是默认数据库?

i am not sure about this but there is no default database in mysql. 我对此不太确定,但mysql中没有默认数据库。 u have to use command use <database_name> for ex. 您必须使用命令use <database_name>例如。 use dummydb . use dummydb

There is no service with name mysql. 没有名称为mysql的服务。 Does that mean it is not installed. 这是否意味着未安装。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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