Phpmyadmin 从数据库中导出一个 table,带点(格式化)输出...

Phpmyadmin export a table from the database with dotted (formatted) output...

我希望使用 phpMyAdmin 导出一个 table,带有格式化的输出。 例如,考虑亚历克斯对这个问题的回答:

Edit mysql table

在他的回答中,他用虚线显示了 table 个值。这就是我想要完成的那种格式化输出。我在这个社区的其他帖子中看到了类似的输出。

如何从 Phpmyadmin 导出或获取 table 的类似输出?

您不能直接从 phpMyAdmin 导出到 Markdown。最接近的导出类型可能是 Mediawiki table,因此您可以将其处理成您可以在此处 post 使用的内容。

就我个人而言,最常见的是,我用手写出来并用 http://www.sensefulsolutions.com/2010/10/format-text-as-table.html which I found through the question at https://meta.stackexchange.com/questions/96125/how-to-format-sql-tables-in-a-stack-overflow-post which I originally found by a Google search for "markdown database structure." I generally find that if a database structure is so long that I don't want to type by hand and instead find copy/paste necessary, that I probably haven't reduced the question or answer to enough of a minimum test case.

处的工具按摩