$ mariadblocal --log-error=/tmp/m.err
|
Installing MariaDB/MySQL system tables in '/tmp/build-mariadb-server-10.3-datadir' ...
|
2022-10-19 15:28:46 0 [Note] /home/dan/repos/build-mariadb-server-10.3/sql/mysqld (mysqld 10.3.37-MariaDB) starting as process 113985 ...
|
2022-10-19 15:28:46 0 [Note] InnoDB: Using Linux native AIO
|
2022-10-19 15:28:46 0 [Note] InnoDB: The first innodb_system data file 'ibdata1' did not exist. A new tablespace will be created!
|
2022-10-19 15:28:46 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
|
2022-10-19 15:28:46 0 [Note] InnoDB: Uses event mutexes
|
2022-10-19 15:28:46 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
|
2022-10-19 15:28:46 0 [Note] InnoDB: Number of pools: 1
|
2022-10-19 15:28:46 0 [Note] InnoDB: Using SSE2 crc32 instructions
|
2022-10-19 15:28:46 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
|
2022-10-19 15:28:46 0 [Note] InnoDB: Completed initialization of buffer pool
|
2022-10-19 15:28:46 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
|
2022-10-19 15:28:46 0 [Note] InnoDB: Setting file './ibdata1' size to 12 MB. Physically writing the file full; Please wait ...
|
2022-10-19 15:28:46 0 [Note] InnoDB: File './ibdata1' size is now 12 MB.
|
2022-10-19 15:28:46 0 [Note] InnoDB: Setting log file ./ib_logfile101 size to 50331648 bytes
|
2022-10-19 15:28:46 0 [Note] InnoDB: Setting log file ./ib_logfile1 size to 50331648 bytes
|
2022-10-19 15:28:46 0 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
|
2022-10-19 15:28:46 0 [Note] InnoDB: New log files created, LSN=44897
|
2022-10-19 15:28:46 0 [Note] InnoDB: Doublewrite buffer not found: creating new
|
2022-10-19 15:28:46 0 [Note] InnoDB: Doublewrite buffer created
|
2022-10-19 15:28:46 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
|
2022-10-19 15:28:46 0 [Note] InnoDB: Creating foreign key constraint system tables.
|
2022-10-19 15:28:46 0 [Note] InnoDB: Creating tablespace and datafile system tables.
|
2022-10-19 15:28:46 0 [Note] InnoDB: Creating sys_virtual system tables.
|
2022-10-19 15:28:46 0 [Note] InnoDB: Creating shared tablespace for temporary tables
|
2022-10-19 15:28:46 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
|
2022-10-19 15:28:46 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
|
2022-10-19 15:28:46 0 [Note] InnoDB: Waiting for purge to start
|
2022-10-19 15:28:46 0 [Note] InnoDB: 10.3.37 started; log sequence number 0; transaction id 7
|
OK
|
2022-10-19 15:28:48 0 [Note] sql/mysqld (mysqld 10.3.37-MariaDB) starting as process 114016 ...
|
..
|
I understand what you mean , you set the log_error= /root/error.log within mysqld cnf . So I add an error message like this.