MySQL之——Ignoring query to other database
Linux命令列成功登入mysql,執行命令報 Ignoring query to other database。
[[email protected] ~]$ mysql -Uroot -p
Enter password:
mysql> select now();
Ignoring query to other database
mysql> exit
Bye
退出後重新登入,正常。
[[email protected] ~]$ mysql -uroot -p
Enter password:
mysql> select now();
+---------------------+
| now() |
+---------------------+
| 2014-01-27 10:29:47 |
+---------------------+
1 row in set (0.00 sec)
對比兩次登入命令:
第一次登入: mysql -Uroot -p
第二次登入: mysql -uroot -p
發現使用的引數一個是大寫U,一個是小寫u,而這兩個引數的含義是不一樣的。
查看了mysql的幫助,發現小寫u和大寫U代表不同的含義
[[email protected] ~]$ mysql --help| egrep 'user|safe-updates'
-u, --user=name User for login if not current user.
-U, --safe-updates Only allow UPDATE and DELETE that uses keys.
-U, --i-am-a-dummy Synonym for option --safe-updates, -U.
--select-limit=# Automatic limit for SELECT when using --safe-updates.
--safe-updates.
user (No default value)
safe-updates FALSE
如果加-U 登入mysql,則對資料的更新和刪除一定要加條件。
相關推薦
MySQL之——Ignoring query to other database
Linux命令列成功登入mysql,執行命令報 Ignoring query to other database。 [[email protected] ~]$ mysql -Uroot -p Enter password: mysql> select now();Ignoring qu
mysql Ignoring query to other database
mysql ignoring querymysql 碰到了Ignoring query to other database問題:[email protected]/* */ ~]# mysql -root -p --socket=/tmp/mysql.sock Enter password: W
MySQL報錯:Ignoring query to other database的解決辦法
MySQL query 原因是在登陸數據庫的時候,缺少了-u參數 錯誤截圖:修正截圖:MySQL報錯:Ignoring query to other database的解決辦法
_mysql_exceptions.OperationalError: (2013, 'Lost connection to MySQL server during query')
RR 時間 bsp strong span serve 方式 同事 clas 最近寫了一個定時腳本,每天淩晨跑,每次跑時間很長。 在測試這個腳本的時候,跑了一個小時,發生一個錯誤,腳本中斷,錯誤如下: _mysql_exceptions.OperationalE
MySQL中查詢時"Lost connection to MySQL server during query"報錯的解決方案
解決 lose tool 查詢 不用 resolv 原因 網上 技術 一、問題描述: mysql數據庫查詢時,遇到下面的報錯信息: 二、原因分析: dw_user 表數據量比較大,直接查詢速度慢,容易"卡死",導致數據庫自動連接超時.... 三、解決辦法: 方案1.在my
Mysql max_allowed_packet Lost connection to MySQL server during query [Err] 2013 - Lost connection to MySQL server during query
[Err] 2013 - Lost connection to MySQL server during query 解決方法: [mysqld] max_allowed_packet=20971520 我設的是20M(1024*1024*20) = 20971520
MySQL解除安裝後重新安裝失敗:The security settings could not be applied to the database bacause the ……(徹底解除安裝MySQL)
MySQL解除安裝後重新安裝失敗 錯誤提示: the security setting could not be applied to the database because the connection has failed with the following error. Err
解決workbench MySQL Error Code:2013. Lost connection to MySQL server during query
在MySQL中新建表格時出現了lost connection to MySQL的問題,在網上查了許多的方法修改timeout,max_allowed_packet。 一種方法是在cmd中修改value,但是我重啟mysql以後值就會恢復預設值,下面是修改的方法; 可以用show g
MySQL查詢錯誤程式碼: 2013 Lost connection to MySQL server during query
問題 遇到錯誤程式碼: 2013 Lost connection to MySQL server during query 分析 有許多原因,主要可能是wait_timeout,於是查詢各超時變數 SHOW VARIABLES LIKE "%timeout%"
ERROR 2013 at line 38: Lost connection to MySQL server during query
我的資料庫是mysql4.0 1、首先進入mysql。進入資料庫(use databases), 2、輸入: source scansealdb.sql (前提是必須把sql指令碼放到mysql\bin\目錄下) 3、在次輸入cmd.輸入命令:net start mysql。(
MySQL之——提示"mysql deamon failed to start"錯誤的解決方法
網站突然連線不上資料庫,於是直接重啟了一下伺服器。進到cli模式下,執行 service myqsld start 發現還是提示"mysql deamon failed to start"錯誤資訊 # /etc/init.d/mysqld start MySQL Dae
解決Lost connection to MySQL server during query錯誤方法
昨天使用Navicat for MySQL匯入MySQL資料庫的時候,出現了一個嚴重的錯誤,Lost connection to MySQL server during query,字面意思就是在查詢過程中丟失連線到MySQL伺服器。 [Msg] Decompressing
kettle入門(二) 之 kettle連線oracle報的坑爹錯誤 Error occured while trying to connect to the database 的幾種情況
1 引言 在用kettle開發抽取oracle資料的指令碼時,時常會出現 Error occured while trying to connect to the database 錯誤,但是仔細觀察日誌,引起這個錯誤的原因不盡相同。這個錯誤看起來很簡單,但是有時候越簡單
Django框架之坑你爹:後臺管理OperationalError at /admin/ unable to open database file
OperationalError at /admin/ unable to open database file Request Method: GET Request URL: http://127.0.0.1:8000/admin/ Django
Lost connection to MySQL server during query 的解決
原語句如下: update qrcode_single set time_lose = now(),operator_id = '209150004' where (qrcode_id in (select small_id from qrcode_related_box
Lost connection to MySQL server during query錯誤
關於 Lost connection to MySQL server during query 錯誤2007年04月11日 星期三 00:56晚上在虛擬機器上繼續玩 Delphi for PHP,想試試其強大的資料庫控制元件。首先在 ubuntu 的 MySQL 上建立一個
MySQL之——MySQL遠端連線丟失問題解決方法(Lost connection to MySQL server)
遠端連線mysql是總是提示: Lost connection to MySQL server at ‘reading initial communication packet', system error: 0很明顯這是連線初始化階段就丟失了連線的錯誤。 google
Lost connection to MySQL server during query (by quqi99)
問題 neutron designate日誌中發現錯誤"Got lower serial for", 並且建立zone時永遠停留在PENDING狀態. 解決 minidns中看到下列日誌: var/log/designate/designate-mdns.lo
MySQL之——server保持與MySQL的連接
size time var 字段 數據庫操作 操作 登錄 輸入 有一種 轉載請註明出處:http://blog.csdn.net/l1028386804/article/details/47008019 server程序常常要訪問數據庫,而且server程序是長時間保
MySQL之連接查詢
join java 兩張 col 等價 pan right outer 16px 1.內連接:只列出匹配的記錄 語法: SELECT … FROM join_table INNER JOIN join_table2 ON join_condition