| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
openkk
13年前发布

MySQL表结构比对更新工具 - sqlupdate

sqlupdate 读取 MySQL 的表定义 SQL 文件(tables.sql),然后与现有数据库中进行比较,然后生成更新数据库结构的 SQL 语句。

sqlupdate v1.6.5 - Copyright (C) Joel Yliluoma (http://iki.fi/bisqwit/)    Usage:      sqlupdate [options] >changes.sql         (Creates an update script)    Options:      -t tablefile          Describes the file containing                            the new sql layout. Default: tables.sql      -d database           Default: winnie3      -h host               Default: localhost      -u user               Default: root      -i                    Use CREATE INDEX instead of ALTER..ADD KEY      -m                    Add comments explaining the differences      -c                    Ignore character set differences      -p pass      -r                    Reverse operation. (new->old)    Example:    ./sqlupdate -t etimgr.sql -d etimgr | mysql -uroot    This program does not update a database. It only  produces update scripts (which show the differences).

项目主页:http://www.open-open.com/lib/view/home/1330398064155

 本文由用户 openkk 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1330398064155.html
MySQL 性能测试和优化