Name of the MYSQL Server

Asked

Viewed 214 times

-2

I am following a video lesson in which the instructor puts the name of your server in ODBC as it appears in mysql, but as my version (Mysql Workbench 8.0.15) is different and does not include the name. I’d like to know how to find out. Nesta Imagem no canto inferior da esquerda conta dentro da "Pesquisador do Objeto" o no do servidor "MAQLAB-PC"

Na minha versão não consigo encontrar

inserir a descrição da imagem aqui

1 answer

0

You must open the Windows command line (Windows keys + R) and type cmd. In the window that opens, type hostname and press enter. On the next line will be the name of your machine.

In the Workbench tab note that it is written local instance. This means you are connected to a local instance (on the machine itself). So you can use localhost as hostname, which will cause Mysql to connect to the server that is running on your computer.

  • Hello, good evening! , I tried to follow your guidelines but keep giving error.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.