当前位置:网站首页>Navicat new database
Navicat new database
2022-07-31 07:46:00 【时间的朋友】
Fourth, how to create a new broadband connection?
1. How to create a new database connection in navicate for mysql
Navicat for MySQL is a set of high-performance database management and development tools specially designed for MySQL.It can be used with any MySQL
database server of version 3.21 or above, and supports most features of the latest MySQL version, including triggers, stored procedures, functions, events, views, managing users, etc.;
Let's share some experience of using navicat.Today, I will first write how navicat connects to the local mysql database.
How navicat connects to mysql:
1. First, the mysql database must be installed on your computer.(If you are not sure whether you have successfully installed mysql, you can enter "mysql" in the start menu to search)
2. Open your Navicat for Mysql (the above method can also be used here, in the start menu search boxEnter 'navicat')
3. After opening, the first 'connection' on the left side of the stand-alone toolbar will enter the connection page.4. The most important step: There are five boxes to be entered in the opened interface. The first one: connection Name
You need to enter the name of your newly created connection, here we name it as 'local', the second one: Host Name/Ip Address
What you need to enter is the ip address of your local machine or directly enter 'localhost', here we choose the second one.The third: Port
, enter the port number you installed, usually the default 3306; the fourth and fifth are: UserName and Password, meaning you need to enter your database name, username and password, IThe username is: root, password: (secret, hehe).Finally, tick the small box of 'Save
Passwod' below.5. Complete the above steps, then click on the 'Test
Connectiion' in the lower left corner. If success pops up, congratulations, just click the 'save' button in the lower right corner.If an error pops up, you need to double-check where you made a mistake.
6. After clicking "save", you can double-click "local" (here "local" is the connection name you just entered), and then open your database.
I use the English version of navicat, but the Chinese version is similar.
Second, how to create a connection in navicat for mysql
You can establish a connection as follows: 1. Open the Navicat for MySQL software.
2. Click the "Connect" button in the upper left corner.
3. Fill in according to the content of the data to be connected.
The connection name is a local name that is convenient for self-identification and can be customized.
The host name or IP address can fill in the IP address of the mysql server.
The port is generally filled in 3306 (mysql default port).
User name and password can be obtained from the database administrator.
Click the OK button after filling in.
4. After creation, the newly created connection will appear in the list on the left.
Three, MySQL database problem
Answer: The connection name in Navicat doesn't matter. Instruct you to distinguish which Mysql is not the database.For example, there are some other green versions of Mysql on your machine, which can also be operated through Navicat.
Fourth, how to create a new broadband connection
Answer: Step 1. First, we click on the network connection, and then open a network window, find the "Create a new connection" button in the upper left of the window, and click to open it.Step 2. Then the window of the new connection wizard pops up, click the "Next" button, Step 3, it will pop up to select the connection type, if it is a home network or personal network, select "Connect to the Internet", Step 4, enter the nextStep 1, continue to select the "Manually set up my connection" option, and then click the "Next" button after the selection is complete.Connect", and then click the "Next" button, step 6. Enter the name of the connection name isp on the next window that pops up, you can enter it at will, after the input is completed, then click the "Next" button, step 7. Pop upInternet account information, the user name and password filled in here are the account and password of the dial-up connection provided by the provider when we connect to the broadband. After inputting, click "Next" to complete all operations, as shown in the figure: Step 8, and then click the "Next" option, and finally tick "Add a shortcut to this connection on my desktop", you can directly connect to the broadband on the desktop by dialing up next time.
边栏推荐
- 电脑开机密码怎么设置?如何给你的电脑加上“安全锁”
- 2022.07.22 _ a day
- 2022.07.15_每日一题
- Log4net 思维导图
- Automatic translation software - batch batch automatic translation software recommendation
- DAY18: XSS vulnerability
- tidyverse笔记——dplyr包
- gstreamer's caps event and new_segment event
- 360 push-360 push tool-360 batch push tool
- 文件 - 03 下载文件:根据文件id获取下载链接
猜你喜欢

手把手教你开发微信小程序自定义底部导航栏

Linked list implementation and task scheduling

机器学习---线性回归、Logistic回归问题相关笔记及实现

【愚公系列】2022年07月 Go教学课程 022-Go容器之字典

Postgresql source code learning (34) - transaction log ⑩ - full page write mechanism

‘vite‘ 不是内部或外部命令,也不是可运行的程序 或批处理文件。

【面试:并发篇38:多线程:线程池】ThreadPoolExecutor类的基本概念

DAY18:Xss 靶场通关手册

Automatic translation software - batch batch automatic translation software recommendation

熟悉而陌生的新朋友——IAsyncDisposable
随机推荐
SQLite数据库连接字符串
2022.07.18 _ a day
opencv、pil和from torchvision.transforms的Resize, Compose, ToTensor, Normalize等差别
Jetpack Compose学习(8)——State及remeber
Redux state management
科普 | “大姨太”ETH 和 “小姨太”ETC的爱恨情仇
文件 - 07 删除文件: 根据fileIds批量删除文件及文件信息
【微服务】 微服务学习笔记二:Eureka注册中心的介绍及搭建
Zabbix6.2惊喜发布!特别优化中大型环境部署的性能!
第9章 异常try...except...else...finally
'vite' is not an internal or external command, nor is it a runnable program or batch file.
Explain the example + detail the difference between @Resource and @Autowired annotations (the most complete in the entire network)
【面试:并发篇38:多线程:线程池】ThreadPoolExecutor类的基本概念
2022.07.12_每日一题
2022.07.13_每日一题
Kubernetes scheduling
Thread 类的基本用法——一网打尽
LeetCode:952. 按公因数计算最大组件大小【欧拉筛 + 并查集】
Leetcode952. Calculate maximum component size by common factor
Shellshock