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
上传用户:朗朗乾坤
VC连接Mysql的类,使用C API编写
上传时间: 2017-06-17
上传用户:wcl168881111111
mysql的出错代码表,根据mysql的头文件mysql/include/mysqld_error.h整理而成
上传时间: 2013-12-05
上传用户:wmwai1314
Java与Mysql作连接,主要是缺少mysql驱动程序,只要搭配到位应该没有问题,代码检查过没有逻辑问题.
上传时间: 2014-01-10
上传用户:LIKE