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

后端 未结 12 2597
野趣味
野趣味 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:15

    if u got still no access to db, 1. in ur error message is set no password right? then first do mysqlpasswd 'username' after that enter and then give it a password type again as requested and then try to access again with mysql -p if you are root

提交回复
热议问题