使用 MySQL 数据库时如何更好地可视化数据?

发布于 2024-11-08 14:00:22 字数 313 浏览 0 评论 0原文

为了仔细检查我的代码是否执行正确的操作(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

吃颗糖壮壮胆 2024-11-15 14:00:22

我个人使用 Navicat 并且我喜欢它。查看 Toad for MySQL 以获得免费工具。

I personally use Navicat and I love it. Check out Toad for MySQL for a free tool.

西瑶 2024-11-15 14:00:22

要查看数据库中的更改,您只能连接到数据库并查看结果。最好的想法是使用一些图形工具来查看数据库中的更改。这会对你有所帮助。

  1. 十大 mysql 图形工具

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.

  1. Top 10 mysql graphical tools
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文