当前位置:网站首页>Talking about MySQL database
Talking about MySQL database
2022-07-02 06:02:00 【ysds20211402】
from : Micro reading https://www.weidianyuedu.com
What is? MySQL?
MySQL It's a multi-user 、 Multithreading Of SQL database , It's a client / Application of server structure , It's made up of a server daemon mysqld And a lot of different client programs and Libraries .
SQL (Structured Query Language Structured query language ) It is the most widely used and standard database language at present .SQL Language makes it easy to access or update information , You can use it directly SQL Query information from the website .MySQL It is fast and flexible enough to meet the information management of a website . The interface program between the database and the client can use CGI communicate . New network ChinaDNS It uses PHP, Use PHP and MySQL These two things add up , It is the best combination for the work of developing data-driven websites .PHP It is a script language for server-side execution program interpretation . If you have ASP Words , So what do you think about HTML The code embedded in the page should be familiar .PHP The code is interpreted on the server side 、 Execute and transform into ordinary HTML The page content , Send it to the browser . This model allows us to use it to complete quite complex functions .
Why MySQL?
Now almost everyone's life is inseparable from the database , If there is no database , Many things can become very difficult , Maybe you can't do it at all . Bank 、 Universities and libraries are just a few places that rely heavily on database systems . On the Internet , Using search engines 、 Shopping online and even visiting website addresses (http://www...) You can't do without a database . A database is usually installed on a computer called a database server . At present, the fastest running on the market SQL (Structured Query Language Structured query language ) One of the databases is MySQL Server, From Sweden T.c.X. DataKonsultAB Companies to develop .MySQL It can be downloaded from http://www.mysql.com/ Upload and download , It provides programming tools that are rare in other databases , and MySQL It's free for business and individual users . If you want to use MySQL Develop application software , Must pay a certain product license fee , For details, please visit MySQL"s licensing section.
MySQL The functional features of the are as follows :
1. It can handle almost unlimited number of users at the same time ;
2. Handle up to 50,000,000 The above records ;
3. Fast command execution , Perhaps the fastest today ;
4. Simple and effective user privilege system .
边栏推荐
- servlet的web.xml配置详解(3.0)
- Mock simulate the background return data with mockjs
- 1035 Password
- mock-用mockjs模拟后台返回数据
- php按照指定字符,获取字符串中的部分值,并重组剩余字符串为新的数组
- Stc8h8k series assembly and C51 actual combat - digital display ADC, key serial port reply key number and ADC value
- 脑与认知神经科学Matlab Psytoolbox认知科学实验设计——实验设计四
- [leetcode] day92 container with the most water
- 492.构造矩形
- 图片裁剪插件cropper.js
猜你喜欢

CNN可视化技术 -- CAM & Grad-CAM详解及pytorch简洁实现

从设计交付到开发,轻松畅快高效率!

Fundamentals of software testing
![[whether PHP has soap extensions installed] a common problem for PHP to implement soap proxy: how to handle class' SoapClient 'not found in PHP](/img/25/73f11ab2711ed2cc9f20bc7f9116b6.png)
[whether PHP has soap extensions installed] a common problem for PHP to implement soap proxy: how to handle class' SoapClient 'not found in PHP

500. 键盘行

正则表达式总结

15 C language advanced dynamic memory management

File contains vulnerabilities (II)

500. Keyboard line

51单片机——ADC讲解(A/D转换、D/A转换)
随机推荐
【論文翻譯】GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond
如何使用MITMPROXy
Generics and generic constraints of typescript
495. Timo attack
[leetcode] day92 container with the most water
Spark overview
经典文献阅读之--SuMa++
Linkage between esp8266 and stc8h8k single chip microcomputer - Weather Clock
Jetpack Compose 与 Material You 常见问题解答
Unity Shader 学习笔记(3)URP渲染管线带阴影PBR-Shader模板(ASE优化版本)
Stick to the big screen UI, finereport development diary
深度学习分类网络 -- AlexNet
php按照指定字符,获取字符串中的部分值,并重组剩余字符串为新的数组
ES6的详细注解
mock-用mockjs模拟后台返回数据
Page printing plug-in print js
51单片机——ADC讲解(A/D转换、D/A转换)
CNN visualization technology -- detailed explanation of cam & grad cam and concise implementation of pytorch
External interrupts cannot be accessed. Just delete the code and restore it Record this unexpected bug
uni-app开发中遇到的问题(持续更新)