当前位置:网站首页>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 .
边栏推荐
- Basic concepts of binary tree
- Computer network interview assault
- Function, condition, regular expression
- 必看,时间序列分析
- Oracle TRUNC function processing date format
- 网上股票开户安全吗?是否可靠?
- ZABBIX alarm execute remote command
- Zabbix报警执行远程命令
- [PHP foundation] realize the connection between PHP and SQL database
- At present, where is the most formal and safe account opening for futures speculation? How to open a futures account?
猜你喜欢

Mujoco XML modeling

Cloud computing - make learning easier

Penetration practice vulnhub range Tornado

What impact will multinational encryption regulation bring to the market in 2022

The 13th simulation problem of the single chip microcomputer provincial competition of the Blue Bridge Cup

Localization through custom services in the shuttle application

A database editing gadget that can edit SQLite database. SQLite database replaces fields. SQL replaces all values of a field in the database

LeetCode 148. Sort linked list

Yolov5 practice: teach object detection by hand

Check log4j problems using stain analysis
随机推荐
[CF559E]Gerald and Path
SPIE Western optoelectronics exhibition returned offline and successfully held a science and engineering event
February 16, 2022 Daily: graph neural network self training method under distribution and migration
About selenium element positioning being overwritten
传感器尺寸、像素、DPI分辨率、英寸、毫米的关系
Quick foundation of group theory (5): generators, Kelley graphs, orbits, cyclic graphs, and "dimensions" of groups?
Blue Bridge Cup real question: score statistics
t10_ Adapting to Market Participantsand Conditions
Extract the compressed package file and retrieve the password
2022 Heilongjiang latest fire protection facility operator simulation test question bank and answers
Zabbix报警执行远程命令
Roll out! Enlightenment!
Database - MySQL advanced SQL statement (I)
NSI packaging script add file details
Common design parameters of solid rocket motor
Mujoco model learning record
Definition of rotation axis in mujoco
Penetration practice vulnhub range Nemesis
Detailed explanation of ArrayList expansion
Redis主从实现10秒检查与恢复