I was attempting to recover some diskspace as described here:
How to shrink/purge ibdata1 file in MySQL
I did a mysqldump for all databases.
Then I dumped all the databases and unfortunately I was a bit fast and deleted the database named "mysql" too.
Now I can not reconnect to the server, "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' "
I suppose I have deleted account info etc?
So what are my options? Re-Install MySQL and import the dump?
The MySQL accounts I had where simple so I can easily re-create them.