I have a remote MYSQL database and it was filling up with data, so I was busy deleting data via mysql workbench when I lost the connection and was unable to connect to that table again. I shut down and restarted the server, however it would not restart.
- The server status is now stopped (
MYSQLD is stopped
) - When I try to start the server the status is
MYSQL Daemon failed to start
- I ran the
df -h
command and I have no available space - I know I need to create space to allow the daemon to start up. I could call the hosting service and pay for more space, but that would be a waste, as I would only need it to delete data
- Is there a way to delete data out of a table without starting the daemon? I want to create enough space to start and then delete data to keep it under the size limitations. If need be I would be prepared to drop one table to restart the database. How do I do that given that MYSQL wont start?