基于 Web 的 MySQL 界面比 phpMyAdmin 更好

2022-01-05 00:00:00 mysql phpmyadmin

是否有比 phpMyAdmin 更好的 MySQL 网页界面?我经常使用 phpMyAdmin,但它变得很痛苦,尤其是有时很慢.

Is there any webbased interface for MySQL better than phpMyAdmin? I use phpMyAdmin a lot but it is becoming a pain, especially it is slow sometimes.

我想要像 phpMyAdmin 这样的深度导出功能,但有更多的设计功能

I'd like to have deep export functionality like phpMyAdmin but more design features

推荐答案

为什么不直接使用客户端?在我看来,它们要好得多.

Why don't you just use a client? They are a lot nicer in my opinion.

我喜欢 SQLyog 因为它支持很多 MySQL 功能(存储过程),但我曾经使用 HeidiSQL也很不错.

I love SQLyog because it supports a lot of MySQL features (stored procedures) but I used to use HeidiSQL and it was nice as well.

对于基于网络的客户,很遗憾我没有得到任何建议.

As for web based clients, I haven't got any suggestions unfortunately.

相关文章