I have tried installing & compiling mariadb 10.X on centOS 8.X a couple of times and it won't run or start for some reason.
mariadb log:
2020-05-24 21:42:11 0 [Note] InnoDB: Using Linux native AIO
2020-05-24 21:42:11 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2020-05-24 21:42:11 0 [Note] InnoDB: Uses event mutexes
2020-05-24 21:42:11 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-05-24 21:42:11 0 [Note] InnoDB: Number of pools: 1
2020-05-24 21:42:11 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-05-24 21:42:11 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
2020-05-24 21:42:11 0 [Note] InnoDB: Initializing buffer pool, total size = 1G, instances = 8, chunk size = 128M
2020-05-24 21:42:11 0 [Note] InnoDB: Completed initialization of buffer pool
2020-05-24 21:42:11 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-05-24 21:42:11 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-05-24 21:42:11 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-05-24 21:42:11 0 [Note] InnoDB: Setting file '/www/server/data/ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-05-24 21:42:11 0 [Note] InnoDB: File '/www/server/data/ibtmp1' size is now 12 MB.
2020-05-24 21:42:11 0 [Note] InnoDB: 10.4.13 started; log sequence number 60979; transaction id 21
2020-05-24 21:42:11 0 [Note] InnoDB: Loading buffer pool(s) from /www/server/data/ib_buffer_pool
2020-05-24 21:42:11 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-05-24 21:42:11 0 [Note] InnoDB: Buffer pool(s) load completed at 200524 21:42:11
2020-05-24 21:42:11 0 [Note] Server socket created on IP: '::'.
2020-05-24 21:42:11 0 [Note] Reading of all Master_info entries succeeded
2020-05-24 21:42:11 0 [Note] Added new Master_info '' to hash table
2020-05-24 21:42:11 0 [Note] /www/server/mysql/bin/mysqld: ready for connections.
Version: '10.4.13-MariaDB-log' socket: '/tmp/mysql.sock' port: 3306 Source distribution
2020-05-24 21:42:16 11 [Warning] Access denied for user 'root'@'localhost' (using password: NO)
Any suggestions?