I've got Quickstart 0.8 up and running but when I try to create a site through the suggested command (http://drupal.org/node/819398) I get the following errors. Not quite sure where to go from here...

quickstart@quickstart-desktop:~/websites$ drush quickstart-create all --domain=d7book.dev
Command failed:                                                                                             [error]
  ERROR 126 (HY000) at line 2: Incorrect key file for table './mysql/user.MYI'; try to repair it
quickstart@quickstart-desktop:~/websites$ drush quickstart-create all --domain=d7book.dev
Command failed:                                                                                             [error]
  ERROR 2013 (HY000) at line 2: Lost connection to MySQL server during query
quickstart@quickstart-desktop:~/websites$ drush quickstart-create all --domain=d7book.dev
Command failed:                                                                                             [error]
  ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111)

I used Quickstart 0.6 a while back with no problems, and thought it was great :) Hopefully this is just some silly little thing...

Comments

MichaelCole’s picture

Status: Active » Fixed

Hi,

Sorry for the delayed response, I just finished a cross country move.

This looks like a MySQL problem. I would start try to login with phpMyAdmin (there is a link on the Firefox default home page) and see if you can access the database. If that doesn't work, then start debugging from there. This may have happened because the machine had a hard power-off instead of a shutdown.

If you don't want to muck with broken MySQL tables, delete the machine and reimport it. That should eliminate the broken MySQL file in the error message.

If that doesn't work, respond back and we'll see what to do next.

Cheers,

Mike

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.