Unknown database 'db_ispconfig' ? Got Wiped out?

Discussion in 'General' started by webking, Jul 19, 2007.

  1. webking

    webking New Member

    Hey guys,

    I couldn't log into mydomain.com:81 due to "ERROR 101: wrong username or password."

    Then I tried to reset the password using the method below, i got an error. Is my database wiped out. What had happened? Please assist.

    [root@www ~]# mysql db_ispconfig -p
    Enter password:
    ERROR 1049 (42000): Unknown database 'db_ispconfig'
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Please log in to MySQL:
    Code:
    mysql -u root -p
    and then run
    Code:
    SHOW DATABASES;
    Do you see your ISPConfig database? If not, what exactly did you do before it disappeared?
     
  3. webking

    webking New Member

    My bad...

    When I first installed it I did not use "db_ispconfig" but rather something else like "db_mydatabasename"

    Sorry :D

    Everything seems ok now. Thanks for your concern.
     

Share This Page