当前位置:网站首页>Mysql database of easyclick
Mysql database of easyclick
2022-07-01 18:34:00 【Mr - old devil】
EasyClick And MySQL database
MySQL Database introduction
MySQL Is a relational database management system , stay WEB Application aspect ,MySQL It's the best RDBMS (Relational Database Management System, Relational database management system ) Application software , It was made by Sweden MySQL AB Companies to develop , At present belongs to the Oracle Its products ,MySQL Is one of the most popular relational database management systems .
MySQL Characteristics :
- MySQL It's open source. , So you don't have to pay extra .
- MySQL Support large databases . Can handle large databases with tens of millions of records .
- MySQL standards-of-use SQL Data language form .
- MySQL It can be installed on different operating systems , And provide the operation interface of multiple programming languages . These programming languages include C、C++、Python、Java、Ruby wait .
MySQL Database installation
- MySQL Installation of database server software
- MySQL Installation of database client software
MySQL Installation of database server software :
With Ubuntu Operating system as an example , Open the terminal , Enter the following command
sudo apt-get install mysql-server
Show MySQL Effect drawing of server installation package information :
see MySQL Service renderings :
ps explain
psView the processes in the current system-aRepresents all users-uIndicates that the user name is displayed-xIndicates that all executing programs are displayed
see MySQL Service status :
sudo service mysql status
stop it MySQL service :
sudo service mysql stop
start-up MySQL service :
sudo service mysql start
restart MySQL service :
sudo service mysql restart
MySQL Profile Introduction :
The configuration file path is : /etc/mysql/mysql.conf.d/mysqld.cnf
see MySQL Effect drawing of configuration file :
Description of main configuration information :
port Represents the port number , The default is 3306
bind-address Indicates that the server is bound to ip, The default is 127.0.0.1
datadir Indicates the database save path , The default is /var/lib/mysql
log_error Indicates the error log , The default is /var/log/mysql/error.log
MySQL Installation of database client software :
The client is a programmer or dba The software used , adopt socket To communicate with the server program .
frequently-used MySQL The database client software has
- Graphical interface client Navicat, There are other open source free Baidu search .
- Command line client mysql
The graphical interface version client searches by itself , The following describes the command line terminal installation MySQL client
stay Ubuntu Open the terminal , Enter the following command :
sudo apt-get install mysql-client
mysql Help for command use :
mysql --help
MySQL Client side usage :
MySQL Client connection MySQL Server command
mysql -uroot -p
-u: Express MySQL The user name of the server
-p: Express MySQL Server password
quit perhaps exit perhaps ctr + d Exit
summary
- MySQL Is a relational database management system
- install MySQL Server software use : sudo apt-get install mysql-server
- install MySQL Client software use : sudo apt-get install mysql-client
- Graphical MySQL Client software use Navicat
communication QQ Group :620028786,647082990,772810035
————————————————— Copyright notice —————————————-————
copyright ~Mr- Old devil ~ Reprint please indicate the original address
disclaimer : All tutorials in this article are limited to exchange and learning, and shall not be used for illegal purposes , I am not responsible for the legal consequences .
边栏推荐
- Bernoulli distribution (a discrete distribution)
- Glidefast consulting was selected as the elite partner of servicenow in 2022
- C# SelfHost WebAPI (2)
- On the language internationalization of Yongzhong Office
- 2022 Heilongjiang latest fire protection facility operator simulation test question bank and answers
- 12. Design of power divider for ads usage record
- Is it safe to open a securities account? Is there any danger
- The 13th simulation problem of the single chip microcomputer provincial competition of the Blue Bridge Cup
- Explain in detail the process of realizing Chinese text classification by CNN
- This is the latest opportunity of the London bank trend
猜你喜欢

Xia CaoJun ffmpeg 4.3 audio and video foundation to engineering application

What are the legal risks of NFT brought by stars such as curry and O'Neill?

12. Design of power divider for ads usage record

Extract the compressed package file and retrieve the password

This is the latest opportunity of the London bank trend

Yolov5 practice: teach object detection by hand

Flex layout

Product service, operation characteristics

Source code of new campus errand / campus task platform on mutual station
![[image denoising] matlab code for removing salt and pepper noise based on fast and effective multistage selective convolution filter](/img/bf/f8759195ea67832835e84c851b5e81.jpg)
[image denoising] matlab code for removing salt and pepper noise based on fast and effective multistage selective convolution filter
随机推荐
D. Yet Another Minimization Problem
[today in history] February 15: Pascal's father was born; YouTube was founded; Kotlin language comes out
[CF559E]Gerald and Path
Is the fund of futures account safe? How to open an account?
Blue Bridge Cup real problem: word analysis
Glidefast consulting was selected as the elite partner of servicenow in 2022
Talk about the favorite tools used by project managers
Depth first search - DFS (burst search)
MES production equipment manufacturing execution system software
How to retrieve the password for opening Excel files
Basic concepts of binary tree
目前炒期货在哪里开户最正规安全?怎么期货开户?
Session layer of csframework, server and client (1)
Basic usage of shell script
Static timing analysis (STA) in ic/fpga design
Blue Bridge Cup real topic: the shortest circuit
Smart factory digital management system software platform
To improve the efficiency of office collaboration, trackup may be the best choice
[2. Basics of Delphi grammar] 4 Object Pascal operators and expressions
Apache iceberg source code analysis: schema evolution