Error: "Ignoring query to other database" when running a mySql command in the command line
|
|
|
|
|
Question: I get the the following error: "Ignoring query to other database" when running a mySql command in the command line. Eg. SELECTÂ * FROM users; or SHOW tables; Answer:Â In the command line make sure you used the correct syntax when connecting to mySql Correct example:
Wrong example: (This is what I did that caused this error)
|