Hello,
it's almost one week I'm trying to figure out how to run mysqld on my CorePlus installation (latest version), it cannot start as root. I'm using the binary /usr/local/mysql/bin/mysqld I've installed mariadb-10.4.tcz. Errors printed out:
[Warning] Could not increase number of max_open_files to more than 1024 (request: 4186)
[Warning] Changed limits: max_open_files: 1024 max_connections: 151 (was 151) table_cache: 421 (was 2000)
[Warning] WSREP: Failed to guess base node address. Set it explicitly via wsrep_node_address.
[Warning] WSREP: Failed to guess base node address. Set it explicitly via wsrep_node_address.
[Warning] WSREP: Guessing address for incoming client connections failed. Try setting wsrep_node_incoming_address explicitly.
[Error] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist
[Error] Server socket created on IP: '::'
[Error] Can't start server: Bind on unix socket: Permission denied
[Error] Do you already have another mysqld server running on socket: /var/run/mysql.sock?
I have found a guide online but it is not useful, because it's not updated. Link:
https://www.parkytowers.me.uk/thin/Linux/TinycoreWP.shtml Even a live tinycore give almost the same errors with any version of mariadb.
Thank you in advance.
I hope I'm not spamming, it's my second post