当前位置:网站首页>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
- ArrayList扩容详解
- Basic concepts of binary tree
- Extract the compressed package file and retrieve the password
- Explain in detail the process of realizing Chinese text classification by CNN
- Classpath classpath
- Nielseniq found that 60% of the re launched products had poor returns
- What are the legal risks of NFT brought by stars such as curry and O'Neill?
- . Net cloud native architect training camp (permission system code implements actionaccess) -- learning notes
- Zabbix报警执行远程命令
猜你喜欢

Check log4j problems using stain analysis

Blue Bridge Cup real topic: the shortest circuit

PCL learning materials

Cloud computing - make learning easier

transform. Forward and vector3 Differences in the use of forward

Mujoco XML modeling

Product service, operation characteristics

Highly reliable program storage and startup control system based on anti fuse FPGA and QSPI flash

Distributed task queue: Celery usage record

Oracle TRUNC function processing date format
随机推荐
L'ouverture d'un compte d'actions en ligne est - elle sécurisée? Fiable?
MFC obtains local IP (used more in network communication)
EasyCVR通过国标GB28181协议接入设备,出现设备自动拉流是什么原因?
ArrayList扩容详解
Opencv map reading test -- error resolution
Mujoco XML modeling
Review Net 20th anniversary development and 51aspx growth
MySQL + JSON = King fried
Common design parameters of solid rocket motor
網上股票開戶安全嗎?是否可靠?
Mujoco's biped robot Darwin model
Quick foundation of group theory (5): generators, Kelley graphs, orbits, cyclic graphs, and "dimensions" of groups?
Slider verification code identification gadget display
Smart factory digital management system software platform
About selenium element positioning being overwritten
From comedians to NBA Zhan Huang, check the encrypted advertisements during this super bowl
Zabbix报警执行远程命令
Apache iceberg source code analysis: schema evolution
Penetration practice vulnhub range Nemesis
When the fixed frequency artifact falls in love with multithreading | ros2 fixed frequency topic release demo