mdf数据库文件密码怎么解

mdf数据库文件密码怎么解,第1张

解一个加密数据库sql文件*.mdf.万能的软件

1.

虚拟光驱打开,比如:Daemon Tools 如果文件的类型是*.mdf文件或其它的镜像文件,需要安装虚拟光驱,才能解出安装程序。

2.

装上虚光驱后,在我的电脑里会出现一个新的虚拟光驱盘(一般为I盘或者其它符号),然后在任务栏的右边会出现一个红色的虚拟光驱图标,单击它,d出列表后选择“驱动器”栏,d出对话框后,打开需要解出的文件(*.mdf文件),再到虚拟光驱盘双击打开,就可以看到安装程序或者是某些文件.

查看更多

10down voteaccepted

In the menu click "Database" and then "Forward engineering" (shortcut CTRL+G).

UPDATE:

Your .mwb file is a proprietary format, which also holds information of the graphical representation in Workbench. Your generated .sql file is a script, which your MySQL server needs to interpret. To create the database you designed via command line write something like this in the console of your choice:

mysql -u yourUser -p yourDatabase <yourFile.sql

You can omit "yourDatabase" when you create it with your script.


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5910196.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-03-08
下一篇 2023-03-08

发表评论

登录后才能评论

评论列表(0条)

保存