当前位置:网站首页>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 .
边栏推荐
- Penetration practice vulnhub range Nemesis
- Product service, operation characteristics
- Bernoulli distribution (a discrete distribution)
- Fix the black screen caused by iPhone system failure
- The new server is packaged with the source code of H5 mall with an operation level value of several thousand
- t10_ Adapting to Market Participantsand Conditions
- Blue Bridge Cup real problem: word analysis
- Database - MySQL advanced SQL statement (I)
- Cassette helicopter and alternating electric field magnetic manometer DPC
- C operator overloads the query table
猜你喜欢

Calculation of intersection of two line segments

Check log4j problems using stain analysis

NSI packaging script add file details

2022 Heilongjiang latest fire protection facility operator simulation test question bank and answers

主成分计算权重

PTA year of birth

Set the style of QT property sheet control

Common design parameters of solid rocket motor

Record 3 - the state machine realizes key control and measures the number of external pulses

MySQL connection tools
随机推荐
Small exercise -- subnet division and summary
Smart factory digital management system software platform
目前炒期货在哪里开户最正规安全?怎么期货开户?
Terms related to K line
[beauty detection artifact] come on, please show your unique skill (is this beauty worthy of the audience?)
The method of real-time tracking the current price of London Silver
Cloud computing - make learning easier
Leetcode problem solving series -- continuous positive sequence with sum as s (sliding window)
Debiasing word embeddings | talking about word embedding and deviation removal # yyds dry goods inventory #
What are the legal risks of NFT brought by stars such as curry and O'Neill?
Slider verification code identification gadget display
Extract the compressed package file and retrieve the password
Basic usage of shell script
Source code of new campus errand / campus task platform on mutual station
Definition of rotation axis in mujoco
Fix the black screen caused by iPhone system failure
因子分析怎么计算权重?
The latest intelligent factory MES management system software solution
[source code analysis] model parallel distributed training Megatron (5) -- pipestream flush
D. Yet Another Minimization Problem