Where is my mysql database stored in apache phpmyadmin

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mkx
    Confirmed User
    • Nov 2003
    • 4001

    #1

    Where is my mysql database stored in apache phpmyadmin

    I was running apache on windows and cannot boot from my hard drive anymore. I mounted it externally and want to back up my mysql database I made previous. Does anyone know where it is located?
  • nation-x
    Confirmed User
    • Mar 2004
    • 5370

    #2
    typically they are in C:\Program Files\MySQL\data\

    Comment

    • Serge Litehead
      Confirmed User
      • Dec 2002
      • 5190

      #3
      Originally posted by nation-x
      typically they are in C:\Program Files\MySQL\data\
      on newer installs it's something like:

      C:\ProgramData\MySQL\MySQL Server 5.1\data

      Comment

      • mkx
        Confirmed User
        • Nov 2003
        • 4001

        #4
        thx, in there i got

        ib_logfile1
        ib_logfile0
        ibdata1

        I guess I will just copy and replace to my new apache installation?

        Comment

        Working...