MySQL Workbench not displaying query results

前端 未结 16 1387
失恋的感觉
失恋的感觉 2021-01-31 07:11

When I query a table in MySQL Workbench, no results are shown, the result section is just blank, no grid or anything. However if I export the data, it is all there. Everything w

16条回答
  •  粉色の甜心
    2021-01-31 07:25

    If you do not want to compile it yourself you can go to:

    Applications→Ubuntu Software Center→Edit→Software Sources→Updates
    

    there you can check hardy-proposed is ticked(for 14.10 will be utopic-proposed) demo image

    Source

    then simply go to terminal and type:

    sudo apt-get install mysql-workbench
    


    As a note, you will get other updates to, witch may not be stable!!!

提交回复
热议问题