亞馬遜RDS無法執行SET GLOBAL指令的問題依然存在
<p>我正在使用Amazon RDS進行mysql資料庫。我想執行一些SET指令,例如:</p>
<pre class="brush:php;toolbar:false;">SET GLOBAL group_concat_max_len =18446744073709551615</pre>
<p>但當我執行這個指令時,我得到以下錯誤:</p>
<pre class="brush:php;toolbar:false;">ERROR 1227 (42000): Access denied; you need (at least one of) the SUPER privilege(s) for this operation</pre>
<p>當我嘗試新增權限時,它不允許我新增。有任何幫助或建議嗎? </p>