Guest User

Untitled

a guest
Jul 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. 120329 20:50:27 mysqld_safe Starting mysqld daemon with databases from /Applications/MAMP/db/mysql
  2. 120329 20:50:27 [Warning] You have forced lower_case_table_names to 0 through a command-line option, even though your file system '/Applications/MAMP/db/mysql/' is case insensitive. This means that you can corrupt a MyISAM table by accessing it with different cases. You should consider changing lower_case_table_names to 1 or 2
  3. 120329 20:50:27 [Note] Plugin 'FEDERATED' is disabled.
  4. /Applications/MAMP/Library/bin/mysqld: Can't find file: './mysql/plugin.frm' (errno: 13)
  5. 120329 20:50:27 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
  6. 120329 20:50:27 InnoDB: The InnoDB memory heap is disabled
  7. 120329 20:50:27 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  8. 120329 20:50:27 InnoDB: Compressed tables use zlib 1.2.3
  9. 120329 20:50:27 InnoDB: Initializing buffer pool, size = 128.0M
  10. 120329 20:50:27 InnoDB: Completed initialization of buffer pool
  11. 120329 20:50:27 InnoDB: Operating system error number 13 in a file operation.
  12. InnoDB: The error means mysqld does not have the access rights to
  13. InnoDB: the directory.
  14. InnoDB: File name ./ibdata1
  15. InnoDB: File operation call: 'open'.
  16. InnoDB: Cannot continue operation.
  17. 120329 20:50:27 mysqld_safe mysqld from pid file /Applications/MAMP/tmp/mysql/mysql.pid ended
Add Comment
Please, Sign In to add comment