当前位置:网站首页>Mysql, sqlserver Oracle database connection mode
Mysql, sqlserver Oracle database connection mode
2022-07-07 19:42:00 【Aimin20210819】
Programming connection mode
sql server The default port number is :1433
URL:"jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=dbname"
DRIVERNAME:"com.microsoft.jdbc.sqlserver.SQLServerDriver";
mysql The default port number is :3306
URL:jdbc:mysql://localhost:3306/test? user=root&password=&useUnicode=true&characterEncoding=gbk
DRIVERNAME:"com.mysql.jdbc.Driver";
oracle The default port number is :1521
URL:"jdbc:oracle:thin:@localhost :1521:orcl";
DRIVERNAME:"oracle.jdbc.driver.OracleDriver";
DOS yes Disk Operation System For short , Meaning for Disk operating system
Create a table and add comments
CREATE TABLE `t_account_phone_pool` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`create_time` datetime DEFAULT NULL COMMENT ' Creation time ',
`update_time` datetime DEFAULT NULL COMMENT ' Modification time ',
`is_enable` tinyint(1) NOT NULL DEFAULT '1' COMMENT ' Data available 0: Unavailable ;1: You can use ',
`is_delete` tinyint(1) NOT NULL DEFAULT '0' COMMENT ' Logical deletion 0: Not delete ;1: Delete ',
`create_user` varchar(20) DEFAULT NULL COMMENT ' founder ',
`update_user` varchar(20) DEFAULT NULL COMMENT ' Modifier ',
`account_name` varchar(20) NOT NULL COMMENT ' Account name ',
`phone` varchar(20) NOT NULL COMMENT ' number ',
`send_limit_count` int(11) NOT NULL COMMENT ' Send limit times ',
PRIMARY KEY (`id`),
KEY `idx_phone_account_name` (`phone`,`account_name`),
KEY `idx_phone` (`phone`),
KEY `idx_account_name` (`account_name`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT=' Account number - Number pool table ';Command to view field comments in the table ( explain )
show full columns from tablename;边栏推荐
- Ucloud is a basic cloud computing service provider
- 谷歌seo外链Backlinks研究工具推荐
- 编译原理 实验一:词法分析器的自动实现(Lex词法分析)
- Automatic classification of defective photovoltaic module cells in electroluminescence images-论文阅读笔记
- POJ 1182: food chain (parallel search) [easy to understand]
- The strength index of specialized and new software development enterprises was released, and Kirin Xin'an was honored on the list
- 吞吐量Throughout
- R语言dplyr包select函数、group_by函数、filter函数和do函数获取dataframe中指定因子变量中指定水平中特定数值数据列的值第三大的值
- 杰理之关于 TWS 声道配置【篇】
- # 欢迎使用Markdown编辑器
猜你喜欢

el-upload上传组件的动态添加;el-upload动态上传文件;el-upload区分文件是哪个组件上传的。

Pasqal首席技术官:模拟量子计算率先为工业带来量子优势

项目经理『面试八问』,看了等于会了

Research and practice of super-resolution technology in the field of real-time audio and video

Business experience in virtual digital human

Kirin Xin'an joins Ningxia commercial cipher Association

网易云信参与中国信通院《实时音视频服务(RTC)基础能力要求及评估方法》标准编制...

ASP.NET幼儿园连锁管理系统源码

杰理之测试盒配置声道【篇】

小试牛刀之NunJucks模板引擎
随机推荐
9 atomic operation class 18 Rohan enhancement
Introduction to bit operation
AI writes a poem
多个kubernetes集群如何实现共享同一个存储
R语言使用ggplot2函数可视化需要构建泊松回归模型的计数目标变量的直方图分布并分析构建泊松回归模型的可行性
ASP. Net gymnasium integrated member management system source code, free sharing
Command mode - unity
Kirin Xin'an won the bid for the new generation dispatching project of State Grid!
LC: string conversion integer (ATOI) + appearance sequence + longest common prefix
Seize Jay Chou
2022.07.02
Make insurance more "safe"! Kirin Xin'an one cloud multi-core cloud desktop won the bid of China Life Insurance, helping the innovation and development of financial and insurance information technolog
华南X99平台打鸡血教程
Kirin Xin'an cloud platform is newly upgraded!
L1-023 output gplt (Lua)
how to prove compiler‘s correctness
what‘s the meaning of inference
[confluence] JVM memory adjustment
位运算介绍
Netease Yunxin participated in the preparation of the standard "real time audio and video service (RTC) basic capability requirements and evaluation methods" issued by the Chinese Academy of Communica