http://www.prcheckingtool.com

Senin, 04 Juni 2012

Ignoring query to other database

If you find this message on your mysql
"Ignoring query to other database"

please follow this command :


root@hij4u:~# mysql -v -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 126
Server version: 5.1.41-3ubuntu12.10 (Ubuntu)

Reading history-file /root/.mysql_history
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> show databases;
--------------
show databases
--------------

+--------------------+
| Database           |
+--------------------+
| information_schema |
| dummies            |
| dvwa               |
| mysql              |
+--------------------+
4 rows in set (0.00 sec)

Good Luck :)

Tidak ada komentar:

Posting Komentar