Advertisement
JMatthewman

RaspBMC MySQL Installation Error

Dec 27th, 2012
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. Selecting previously unselected package mysql-server-5.5.
  2. (Reading database ... 25758 files and directories currently installed.)
  3. Unpacking mysql-server-5.5 (from .../mysql-server-5.5_5.5.28+dfsg-1_armhf.deb) ...
  4. Setting up mysql-server-5.5 (5.5.28+dfsg-1) ...
  5. [ ok ] Stopping MySQL database server: mysqld.
  6. 121228 1:21:41 [Note] Plugin 'FEDERATED' is disabled.
  7. 121228 1:21:41 InnoDB: The InnoDB memory heap is disabled
  8. 121228 1:21:41 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  9. 121228 1:21:41 InnoDB: Compressed tables use zlib 1.2.7
  10. 121228 1:21:41 InnoDB: Using Linux native AIO
  11. 121228 1:21:41 InnoDB: Initializing buffer pool, size = 128.0M
  12. InnoDB: mmap(135987200 bytes) failed; errno 12
  13. 121228 1:21:41 InnoDB: Completed initialization of buffer pool
  14. 121228 1:21:41 InnoDB: Fatal error: cannot allocate memory for the buffer pool
  15. 121228 1:21:41 [ERROR] Plugin 'InnoDB' init function returned error.
  16. 121228 1:21:41 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
  17. 121228 1:21:41 [ERROR] Unknown/unsupported storage engine: InnoDB
  18. 121228 1:21:41 [ERROR] Aborting
  19.  
  20. 121228 1:21:41 [Note] /usr/sbin/mysqld: Shutdown complete
  21. Package configuration
  22. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  23.  
  24.  
  25. +---------------------------------------------------------------------Configuring mysql-server-5.5-----------------------------------------------------------------------+
  26. ¦ Unable to set password for the MySQL "root" user ¦
  27. ¦ ¦
  28. ¦ An error occurred while setting the password for the MySQL administrative user. This may have happened because the account already has a password, or because of a ¦
  29. ¦ communication problem with the MySQL server. ¦
  30. ¦ ¦
  31. ¦ You should check the account's password after the package installation. ¦
  32. ¦ ¦
  33. ¦ Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more information. ¦
  34. ¦ ¦
  35. ¦ ¦
  36. +------------------------------------------------------------------------------------------------------------------------------------------------------------------------¦
  37. ¦ < OK > ¦
  38. +------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  39.  
  40.  
  41. [FAIL] Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
  42. invoke-rc.d: initscript mysql, action "start" failed.
  43. dpkg: error processing mysql-server-5.5 (--configure):
  44. subprocess installed post-installation script returned error exit status 1
  45. Errors were encountered while processing:
  46. mysql-server-5.5
  47. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement