Quick solved
I have look at the MariaDB log:
/var/log/mysql/error.log
2018-03-09 18:13:00 140343736226368 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2018-03-09 18:13:00 140343736226368 [Note] InnoDB: The InnoDB memory heap is disabled
2018-03-09 18:13:00 140343736226368 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2018-03-09 18:13:00 140343736226368 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2018-03-09 18:13:00 140343736226368 [Note] InnoDB: Compressed tables use zlib 1.2.8
2018-03-09 18:13:00 140343736226368 [Note] InnoDB: Using Linux native AIO
2018-03-09 18:13:00 140343736226368 [Note] InnoDB: Using SSE crc32 instructions
2018-03-09 18:13:00 140343736226368 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-03-09 18:13:00 140343736226368 [Note] InnoDB: Completed initialization of buffer pool
2018-03-09 18:13:00 140343736226368 [Note] InnoDB: Highest supported file format is Barracuda.
2018-03-09 18:13:00 140343736226368 [Note] InnoDB: 128 rollback segment(s) are active.
2018-03-09 18:13:00 140343736226368 [Note] InnoDB: Waiting for purge to start
2018-03-09 18:13:00 140343736226368 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.36-82.1 started; log sequence number 166024022
2018-03-09 18:13:00 140343736226368 [Note] Plugin 'FEEDBACK' is disabled.
2018-03-09 18:13:00 140343076976384 [Note] InnoDB: Dumping buffer pool(s) not yet started
2018-03-09 18:13:00 140343736226368 [Note] Recovering after a crash using tc.log
2018-03-09 18:13:00 140343736226368 [ERROR] Can't init tc log
2018-03-09 18:13:00 140343736226368 [ERROR] Aborting
If you delete /var/lib/mysql/tc.log, it appears to work
Sorry for the inconvenience, I let it here in case someone googling the same problem