当前位置:网站首页>Introduction and advanced MySQL (III)
Introduction and advanced MySQL (III)
2022-07-28 18:52:00 【Xiaoxinai programming】
Catalog
1、 Server introduction
The server : A server is a kind of computer , It runs faster than a normal computer 、 Higher load 、 The price is more expensive. . The server is in the network for other clients ( Such as PC machine 、 A smart phone 、ATM And so on terminal even train system and so on large equipment ) Provide computing or application services . The server has high speed CPU Computing power 、 Long time reliable operation 、 Powerful I/O External data throughput and better scalability . According to the services provided by the server , Generally speaking, the server has the ability to respond to service requests 、 To undertake services 、 The ability to guarantee services . Servers as electronic devices , Its internal structure is very complex , But it's not much different from the internal structure of ordinary computers , Such as :cpu、 Hard disk 、 Memory , System 、 System bus, etc .
2、MYSQL Relationship with server
The server : Hardware server : cpu、 Hard disk 、 Memory , System 、 Computer host composed of system bus
Software server :
1.web The server :tomcat.
2. database server :MySQL
We installed it today MySQL In fact, a MySQL The server
We connect mysql It's the connection MySQL Service for .
3、MySQL Detailed explanation of connection configuration

Host or ip Address : localhost This is a ip Address And it indicates that we are currently connected to the address of this machine , because localhost It stands for 127.0.0.1
Port number : 3306 At present MySQL The port number of the service
Ip Address + Port number Socket called network programming


4、 summary
1.MySQL It's a safe 、 Cross platform 、 efficient , And with PHP、Java And other mainstream programming languages . The database system is developed by Sweden MySQL AB Companies to develop 、 Publish and support , from MySQL The initial developer David Axmark and Michael Monty Widenius On 1995 Established in .
2.MySQL The symbol of is a bird named Sakila Of dolphins , Represents the MySQL The speed of the database 、 Ability 、 The essence of precision and excellence .
3. at present MySQL Widely used in Internet Small and medium-sized websites on . Because of its small size 、 Fast 、 Low total cost of ownership , Especially open source , Many companies have adopted MySQL Database to reduce costs .
4.MySQL The database can be called the fastest running SQL One of the language databases . In addition to having many functions that other databases do not have ,MySQL Database is also a completely free product , Users can download directly through the network MySQL database , Without paying any fees .
边栏推荐
- Introduction and advanced level of MySQL (5)
- “讳疾忌医”的开源走不远
- 什么样的知识付费系统功能,更有利于平台与讲师发展?
- 【实战】用OpenCV实现页面扭曲矫正
- Zero knowledge proof: zkp with DDH assumption
- Four years later, Debian finally recaptured the "debian.community" domain name!
- LeetCode_1137_第N个泰波那契数
- 11 年膨胀 575 倍,微信为何从“小而美”变成了“大而肥”?
- MYSQL入门与进阶(五)
- How to use the white list function of the video fusion cloud service easycvr platform?
猜你喜欢

Gateway入门

Why app uses JSON protocol to interact with server: serialization related knowledge

GC garbage collector details

2022-07-27 study notes of group 4 self-cultivation class (every day)

EasyCVR设备离线后无法再次上线该如何解决?

EasyCVR接入设备后播放视频出现卡顿现象的原因分析及解决

【实战】用OpenCV实现页面扭曲矫正

NPM cannot recognize the "NPM" item as the name of a cmdlet, function, script file, or runnable program. Please check the spelling of the name. If the path is included, make sure the path is correct,

N32替换STM32,这些细节别忽略!

三分钟了解快来新媒体
随机推荐
When golang encounters high concurrency seckill
AI has changed thousands of industries. How can developers devote themselves to the new "sound" state of AI voice
UE5 GAS 学习笔记 1.2游戏标签
Ue5 gas learning notes 1.1 capability system component
Interviewer: what are the usage scenarios of ThreadLocal? How to avoid memory leakage?
2022.7.26 构造函数,面试:new的作用、深拷贝和浅拷贝
UE5 GAS 学习笔记0.1 案例预览
SwiftUI 组件之如何实现电话号码掩码隐藏部分的文本字段TextField(教程含源码)
One Hot编码是什么?为什么要用它,什么时候用它?
EasyCVR接入设备后播放视频出现卡顿现象的原因分析及解决
jvm四种引用类型
Ue5 gas learning notes 0.1 case Preview
UE5 GAS 学习笔记 1.8 游戏特效(GameplayCue)
Ue5 gas learning notes 1.5 gameplay effects game effects
Getting started with gateway
Golang concurrent lock
@The difference between Autowired and @resource
MYSQL入门与进阶(四)
kotlin:Nothing
Introduction and advanced level of MySQL (5)