Access denied; you need (at least one of) the PROCESS privilege(s)
在幫一個朋友的資料庫匯出的時候遇到錯誤,如下:
點選(此處)摺疊或開啟
-
[root@iZ252affh58Z ~]# innobackupex --defaults-file=/etc/my.cnf --host=10.51.xxx.xxx --user=xtrabk --password=xxxxxx --stream=tar /tmp | gzip > /mnt/backup/mysql_full/xtra_fullbak_2017-01-20.tar.gz
-
170120 18:21:48 innobackupex: Starting the backup operation
-
-
IMPORTANT: Please check that the backup run completes successfully.
-
At the end of a successful backup run innobackupex
-
prints "completed OK!".
-
-
170120 18:21:48 version_check Connecting to MySQL server with DSN 'dbi:mysql:;mysql_read_default_group=xtrabackup;host=10.51.xxx.xxx;port=3306;mysql_socket=/mnt/mysql/mysql.sock' as 'xtrabk' (using password: YES).
-
170120 18:21:48 version_check Connected to MySQL server
-
170120 18:21:48 version_check Executing a version check against the server...
-
170120 18:21:51 version_check Done.
-
170120 18:21:51 Connecting to MySQL server host: 10.51.xxx.xxx, user: xtrabk, password: set, port: 3306, socket: /mnt/mysql/mysql.sock
-
Using server version 5.7.12-log
- Error: failed to execute query
-
SHOW ENGINE INNODB STATUS: Access denied; you need (at least one of) the PROCESS privilege(s) for th
grant process on *.* to xtrabk@'10.51.xxx.xxx';
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/20893244/viewspace-2132811/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- You Probably Dont Need Derived State
- 理解BERT Transformer:Attention is not all you need!ORM
- [譯] You Might Not Need ES6
- 【P5】Attention Is All You Need
- nginx中報Access denied.Nginx
- Everything you need to know about mobile app architectureAPP
- 目標檢測:Segmentation is All You Need ?Segmentation
- You need tcl 8.5 or newer in order to run the Redis testRedis
- Setup had an error Error: At least one of these paths should existErrorAST
- ubuntu mysql Access denied for user root@localhostUbuntuMySqllocalhost
- Permission denied:user=xxx,access=WRITE,inode=xxx
- OGG Director連線報錯Access denied
- Access denied for user 'default'@'%' to database 'shop'報錯Database
- 經典譯文:Transformer--Attention Is All You NeedORM
- mysql 1045, "Access denied for user 'root'@'localhost' (using password: NO)"MySqllocalhost
- laravel mysql批量提交報Access denied 錯誤LaravelMySql
- [Paper Reading] KOSMOS: Language Is Not All You Need: Aligning Perception with Language Models
- 【論文閱讀筆記】Transformer——《Attention Is All You Need》筆記ORM
- vue專案中連線MySQL時,報錯ER_ACCESS_DENIED_ERROR: Access denied for user 'root'@'localhost' (using password:YES)VueMySqlErrorlocalhost
- 網站提示:You Don’t Have Permission To Access網站
- Access denied for user ‘root‘@‘localhost‘問題的解決localhost
- Unknown host ‘XXXX: nodename nor servname provided, or not known‘. You may need to adjust the proxyIDE
- ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password:YES)Errorlocalhost
- 啟動報錯:Access denied for user 'root'@'localhost' (using password:YES)localhost
- Ubuntu18.04:mysql:ERROR 1698 (28000): Access denied for user ‘root‘@‘localhost‘UbuntuMySqlErrorlocalhost
- 報錯”ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: NO)”Errorlocalhost
- [20201120]pam_systemd(crondsession) Failed to create session Access denied.txtSessionAI
- java.sql.SQLException: Access denied for user ‘root‘@‘localhost‘ (using password: YES)JavaSQLExceptionlocalhost
- 黑猴子的家:Redis 之 You need tcl 8.5 or newer in order to run the Redis testRedis
- Windows git remote: HTTP Basic: Access denied 錯誤解決辦法WindowsGitREMHTTP
- Android之Retrofit報錯Form-encoded method must contain at least one @Field.AndroidORMAIAST
- One git command may cause you hacked(CVE-2014-9390)Git
- Attention isn’t all you need!BERT的力量之源遠不止注意力
- Linux錯誤 ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)LinuxErrorlocalhost
- Caused by: java.sql.SQLException: Access denied for user 'dell-pc'@'xxxxx' (using password: YES)JavaSQLException
- hive建立分割槽表報錯AccessControlException Permission denied: user=NONE, access=WRITE, inodeHiveExceptionNone
- 解決Mysql:ERROR 1045 (28000):Access denied for user ‘root‘@‘localhost‘ (using password: NO)的方法MySqlErrorlocalhost
- NFS掛載時出現”access denied by server while mounting”的解決方法NFSServerWhile
- SpringBoot中yml配置java.sql.SQLException: Access denied for user ‘root‘@‘localhost‘ (using password: NOSpring BootJavaSQLExceptionlocalhost