使用 PHP 打开 .dbi 文件
我想用 PHP 打开 .dbi 文件。我在谷歌上找不到任何关于此的信息。也许你们中的一些人可以帮助我?
是否有一个片段可以从 dbi 文件中获取数据结构?
谢谢!
i want to open a .dbi file with PHP. i cant find anything about this on google. maybe some guys of you can help me?
is there maybe a snippet to grab the data structure from a dbi file?
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您最好使用导入工具,将 DBI 文件导入 MySQL 数据库。这样您就可以使用 PHP 中的常规 MySQL 函数访问数据。
我相信 Navicat 导入 DBI 文件:
http://www.navicat.com/
You'd be better off using an import tool, importing the DBI file into a MySQL database. That way you can access the data using regular MySQL functions in PHP.
I believe Navicat imports DBI files:
http://www.navicat.com/