Advertisement
Guest User

Untitled

a guest
Jan 21st, 2013
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. sudo mysqld
  2. 130121 16:41:24 [Note] Plugin 'FEDERATED' is disabled.
  3. mysqld: Table 'plugin' is read only
  4. 130121 16:41:24 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
  5. 130121 16:41:24 InnoDB: The InnoDB memory heap is disabled
  6. 130121 16:41:24 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  7. 130121 16:41:24 InnoDB: Compressed tables use zlib 1.2.3.4
  8. 130121 16:41:24 InnoDB: Initializing buffer pool, size = 128.0M
  9. 130121 16:41:24 InnoDB: Completed initialization of buffer pool
  10. 130121 16:41:24 InnoDB: highest supported file format is Barracuda.
  11. 130121 16:41:25 InnoDB: Waiting for the background threads to start
  12. 130121 16:41:26 InnoDB: 1.1.8 started; log sequence number 642219839
  13. 130121 16:41:26 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
  14. 130121 16:41:26 [Note] - '127.0.0.1' resolves to '127.0.0.1';
  15. 130121 16:41:26 [Note] Server socket created on IP: '127.0.0.1'.
  16. 130121 16:41:26 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'host' is read only
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement