当前位置:网站首页>Detailed installation and use tutorial of MySQL (nanny installation with pictures and texts)
Detailed installation and use tutorial of MySQL (nanny installation with pictures and texts)
2022-07-29 05:36:00 【Believe in youth】
Preface
- MySQL Is a relational database management system , The Swedish MySQL AB Companies to develop , At present belongs to the Oracle company .
MySQL The use of SQL Language is the most commonly used standardized language for accessing database . - because MySQL Small database size 、 Fast 、 Low total cost of ownership 、 Open source , It has a wide range of applications , In general, small and medium-sized sites are chosen for development MySQL As website database .
- Because of its excellent performance in the Community Edition , So match PHP and Apache The server can form a good development environment .
List of articles
Catalog
Two 、MySQL Detailed installation steps for
3、 ... and 、 Configuration of environment variables
Four .MySQL Installation verification of
1. Whether the installation is successful, verify the command
2. View the current database version + list
total junction ( matters needing attention )
MySQL Advantages of database management system :
- Use C and C++ To write , And use a variety of compilers to test , Ensure the portability of the source code .
- Support AIX、FreeBSD、HP-UX、Linux、Mac OS、NovellNetware、OpenBSD、OS/2 Wrap、Solaris、Windows And many other operating systems .
- Provides... For multiple programming languages API. These programming languages include C、C++、python、jJava、Perl、PHP、Eiffel、Ruby and Tcl etc. .
- Multithreading support , make the best of CPU resources .
- Optimization of the SQL Query algorithm , Effectively improve query speed .
- It can be used as a separate application in the client server network environment , It can also be embedded in other software as a library .
- Provide multilingual support , Common codes like Chinese GB 2312、BIG 5, In Japanese Shift_JIS Etc. can be used as data table name and data column name .
- Provide TCP/IP、ODBC and JDBC And so on .
- To provide for the management of 、 Check 、 Management tools for optimizing database operation .
- Support large databases . Can handle large databases with tens of millions of records .
- Support for multiple storage engines .
One 、MySQL What is it? ?
- MySQL It's a Relational database , The Swedish MySQL Companies to develop , Belong to Oracle Its products .MySQL It's the most popular One of the relational databases , stay web Application aspect ,MySQL It's the best (Relational Database Management System, Relational database management system ) One of the application software .
- MySQL Is a relational database management system , Relational databases keep data in different tables , Instead of putting all the data in one big warehouse , This increases speed and flexibility .
- MySQL What is used SQL Language is the most commonly used standardized language for accessing databases .MySQL The software adopts a dual licensing policy , It is divided into community version and commercial version , Because of its small size 、 Fast 、 Low total cost of ownership , In especial k The feature of open source , Generally, the development of small and medium-sized websites and large-scale websites all choose MySQL As website database .
Two 、MySQL Detailed installation steps for
MySQL Installation and use of
Download the official website :
MySQL :: Download MySQL Community Server
One 、 Software installation steps
( installation is complete )
3、 ... and 、 Configuration of environment variables
( If you can't find this computer, you can search here )
( Back to the table :window +r Enter the administrator interface )
Four .MySQL Installation verification of
( Enter the command :mysql – uroot -p;( Semicolon in English ) Enter the password created during installation )
( When the display enters, it indicates that the installation is successful and can be run )
1. Whether the installation is successful, verify the command
The code is as follows ( Example ):
mysql - uroot -p;( Enter the database command , Semicolon in English )
2. View the current database version + list
The code is as follows ( Example ):
1.status;( View the current database version )2.show database;( Check the database list )
( Semicolon in English )
total junction ( matters needing attention ):
1. Go to the official website to download
2. The installation path must be in English
3. If you need to reinstall, please uninstall clean before installing
4. To configure environment variables, you need to find “bin” file location
5. I hope I can help you , I wish you a pleasant study trip !
6. Newcomers, please give me more advice , Support a lot . thank you !
边栏推荐
- Allocate memory: malloc() and free()
- 使用微信小程序扫码登录系统PC端web的功能
- uniapp之常用提示弹框
- ·来一篇编程之路的自我介绍吧·
- [C language series] - storage of deep anatomical data in memory (I) opening of summer vacation
- VIM editor use
- ClickHouse学习(四)SQL操作
- Topological ordering of a graph of water
- Alibaba cloud Zhang Xintao: heterogeneous computing provides surging power for the digital economy
- 用sql-client.sh生成的job在cancle过后 如何实现断点续传?
猜你喜欢
随机推荐
uniapp组件之tab选项卡滑动切换
ClickHouse学习(四)SQL操作
Occt learning 002 - environment construction
实现简单的数据库查询(不完整)
C language first level pointer
B - 识别浮点常量问题
移动端-flex项目属性
【TypeScript】深入学习TypeScript对象类型
ClickHouse学习(三)表引擎
Provincial and urban three-level linkage (simple and perfect)
MySQL解压版windows安装
【C语言系列】— 不创造第三个变量,实现两个数的交换
PyQt5:第一章第1节:使用Qt组件创建一个用户界面-介绍
Topological ordering of a graph of water
【C语言系列】—深度解剖数据在内存中的存储(二)-浮点型
重绘与回流的关系
ClickHouse学习(八)物化视图
无重复字符的最长字串
游戏行业弹性计算最佳实践
Application of Huffman tree and Huffman coding in file compression