但从来没有看到它为MysqL.你知道吗?
The explain plan shows the operations MysqL performs when it runs sql statements. This information can help optimize sql performance. MysqLWorkbench Visualize Explain plans graphically show and highlight how sql statements execute within MysqL.
在我的版本(Mac上的6.3)中,它是顶部菜单中的Query选项,然后是“Explain current statement” – 在实际查询中使用它,而不是EXPLAIN …查询.
另见https://opensourcedba.wordpress.com/2012/11/09/visual-explain-part-2/
希望有所帮助(: