WITH GRANT OPTION的作用
資料庫新增使用者語句:
grant all privileges on testdb.* to ‘test_user’@’localhost’ identified by “jack” with grant option;
WITH GRANT OPTION 這個選項表示該使用者可以將自己擁有的許可權授權給別人。注意:經常有人在建立操作使用者的時候不指定WITH GRANT OPTION選項導致後來該使用者不能使用GRANT命令建立使用者或者給其它使用者授權。
如果不想這個使用者有這個grant的許可權,可以不加這句
---------------------
作者:linux凱
來源:CSDN
原文:https://blog.csdn.net/chenghuikai/article/details/52219491
版權宣告:本文為博主原創文章,轉載請附上博文連結!
相關推薦
WITH GRANT OPTION的作用
資料庫新增使用者語句: grant all privileges on testdb.* to ‘test_user’@’localhost’ identified by “jack” with grant option; WITH GRANT OPTION 這個選項表示該使用者可以
mysql版本:'for the right syntax to use near 'identified by 'password' with grant option'
查詢mysql具體版本 SELECT @@VERSION 問題分析:mysql版本8.0.13,在給新使用者授權時,發生了變化: 1064 - You have an error in your SQL syntax; check the manual that corre
Android source code compile error: “Try increasing heap size with java option '-Xmx<size>'”
eap pre ted str tools courier odi xmx tier export JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4g" ./prebui
MySQL之理解檢視的with check option
檢視定義: 檢視(view)是一種虛擬存在的表,是一個邏輯表,本身並不包含資料。作為一個select語句儲存在資料字典中的。 檢視建立: CREATE VIEW 檢視名(列表名) AS SELECT 查詢子句 [WITH CHECK OPTION]  
OCP-1Z0-051 第2題 檢視的WITH CHECK OPTION選項
SQL> CREATE VIEW v4 2 AS SELECT prod_id, cust_id, SUM(quantity_sold) FROM SALES 3 WHERE time_id <= SYSDATE - 2*365 4 GROUP BY prod_id, cust_id
Try increasing heap size with java option '-XmxAndroid 7.0工程之預編譯jack伺服器
stackoverflow Try increasing heap size with java option ‘-Xmx export JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation
建立檢視的with check option選項。
預設情況下,由於行通過檢視進行新增或更新,當其不再符合定義檢視的查詢的條件時,它們即從檢視範圍中消失。例如,可建立一個查詢,從而定義一個檢視以在表中檢索所有員工薪水低於 $30,000 的行。如果該員工的薪水漲到了 $32,000,則查詢檢視時該特定員工將不再出現,因其薪水不符合檢視所設的標準。但是,WITH
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get m
今天遇到一個奇葩的問題,蛋疼了半天,怎麼搞都搞不定,哎,那個無奈啊! 好吧,我用的是下面的1方法定位到了自己的錯誤 1、一般出現這個錯誤是自己當前新加的專案問題,可以嘗試選擇自己當前專案,選擇 Bui
實驗理解ADMIN OPTION和GRANT OPTION的用法
使用GRANT賦予使用者許可權的時候通常有ADMIN OPTION和GRANT OPTION這兩個OPTION。下面使用簡單的實驗來體會下這兩種授權的用途。 一、ADMIN OPTION引數 實驗:
oracle ORA-39700: database must be opened with UPGRADE option
ORA-01092: ORACLE instance terminated. Disconnection forced ORA-
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot exe
mysql 配置檔案目錄:/etc/my.cnf root 密碼為空的時候配置檔案中下面這句: skip-grant-tables GRANT ALL PRIVILEGES ON *.* TO IDENTIFIED BY '123' WITH GRAN
php編譯參數註解--不明白許多參數的作用 慎用 –with-curlwrappers參數【轉載】
大小 debug ttext s參數 without freetype sql安裝 exif ati 在Linux下安裝PHP,源代碼方式安裝,總需要配置很多參數。這裏列出常用配置參數,並詳細用中文解釋說明了。給大家一些參考 編譯PHP的時候慎用 –with-curlwra
vi is failed with error "E382: Cannot write, 'buftype' option is set" in Linux
rom set ror ast style led not file ati 在linux下生成jar文件遇到了編碼問題,於是想vi t.jar,在保存是報錯:E382: Cannot write, ‘buftype‘ option is set 解決方法: 可以用下面的命
java中try-catch模塊中with語句塊的作用
天突 java7 all 現在 NPU cat tput file try語句 以前寫try-catch時,遇到一些流、連接等對象,必定需要添加finally語句來關閉這些對象。今天突然發現try的with模塊可以省略在finally手動關閉的動作,可以通過將這些對象定義在
ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
== running \n 就是 linux下 錯誤 var 網上 fontsize 今天在學習MySQL時候,想要將文本文件的數據導入到數據庫中,卻發現一直報錯,換了導入文本的路徑也還是同樣的錯誤,錯誤顯示ERROR 1290 (HY000): The MySQL s
The 'cursor' option is required, except for aggregate with the explain argument 錯誤處理
使用mongoTemplate.aggregate來進行查詢 錯誤資訊:The 'cursor' option is required, except for aggregate with the explain argument 我本來使用的pom配置如下:
啟動mongodb 出現errmsg" : "This node was not started with the replSet option"
解決方法: 1、先啟動sudo service mongod start 2、關閉sudo service mongod stop 檢視狀態sudo service mongod status 顯示dead 3、再開一臺終端執行 mongod --port=27001 --dbpath=./
python中__enter__與__exit__和with的關係及作用
有些事情,可能需要做些初始化操作,使用完成後需要收尾操作,對於此情況,with就能很好的派上用場了,舉個栗子: class CallFun(object): def __init__(self, name): print "__init__" s
ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot ···
MySQL報錯:ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement 1.報錯 ERROR 12
The MySQL server is running with the --secure-file-priv option
ERROR 1290 (HY000) at line 1: The MySQL server is running with the --secure-file-priv option so it cannot execute this statement SELECT * INTO