Skip to main content

Mysql (mariadb 103) - Unable to lock ./ibdata1 error: 11

Comments

2 comments

  • andrew.n
    What does the followings says? ps aux | grep mysqld ps aux | grep mysql ps aux | grep mariadb
    0
  • cPanelLauren
    It does sound like there could be another process running. How are you attempting to start the service? You could run the command @andrew.n asked for in one as follows: ps faux |egrep 'mysql|mariadb' (a grep for mysql will also pull up mysqld)
    0

Please sign in to leave a comment.