当前位置:网站首页>Introduction to PHP MySQL
Introduction to PHP MySQL
2022-07-03 17:50:00 【Crooning ~ shallow singing】
adopt PHP, You can connect to and manipulate databases .
MySQL with PHP The most popular open source database system used together .
If you want to learn more MySQL Knowledge can be viewed on this site MySQL course .
MySQL What is it? ?
- MySQL It's a kind of Web Database system used on .
- MySQL Is a database system running on a server .
- MySQL Whether in small or large applications , Are ideal choices .
- MySQL Very fast , reliable , And easy to use .
- MySQL Supporting the standard SQL.
- MySQL Compile on some platforms .
- MySQL It is free to download and use .
- MySQL By Oracle Companies to develop 、 Published and supported .
- MySQL The founder of the company Monty Widenius's daughter: My Named .
MySQL The data in is stored in a table . A table is a collection of related data , It contains columns and rows .
When storing information in categories , The database is very useful . A company's database may have the following tables :
- Employees
- Products
- Customers
- Orders
PHP + MySQL
- PHP And MySQL Integration is cross platform .( You can go to Windows On the development , stay Unix Application on the platform .)
Inquire about
Inquiry is a kind of inquiry or request .
adopt MySQL, We can query the database for specific information , And get the returned recordset .
Please see the following query ( Use standards SQL):
mysql> set names utf8; mysql> SELECT name FROM websites; +---------------+ | name | +---------------+ | Google | | TaoBao | | Novice tutorial | | Microblogging | | Facebook | | stackoverflow | +---------------+ 6 rows in set (0.00 sec)
sentence set names utf8; Used to set the database code , Let Chinese display normally .
The above query selects "websites" In the table "name" All the data in the column .
To learn more about SQL Knowledge , Please visit our SQL course .
download MySQL database
If your PHP The server doesn't have MySQL database , You can download it here for free MySQL: http://www.mysql.com.
About MySQL The facts of the database
About MySQL One of the great features of is , It can be reduced , To support embedded database applications . Maybe that's why , Many people think that MySQL It can only deal with small and medium-sized systems .
in fact , For websites that support huge amounts of data and traffic ( such as Friendster、Yahoo、Google),MySQL Is the de facto standard database .
This address provides the use MySQL Overview of the company : http://www.mysql.com/customers/.
边栏推荐
- Kotlin的协程:上下文
- Comparison of kotlin collaboration + retro build network request schemes
- 聊聊支付流程的设计与实现逻辑
- Y is always discrete and can't understand, how to solve it? Answer: read it several times
- Leetcode540: a single element in an ordered array
- Cloud primordial weekly | CNCF released the 2021 cloud primordial development status report, which was released on istio 1.13
- 1164 Good in C
- MinGW compile boost library
- Supervisor monitors gearman tasks
- 解决Zabbix用snmp监控网络流量不准的问题
猜你喜欢

QT学习日记9——对话框

Leetcode 108 converts an ordered array into a binary search tree -- recursive method

Research Report on competitive strategy Outlook Analysis and investment strategic planning of China's smart home equipment industry, 2022-2028

Market demand survey and marketing strategy analysis report of global and Chinese pet milk substitutes 2022-2028

Research Report on market demand and investment planning for the development of China's office chair industry, 2022-2028

UE4 official charging resources, with a total price of several thousand

Embedded-c language-7

Interviewer: why is the value nil not equal to nil?

聊聊支付流程的设计与实现逻辑

vs2013已阻止安装程序,需安装IE10
随机推荐
Life perception 1
[combinatorics] generating function (linear property | product property)
AcWing 4489. 最长子序列
Loop through JSON object list
Leetcode540: a single element in an ordered array
As soon as we enter "remote", we will never regret, and several people will be happy and several people will be sad| Community essay solicitation
Kotlin's collaboration: Context
Notes on problems -- watching videos on edge will make the screen green
Global and Chinese health care OEM and ODM market status survey and investment planning recommendations report 2022-2028
What is the difference between cloud server and cloud virtual machine
VM11289 WAService. js:2 Do not have __ e handler in component:
ArrayList分析3 : 删除元素
Supervisor monitors gearman tasks
How to install PHP on Ubuntu 20.04
Applet with multiple tabs and Swipers + paging of each tab
[combinatorics] recursive equation (solution of linear non-homogeneous recursive equation with constant coefficients | standard form and general solution of recursive equation | proof of general solut
STM32实现74HC595控制
OpenSSL的SSL/BIO_get_fd
鸿蒙第三次培训
互联网医院HIS管理平台源码,在线问诊,预约挂号 智慧医院小程序源码