I accidentally added a login block which somehow overrides the origin User Login built in block from drupal. I need to delete the block, the drupal login is frozen and I cannot access the usual admin menu interface to change it. Where is it in the mysql database?
I could not find any amendment to the block module
Whenever you ask question related to Drupal, please mention version.
Anyway…you will find block table in DB whether it’s 6 or 7, so browse that and sort it by PRIMARY-Descending, you will see your last setting which you have done at first. Delete that and you will go back to one step…
But if you have done some more setting with block after that then record must have gone some far..