how to log in to mysql and query the database from linux terminal

后端 未结 12 2562
野趣味
野趣味 2020-12-04 06:47

I am using debian linux. I have a linux machine on which mysql is install. I can log in to my linux machine using root user as well as other user. I can connect to mysql dat

12条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 07:21

    In Ubuntu, all I have to do ran is sudo mysql in GNOME terminal and that's it. I can start making databases or query a data in table, etc.

提交回复
热议问题