当前位置:网站首页>A preliminary study of MySQL
A preliminary study of MySQL
2022-07-19 02:46:00 【chip1234】
operating system :ubuntu
1. install MySQL
a. install MySQL Server side 、 Core program commands :sudo apt-get install mysql-server
b. install MySQL Client commands :sudo apt-get install mysql-client
c. Verify that the command is installed and started successfully :sudo netstat -tap | grep mysql
d.( If necessary, ) modify MySQL Profile command :sudo gedit /etc/mysql/my.cnf
2. The development of preparation :
a. open MySql The service command :sudo service mysql start
b. Use root User login command ( The password is empty. ):mysql -u root
b1. The password is not empty :mysql -u root -p


3. New database command
a.( Get into mysql After operation
边栏推荐
- Firewalld 防火墙
- Sword finger offer 48 The longest substring without repeated characters
- 数组、冒泡的认识
- Performance bottleneck positioning XMIND
- Sword finger offer 53 - I. find the number I in the sorted array
- Subnet division (see details)
- DNS domain name resolution
- Leetcode 198:House Robber
- Shell脚本for、while循环语句、猜价格小游戏
- 摇摆摇摆~防火墙
猜你喜欢

Shell脚本整数值比较、逻辑测试、if语句、提取性能监控指标

Leetcode --- one question per day

Firewalld 防火墙

JMeter response time test component & multi interface concurrency

PXE自动化安装

shell脚本接收和返回参数

Zabbix6.0监控vCenter7.0

多层数据包结构及TCP三次握手

Network layer transmission protocol (detailed)

Metersphere is based on JMeter distributed performance pressure testing platform
随机推荐
The difference between cookies and sessions
时间管理方法的反思与探讨
Decentralized edge rendering meta universe protocol cadeus was invited to attend the cbaia 2022 summit to enable more Web3 application scenarios with technology
Leetcode buckle classic topic - 82 Maximum rectangle in column chart
Leetcode 198:House Robber
Test points of login function
HCIA总结
BeanShell script gets the current time
MySQL备份和恢复
If a hunter shoots a rabbit with a gun
Flask template injection
Convert string to integer
FTP服务
NFS服务
DHCP原理与配置
WINRAR命令拷贝指定文件夹为压缩文件,调用计划任务进行备份。
shell脚本之条件语句
[Ruiji takeout ⑩] rough learning of Linux & rough learning of redis
Common English business mail phrases
shell脚本之循环语句与函数