当前位置:网站首页>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/.
边栏推荐
- PHP returns 500 errors but no error log - PHP return 500 error but no error log
- Market demand survey and marketing strategy analysis report of global and Chinese pet milk substitutes 2022-2028
- Fedora 21 安装 LAMP 主机服务器
- 聊聊支付流程的設計與實現邏輯
- Hongmeng third training
- Fedora 21 installs lamp host server
- PHP processing - watermark images (text, etc.)
- [combinatorics] recursive equation (summary of the solution process of recursive equation | homogeneous | double root | non-homogeneous | characteristic root is 1 | exponential form | the bottom is th
- Kotlin的協程:上下文
- Collection of the most beautiful graduation photos in the graduation season, collection of excellent graduation photos
猜你喜欢
1146_ SiCp learning notes_ exponentiation
Baiwen.com 7 days Internet of things smart home learning experience punch in the next day
Research Report on market demand and investment planning for the development of China's office chair industry, 2022-2028
Talk about the design and implementation logic of payment process
STM32 realizes 74HC595 control
[UE4] brush Arctic pack high quality Arctic terrain pack
Interviewer: why is the value nil not equal to nil?
vs2013已阻止安装程序,需安装IE10
QT学习日记9——对话框
Draw some simple graphics with MFC
随机推荐
数学公式(测试)
Talk about the design and implementation logic of payment process
Postfix tips and troubleshooting commands
Golang unit test, mock test and benchmark test
SSL / bio pour OpenSSL Get FD
PHP returns 500 errors but no error log - PHP return 500 error but no error log
Basic grammar of interview (Part 2)
[combinatorics] generating function (shift property)
The difference between get and post
PHP processing - watermark images (text, etc.)
Five problems of database operation in commodity supermarket system
1146_ SiCp learning notes_ exponentiation
What is the difference between cloud server and cloud virtual machine
聊聊支付流程的設計與實現邏輯
Leetcode 669 pruning binary search tree -- recursive method and iterative method
Detailed explanation of common network attacks
STM32实现74HC595控制
[教程]在 CoreOS 上构建你的第一个应用
Y is always discrete and can't understand, how to solve it? Answer: read it several times
The third day of writing C language by Yabo people