Guest User

Untitled

a guest
Nov 17th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. InnoDB: Allocated tablespace ID 12 for percona/checksums, old maximum was 0
  2. InnoDB: Operating system error number 13 in a file operation.
  3. InnoDB: The error means mysqld does not have the access rights to the directory.
  4. xtrabackup: error: xb_load_tablespaces() failed witherror code 11
  5.  
  6. su -s /bin/bash databacker -c "innobackupex --user=databacker --password=p4ssw0rd --socket=/var/lib/mysql/mysql.sock --stream=tar /tmp | gzip - > /tmp/wtf.tgz"
  7.  
  8. su -s /bin/bash databacker -c "cd /tmp && touch test.txt"
  9. su -s /bin/bash databacker -c "cd /var/lib/mysql && touch test.txt"
Add Comment
Please, Sign In to add comment