当前位置:网站首页>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;
边栏推荐
- Time tools
- 银行理财产品怎么买?需要办银行卡吗?
- The research group of the Hunan Organizing Committee of the 24th China Association for science and technology visited Kirin Xin'an
- Seize Jay Chou
- The strength index of specialized and new software development enterprises was released, and Kirin Xin'an was honored on the list
- 从39个kaggle竞赛中总结出来的图像分割的Tips和Tricks
- Research and practice of super-resolution technology in the field of real-time audio and video
- CMD command enters MySQL times service name or command error (fool teaching)
- UCloud是基础云计算服务提供商
- 开源OA开发平台:合同管理使用手册
猜你喜欢
AD域组策略管理
转置卷积理论解释(输入输出大小分析)
Chief technology officer of Pasqual: analog quantum computing takes the lead in bringing quantum advantages to industry
一张图深入的理解FP/FN/Precision/Recall
Install mysql8 for Linux X ultra detailed graphic tutorial
【RT-Thread env 工具安装】
爬虫实战(七):爬王者英雄图片
杰理之相同声道的耳机不允许配对【篇】
谷歌seo外链Backlinks研究工具推荐
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
随机推荐
J ü rgen schmidhub reviews the 25th anniversary of LSTM papers: long short term memory All computable metaverses. Hierarchical reinforcement learning (RL). Meta-RL. Abstractions in generative adversar
2022.07.02
杰理之手动配对方式【篇】
【RT-Thread env 工具安装】
LC: string conversion integer (ATOI) + appearance sequence + longest common prefix
9 atomic operation class 18 Rohan enhancement
MySQL、sqlserver oracle数据库连接方式
Solve the error reporting problem of rosdep
多个kubernetes集群如何实现共享同一个存储
凌云出海记 | 赛盒&华为云:共助跨境电商行业可持续发展
Kirin Xin'an cloud platform is newly upgraded!
IP 工具类
Flipping game (enumeration)
现在股票开户可以直接在网上开吗?安全吗。
杰理之关于 TWS 配对方式配置【篇】
AI writes a poem
Ucloud is a basic cloud computing service provider
what‘s the meaning of inference
R language uses ggplot2 function to visualize the histogram distribution of counting target variables that need to build Poisson regression model, and analyzes the feasibility of building Poisson regr
PV静态创建和动态创建