"Ignoring to use other database"
I got it from mysql after one of my insert queries wasn't working.
I went $insert = "INSERT INTO blah blah blah";
mysql_query($insert);
didnt put anything into the database so i echod $insert and manually typed the results into the mysql command window and got the message above...
😕