Advertisement
Guest User

Untitled

a guest
Sep 14th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. db_1 |
  2. db_1 |
  3. db_1 | PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
  4. db_1 | To do so, start the server, then issue the following commands:
  5. db_1 |
  6. db_1 | '/usr/bin/mysqladmin' -u root password 'new-password'
  7. db_1 | '/usr/bin/mysqladmin' -u root -h password 'new-password'
  8. db_1 |
  9. db_1 | Alternatively you can run:
  10. db_1 | '/usr/bin/mysql_secure_installation'
  11. db_1 |
  12. db_1 | which will also give you the option of removing the test
  13. db_1 | databases and anonymous user created by default. This is
  14. db_1 | strongly recommended for production servers.
  15. db_1 |
  16. db_1 | See the MariaDB Knowledgebase at http://mariadb.com/kb or the
  17. db_1 | MySQL manual for more instructions.
  18. db_1 |
  19. db_1 | Please report any problems at http://mariadb.org/jira
  20. db_1 |
  21. db_1 | The latest information about MariaDB is available at http://mariadb.org/.
  22. db_1 | You can find additional information about the MySQL part at:
  23. db_1 | http://dev.mysql.com
  24. db_1 | Consider joining MariaDB's strong and vibrant community:
  25. db_1 | https://mariadb.org/get-involved/
  26. db_1 |
  27. db_1 | Database initialized
  28. db_1 | MySQL init process in progress...
  29. db_1 | 2019-09-14 15:37:18 0 [Note] mysqld (mysqld 10.4.8-MariaDB-1:10.4.8+maria~bionic) starting as process 107 ...
  30. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: Using Linux native AIO
  31. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  32. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: Uses event mutexes
  33. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
  34. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: Number of pools: 1
  35. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: Using SSE2 crc32 instructions
  36. db_1 | 2019-09-14 15:37:18 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
  37. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
  38. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: Completed initialization of buffer pool
  39. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  40. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
  41. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: Creating shared tablespace for temporary tables
  42. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  43. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  44. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: Waiting for purge to start
  45. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: 10.4.8 started; log sequence number 140024; transaction id 21
  46. db_1 | 2019-09-14 15:37:18 0 [Note] Plugin 'FEEDBACK' is disabled.
  47. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  48. db_1 | 2019-09-14 15:37:18 0 [Warning] 'user' entry 'root@ad89c381b2b1' ignored in --skip-name-resolve mode.
  49. db_1 | 2019-09-14 15:37:18 0 [Warning] 'user' entry '@ad89c381b2b1' ignored in --skip-name-resolve mode.
  50. db_1 | 2019-09-14 15:37:18 0 [Warning] 'proxies_priv' entry '@% root@ad89c381b2b1' ignored in --skip-name-resolve mode.
  51. db_1 | 2019-09-14 15:37:18 0 [Note] InnoDB: Buffer pool(s) load completed at 190914 15:37:18
  52. db_1 | 2019-09-14 15:37:18 0 [Note] Reading of all Master_info entries succeeded
  53. db_1 | 2019-09-14 15:37:18 0 [Note] Added new Master_info '' to hash table
  54. db_1 | 2019-09-14 15:37:18 0 [Note] mysqld: ready for connections.
  55. db_1 | Version: '10.4.8-MariaDB-1:10.4.8+maria~bionic' socket: '/var/run/mysqld/mysqld.sock' port: 0 mariadb.org binary distribution
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement