当前位置:网站首页>Configure Windows Server + install MySQL database on the server + Remote Access database
Configure Windows Server + install MySQL database on the server + Remote Access database
2022-07-28 20:26:00 【Cute and strange】
I did the following things today , There's a problem , Then I searched the data and solved them one by one , Write a blog mark once
- Buy servers
- Remote control server
- Install... On the server mysql+navicat
- Remotely access the database on the server on your own computer
Buy servers
I was in Baidu intelligent cloud Server bought on , Because it's a student , And the required server configuration is not high , So I took part in an activity , The price is super cost-effective !!(18 element /3 Months ) This is also my first time to buy , But it went well , The operating system of the server I choose is :Windows Server / 2012 R2 x86_64 (64bit) Chinese version , Then there is payment , Finally, enter the account of Baidu AI Cloud and find the server sector , You can see the following , This is the server I bought !

Remote control server
After buying the server, I fell into the trap of who I am ? Where am i? ? What am I going to do ? In my doubts , Because the server seems to need configuration , However, I am really a little white goose , I don't know what to do .( In fact, I don't seem to have any configuration , Maybe it's with the server windows Is it related to , In short, no matter three, seven, twenty-one , Log in to the server first )
About how to log in to the server remotely ? My computer is win10 Operating system of , I can connect through remote desktop

Then enter the login information ! Include : The server IP, Login username , The login password
1. The server IP It is included in the previous purchase information



2. Login user name : linux System is root,windows System is Administrator ( The system type of the server )
3. The login password : This is when you buy a server , So if you don't know what it is, you should go to the website of Baidu AI Cloud .( I really don't know the initial password , So I reset the password )
All of these ok Then you can log in to the server ! It's really simple when I go in , The only thing on the desktop is the recycle bin , It's like a clean water room

Install... On the server mysql+navicat
1. In this step, I encountered a problem : Unable to access the web page on the server , But I'm obviously connected , I thought it was the port , I searched how to open the port , Then it opens 3306( in order to mysql database ) and 80 port . But it still doesn't solve the problem . Later, it was found that it was because of the security configuration .
2. Solved this internet problem , You can install it like you use your own computer mysql La ~ however , If you already have an installation package on your computer , What should you do if you want to copy to the server ? In fact, it is : Servers and computers share disks , The solution is also super simple , Just set it when logging in remotely .
3. Come here , It should be installed mysql and navicat Well , Want to Go to navicat Create a connection inside , But I found that I couldn't afford to create , The error code is 2509.(ps: installed mysql You also need to add environment variables manually )
As of now , It is successfully installed on the server Mysql, Also built a database and table , The next step is to access the tables in the database on your computer .
Remotely access the database on the server on your own computer
Go to Navicat Create a connection to the target database .


The connection name is consistent with the database on the server ( In fact, it's ok if I feel inconsistent ), The host here is the server IP La , Namely ![]()
Then the user name and password are the same as the user name and password for connecting to the database in the login server .
Everything is simple and pleasant , Ran goose , Remote login mysql error , Error code 1103
After the above twists and turns , Finally, I successfully accessed the database on the server on my computer , From buying a server to this step , It takes about twoorthree hours , I feel very lucky !
边栏推荐
- HSETNX KEY_ Name field value usage
- [C language] initial C language reflection and summary
- 上海交大牵手淘宝成立媒体计算实验室:推动视频超分等关键技术发展
- MySQL startup error 1607 unexpected process termination
- [C language] guessing numbers game
- Token verification program index.php when configuring wechat official account server
- ssm中项目异常处理
- [C language] function
- 弹出模态框
- HSETNX KEY_NAME FIELD VALUE 用法
猜你喜欢

Linxu 【基本指令】

C语言数据 3(1)

9. Pointer of C language (3) classic program, exchange the value of two numbers for deep analysis, (easy to understand), are formal parameters and arguments a variable?

Residual network RESNET source code analysis - pytoch version

C语言数据 3(2)

Tree row expression
![[C language] simulation implementation of strlen (recursive and non recursive)](/img/73/e92fe714515491f1ea366d6924c9ec.png)
[C language] simulation implementation of strlen (recursive and non recursive)

What is the variance?

9. Pointer of C language (4) pointer and one-dimensional array, pointer operation

一碰撞就自燃,谁来关心电池安全?上汽通用有话说
随机推荐
HSETNX KEY_ Name field value usage
1. C language variable type, global variable, local variable
CM4 development cross compilation tool chain production
3、 Are formal and actual parameters in a programming language variables?
最大交换[贪心思想&单调栈实现]
Common commands of raspberry pie
Store and guarantee rancher data based on Minio objects
Solve the cookie splitting problem (DP)
[C language] comprehensively analyze the pointer and sort out the pointer knowledge points
Explain RESNET residual network in detail
How to use pycharm to quickly create a flask project
Solve the brick stacking problem (DP)
Method number problem for solving sum of numbers (knapsack problem)
New fruit naming (DP is similar to the longest common subsequence)
Tencent cloud deployment lamp_ Experience of building a station
2. Floating point number, the difference between float and double in C language and how to choose them
[C language] guessing numbers game [function]
Quick sort template
Solve the kangaroo crossing problem (DP)
Simple example of C language 1