使用 MySQL 数据库时如何更好地可视化数据?
为了仔细检查我的代码是否执行正确的操作(python 和 php 查询巨大的 dMySQL 数据库),我对我的服务器执行 ssh
并启动 mysql
。然后我开始查询……查询……查询……有时查询真的很长。
那就麻烦了。 :-)
因为我必须多次仔细检查我的代码是否正确,所以我想是否有更好的方法。一定有一个!至少我希望!!
你有什么建议?
更新:
我使用的是 Ubuntu Linux 机器,运行 MySQL 的服务器也是 Ubuntu。服务器上运行着 Apache 和 PHP。
To double check if my code does the right thing (python and php querying a huge dMySQL dabase) I do ssh
to my server and fireup mysql
. Then I start querying... and querying... and querying... And the querys sometimes are really long.
That is troublesome. :-)
Because I have to double check a lot of times if my code does the right thing, I thought if there is a better approach. There must be one! At least I hope!!
What would you suggest?
Update:
I am using a Ubuntu Linux machine and the server where MySQL is running on is Ubuntu, too. The Server has Apache and PHP running on it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您是否尝试过使用 Mac 版 Querious 或 适用于大多数平台的 Mysql 查询浏览器 ?
Have you tried using something like Querious for the mac or Mysql Query browser for most platforms ?
我个人使用 Navicat 并且我喜欢它。查看 Toad for MySQL 以获得免费工具。
I personally use Navicat and I love it. Check out Toad for MySQL for a free tool.
要查看数据库中的更改,您只能连接到数据库并查看结果。最好的想法是使用一些图形工具来查看数据库中的更改。这会对你有所帮助。
To see the changes in the database you have no other than to connect to the db and see the results. Best idea is to use some graphical tool to see the changes in the db. This will help you.