Advertisement
quiliro

MariaDB error in GuixSD

Feb 14th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. After creating /var/lib/mysql directory, running MariaDB gives this error:
  2. $ mysqld
  3. 2017-02-14 17:41:45 3073408640 [Note] mysqld (mysqld 10.1.21-MariaDB) starting as process 19269 ...
  4. 2017-02-14 17:41:45 3073408640 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  5. 2017-02-14 17:41:45 3073408640 [Note] InnoDB: The InnoDB memory heap is disabled
  6. 2017-02-14 17:41:45 3073408640 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  7. 2017-02-14 17:41:45 3073408640 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  8. 2017-02-14 17:41:45 3073408640 [Note] InnoDB: Compressed tables use zlib 1.2.3
  9. 2017-02-14 17:41:45 3073408640 [Note] InnoDB: Using Linux native AIO
  10. 2017-02-14 17:41:45 3073408640 [Note] InnoDB: Using generic crc32 instructions
  11. 2017-02-14 17:41:45 3073408640 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  12. 2017-02-14 17:41:45 3073408640 [Note] InnoDB: Completed initialization of buffer pool
  13. 2017-02-14 17:41:45 3073408640 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
  14. 2017-02-14 17:41:45 3073408640 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
  15. 2017-02-14 17:41:45 3073408640 [Note] InnoDB: Database physically writes the file full: wait...
  16. 2017-02-14 17:41:46 3073408640 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
  17. 2017-02-14 17:41:48 3073408640 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
  18. 2017-02-14 17:41:50 3073408640 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
  19. 2017-02-14 17:41:50 3073408640 [Warning] InnoDB: New log files created, LSN=45883
  20. 2017-02-14 17:41:50 3073408640 [Note] InnoDB: Doublewrite buffer not found: creating new
  21. 2017-02-14 17:41:50 3073408640 [Note] InnoDB: Doublewrite buffer created
  22. 2017-02-14 17:41:50 3073408640 [Note] InnoDB: 128 rollback segment(s) are active.
  23. 2017-02-14 17:41:50 3073408640 [Warning] InnoDB: Creating foreign key constraint system tables.
  24. 2017-02-14 17:41:50 3073408640 [Note] InnoDB: Foreign key constraint system tables created
  25. 2017-02-14 17:41:50 3073408640 [Note] InnoDB: Creating tablespace and datafile system tables.
  26. 2017-02-14 17:41:50 3073408640 [Note] InnoDB: Tablespace and datafile system tables created.
  27. 2017-02-14 17:41:50 3073408640 [Note] InnoDB: Waiting for purge to start
  28. 2017-02-14 17:41:50 3073408640 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.34-79.1 started; log sequence number 0
  29. 2017-02-14 17:41:51 2411723584 [Note] InnoDB: Dumping buffer pool(s) not yet started
  30. 2017-02-14 17:41:51 3073408640 [Note] Plugin 'FEEDBACK' is disabled.
  31. 2017-02-14 17:41:51 3073408640 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
  32. 2017-02-14 17:41:51 3073408640 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist
  33. 2017-02-14 17:41:51 3073408640 [Note] Server socket created on IP: '::'.
  34. 2017-02-14 17:41:51 3073408640 [ERROR] Can't start server : Bind on unix socket: No such file or directory
  35. 2017-02-14 17:41:51 3073408640 [ERROR] Do you already have another mysqld server running on socket: /run/mysqld/mysqld.sock ?
  36. 2017-02-14 17:41:51 3073408640 [ERROR] Aborting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement