The party that creates a new connection is equivalent to the client, and the one being connected is equivalent to the server. The steps are as follows: 1. Create a subaccount and type the following authorization commands in the Navicat query interface and execute them in sequence: GRANT ALL PRIVILEGES ON test.* to 'root333'@"%" IDENTIFIED by 'abc111' WITH GRANT OPTION; FLUSH PRIVILEGES;
2. Create a new MySQL connection (1) Connection name: choose your own Host: Enter the server host address you want to connect to Port: Default is 3306 The "Connection successful" pop-up message indicates that the connection is successful. Now we can operate the database on the corresponding server. 3. To delete sub-user permissions, type DELETE FROM mysql.`user` where User='username' AND Host='IP'; Username: The subaccount name set during authorization This is the end of this article about how to use Navicat Premium to remotely connect to a MySQL database. For more information about how to use Navicat Premium to remotely connect to a MySQL database, please search for previous articles on 123WORDPRESS.COM or continue browsing the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Six inheritance methods in JS and their advantages and disadvantages
>>: Table Tag (table) In-depth
MySQL database tables can create, view, rebuild a...
To install a virtual machine on a Windows system,...
First look at the example code: #/bin/bash cal da...
Table of contents 1. Control the display and hidi...
1. Nested routing is also called sub-routing. In ...
I won’t go into details about the theory of UDP. ...
MySQL trigger simple example grammar CREATE TRIGG...
1 MySQL autocommit settings MySQL automatically c...
<br />This tag can be used to directly add a...
1. Install the virtual machine hyper-v that comes...
Table of contents User Management Create a new us...
Code Knowledge Points 1. Combine fullpage.js to a...
This article example shares the specific code of ...
Floating ads are a very common form of advertisin...
1. Natural layout <br />The layout without a...