Note that there are some explanatory texts on larger screens.

plurals
  1. POCannot start MySql server
    primarykey
    data
    text
    <p>I have problem starting the MySql server. The log says:</p> <pre><code>InnoDB: Error in opening ./ibdata1 111220 16:16:43 InnoDB: Operating system error number 11 in a file operation. InnoDB: Error number 11 means 'Resource temporarily unavailable'. InnoDB: Some operating system error numbers are described at InnoDB: http://dev.mysql.com/doc/refman/5.0/en/operating-system-error-codes.html InnoDB: Could not open or create data files. InnoDB: If you tried to add new data files, and it failed here, InnoDB: you should now edit innodb_data_file_path in my.cnf back InnoDB: to what it was, and remove the new ibdata files InnoDB created InnoDB: in this failed attempt. InnoDB only wrote those files full of InnoDB: zeros, but did not yet use them in any way. But be careful: do not InnoDB: remove old data files which contain your precious data! /usr/libexec/mysqld: Disk is full writing './mysql-bin.000028' (Errcode: 28). Waiting for someone to free space... Retry in 60 secs </code></pre> <p>After I check the disk - it says it's full. So, after searching for solution - I found that I need to purge the binary log. However, in order to purge - I need to start the MySql server, but all the spacein the disk is taken by the binary log, so I can't start... It's also not advised to simply delete the binary logs. So, I am kind of stuck. Can't run the mysql to purge logs and can't purge logs because can't run server. Any help? :)</p> <p>Edit: The disk contains only the logs, there's nothing else.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload