当前位置:网站首页>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 !
边栏推荐
- 弹性盒子flex
- ·来一篇编程之路的自我介绍吧·
- 常见特征工程操作
- 【C语言系列】— 字符串+部分转义字符详解+注释小技巧
- Longest string without duplicate characters
- Storage category
- href与src的区别
- 【TypeScript】TypeScript中类型缩小(含类型保护)与类型谓词
- paddle. Fluid constant calculation error 'nonetype' object has no attribute 'get_ fetch_ list‘
- [C language series] - a recursive topic
猜你喜欢

【JS题解】牛客网JS篇1-10题

阿里云架构师细说游戏行业九大趋势

Occt learning 002 - environment construction

【活动预告】云上数字工厂与中小企业数字化转型创新论坛

Day 5

Li Kou 994: rotten orange (BFS)

About local variables
![[C language series] - realize the exchange of two numbers without creating the third variable](/img/7c/468000bcbf740c9dd3535f2734728a.png)
[C language series] - realize the exchange of two numbers without creating the third variable

365 day challenge leetcode 1000 questions - day 042 array sequence number conversion + relative ranking discretization processing

ClickHouse学习(二)ClickHouse单机安装
随机推荐
Question swiping Madness - leetcode's sword finger offer58 - ii Detailed explanation of left rotation string
Best practices for elastic computing in the game industry
[C language series] - storage of deep anatomical data in memory (I) opening of summer vacation
Longest string without duplicate characters
365 day challenge leetcode 1000 questions - day 042 array sequence number conversion + relative ranking discretization processing
C language first level pointer
Pyqt5: Chapter 1, Section 1: creating a user interface using QT components - Introduction
【C语言系列】— 字符串+部分转义字符详解+注释小技巧
On Paradigm
ClickHouse学习(四)SQL操作
[C language series] - detailed explanation of file operation (Part 1)
Day 1
弹性盒子flex
【剑指offer】— 详解库函数atoi以及模拟实现atoi函数
牛客网编程题—【WY22 Fibonacci数列】和【替换空格】详解
Global components component registration
三次握手四次挥手针对面试总结
全局components组件注册
Database operation day 6
【C语言系列】—文件操作详解(上)