MySql下的許可權問題

2022-04-01 00:09:49 字數 442 閱讀 1108

乙個b/s系統,web 採用window2003 iis6.0 + .net2.0,資料庫採用 linux + mysql5.1

mysql.db表中使用者user_a除了grant_priv許可權沒有,其它許可權都是開放的。

使用sqlyog客戶端連mysql資料庫,使用者user_a可以執行儲存過程。

使用程式連線時,執行儲存過程會報許可權問題。錯誤資訊如下:

unable to retrieve stored procedure metadata.  either grant  selectprivilege to mysql.proc for this user or use "use procedure bodies=false" with  your connection string

如果是沒有許可權,為什麼在sqlyog客戶端可以執行呢?

個人解決方法:使用超級使用者連線。

mysql 許可權 無效 mysql許可權問題

mysql資料庫許可權問題 root 擁有所有許可權 可以幹任何事情 許可權賬戶,只擁有部分許可權 curd 例如,只能操作某個資料庫的某張表 修改mysql 初始root賬戶密碼 first 在mysql資料庫中查詢 user 使用者配置表內含密碼 select from user 此時在表中的密...

MySQL許可權問題

1 修改mysql使用者密碼 1 先來看乙個password 函式,mysql使用md5加密 select password root 2 使用mysql資料庫,檢視使用者表 use mysql select from user 3 修改密碼 update user set password pas...

mysql的詭異問題,許可權問題

今天倒騰各種運營中的專案到新的伺服器,centos 6.3系統,mysql5.5 mysql配置的時候google到乙份貌似不錯的my.cnf配置,就隨手貼過來了,結果悲劇開始了。首先是各種起不來,折騰了半天發現日誌裡面各種引數不是過期就是錯誤,改了五六個引數才讓mysql跑起來。然後挪了datad...