View Single Post
Tuổi 09-08-2019, 10:39 AM   #1
hoctinhoc
Guest
 
Trả Lời: n/a
Fix lỗi "ignoring query to other database" mysql
Fix lỗi "ignoring query to other database" mysql


Khi bạn thực hiện query bị báo lỗi



===================
I keep getting this weird message, while executing any query in command prompt MySQL.
ignoring query to other database I have already tried changing the database by issuing the "use database_name" command.

===================


Nghĩa là bạn truy cập mysql sai cú pháp


mysql -root -p // là sai Bạn sữa lại:...
mysql -uroot -p ====> là đúng thì bên trong mysql query sẽ bình thường.


Chúc bạn thành công.

https://stackoverflow.com/questions/...e-command-line
  Trả lời ngay kèm theo trích dẫn này