Untitled

 avatar
unknown
plain_text
4 years ago
2.2 kB
10
Indexable
~ $ mysqld --skip-grant-tables --general-log &
[1] 10816
~ $ 2021-10-16 14:44:26 0 [Note] mysqld (server 10.6.4-MariaDB-log) starting as process 10816 ...
2021-10-16 14:44:26 0 [Warning] Could not increase number of max_open_files to more than 1024 (request: 32182)
2021-10-16 14:44:26 0 [Warning] Changed limits: max_open_files: 1024  max_connections: 151 (was 151)  table_cache: 421 (was 2000)
2021-10-16 14:44:26 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-10-16 14:44:26 0 [Note] InnoDB: Number of pools: 1
2021-10-16 14:44:26 0 [Note] InnoDB: Using generic crc32 instructions
2021-10-16 14:44:26 0 [Note] mysqld: O_TMPFILE is not supported on /data/data/com.termux/files/usr/tmp (disabling future attempts)
2021-10-16 14:44:26 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
2021-10-16 14:44:26 0 [Note] InnoDB: Completed initialization of buffer pool
2021-10-16 14:44:26 0 [Note] InnoDB: Setting log file ./ib_logfile101 size to 100663296 bytes
2021-10-16 14:44:26 0 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
2021-10-16 14:44:26 0 [Note] InnoDB: New log file created, LSN=42245
2021-10-16 14:44:26 0 [Note] InnoDB: 128 rollback segments are active.
2021-10-16 14:44:26 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-10-16 14:44:26 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-10-16 14:44:26 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2021-10-16 14:44:26 0 [Note] InnoDB: 10.6.4 started; log sequence number 0; transaction id 14
2021-10-16 14:44:26 0 [Note] InnoDB: Loading buffer pool(s) from /data/data/com.termux/files/usr/var/lib/mysql/ib_buffer_pool
2021-10-16 14:44:26 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-10-16 14:44:26 0 [Note] Server socket created on IP: '::'.
2021-10-16 14:44:26 0 [Note] Server socket created on IP: '0.0.0.0'.
2021-10-16 14:44:26 0 [ERROR] Can't start server : Bind on unix socket: No such file or directory
2021-10-16 14:44:26 0 [ERROR] Do you already have another server running on socket: /data/data/com.termux/files/usr/run/mysqld.sock ?
2021-10-16 14:44:26 0 [ERROR] Aborting
Warning: Memory not freed: 280
~ $
Editor is loading...