当前位置:网站首页>Mysql database connection / query index and other common syntax
Mysql database connection / query index and other common syntax
2022-07-26 08:34:00 【ZenPower】
- Connect mysql database
mysql -u user name -p password -h host IP
mysql -u root -p 123456 -h 10.77.77.77
or
mysql -uroot -p123456 -h10.77.77.77
notes : For general security reasons, do not directly enter password plaintext , Enter only -p, Then enter the password at the command prompt
- Get table index information
show index/keys from Table name ;
show index from TABLE;
show keys from TABLE;
- Get before a date / after N God / The date of the month
-- Get before the current date / after 7 The date of day
select date_sub(now(), interval 7 day);
select date_add(now(), interval 7 day);
-- Get before the current date / after 7 The date of the month
select date_sub(now(), interval 7 month);
select date_add(now(), interval 7 month);
- other
边栏推荐
- 日常一记(11)--word公式输入任意矩阵
- sed作业
- Flutter compilation fails
- 【时间复杂度空间复杂度】
- Add in the registry right click to open in vscode
- 2022年全国职业院校技能大赛“网络安全”竞赛试题文件上传渗透测试答案Flag
- [GUI] swing package (window, pop-up window, label, panel, button, list, text box)
- Redis进阶
- 为什么要在时钟输出上预留电容的工位?
- 23.6 23.7 web environment web environment variable reading
猜你喜欢
Mycat2 deploy master-slave MariaDB
Kotlin variables and constants
22-07-16 personal training match 3 competition experience
NLP (natural language processing) natural language processing learning
Super nice navigation page (static page)
mysql函数汇总之日期和时间函数
基础乐理 节奏联系题,很重要
Seq2seq and attention model learning notes
C # get the information of the selected file
How to safely delete a useless activity in Android studio
随机推荐
Special Lecture 3 number theory + game theory learning experience (should be updated for a long time)
Run file command
Winter vacation homework & Stamp cutting
Fluent custom popupmenubutton
The data read by Flink Oracle CDC is always null. Do you know
Sub Chocolate & paint area
The first ide overlord in the universe, replaced...
Does flinkcdc now support sqlserver instance name connection?
Memory management based on C language - Simulation of dynamic partition allocation
Using the primitive root of module m to judge and solve
Beauty naked chat for a while, naked chat over the crematorium!
Flitter imitates wechat long press pop-up copy recall paste collection and other custom customization
QT note 2
2022-7-8 personal qualifying 5 competition experience (supplementary)
6、 Pinda general permission system__ pd-tools-log
Apple's tough new rule: third-party payment also requires a percentage, and developers lose a lot!
基于C语言的内存管理-动态分区分配方式模拟
2022/7/18 exam summary
为什么要在时钟输出上预留电容的工位?
23.2 customizing the banner control display hidden banner modify banner