java proiect with mysql conector, librari administrator
标签: administrator conector proiect librari
上传时间: 2017-06-09
上传用户:youmo81
用java访问MySQL数据库的JDBC驱动程序。
上传时间: 2013-12-18
上传用户:爺的气质
一个主从mysql热备份的设计方案.内有实现脚本,挺实用的.
上传时间: 2017-06-12
上传用户:拔丝土豆
delphi连接Mysql方法,以及如何查询数据库。
上传时间: 2017-06-13
上传用户:gyq
一个简单的Java数据库连接 这个是一个关于MySQL的数据库连接
上传时间: 2017-06-14
上传用户:钓鳌牧马
phpMySQLAutoBackup能自动备份mysql数据库,并将导出的数据库(数据与结构)压缩成gzip格式然后用email通知你。phpMySQLAutoBackup能够按设置每天/周定时备份,选择不同的表格来备份,当备份表格时,可以设置备份开始和结束的行数,以便让你能够有选择的备份一个巨大表格(数百万条数据)任一部分。
标签: phpMySQLAutoBackup mysql 自动备份 数据库
上传时间: 2013-12-04
上传用户:笨小孩
手把手教你安装hibernate+tomcat+mysql
标签: hibernate tomcat mysql 手把手
上传时间: 2017-06-15
上传用户:zwei41
online quiz application is a web application for conducting online quiz.uses mysql,jsp,java script
标签: application online quiz conducting
上传时间: 2014-01-04
上传用户:ynsnjs
alter table tbl_name add col_name type 例如,给表增加一列weight mysql>alter table pet add weight int 删除列 alter table tbl_name drop col_name 例如,删除列weight: mysql>alter table pet drop weight 改变列 alter table tbl_name modify col_name type 例如,改变weight的类型: mysql> alter table pet modify weight samllint 另一种方法是: alter table tbl_name change old_col_name col_name type 例如: mysql> alter table pet change weight weight samllint 给列更名 mysql>alter table pet change weight wei 给表更名 alter table tbl_name rename new_tbl 例如,把pet表更名为animal mysql>alter table pet rename animal
上传时间: 2013-12-06
上传用户:离殇
JDBC从配置文件读取mysql的连接的配置信息(相关配置和环境)
上传时间: 2013-12-23
上传用户:朗朗乾坤