Author Topic: The bin files for mysql db  (Read 416 times)

fuckoffmicrosoft

  • Member
  • **
  • Posts: 73
  • Kudos: 0
    • http://jeujeu.ath.cx
The bin files for mysql db
« on: 28 September 2002, 21:19 »
Hey guys me agian  :rolleyes:  where is the user files stored at in linux for mysql in other words the database itself? I know winbloze its the bin directory i think if i remember right but what were tryin to do is import our old db cause we cant backup since it no longer online and the save function got screwed

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
The bin files for mysql db
« Reply #1 on: 29 September 2002, 02:28 »
I'm not sure what you mean by "user files" but I doubt you'll have much luck unless you can access the database you want to migrate with the "mysqldump" command so you can import the data on the target machine.

It also would depend on the system as to where the files are installed. Usually the database files themselves go under /var/lib/mysql on a RedHat system. For instance if I had a database called "voidmain" there would be a /var/lib/mysql/voidmain directory and the files that make up the database will reside under that directory.

[ September 28, 2002: Message edited by: void main ]

Someone please remove this account. Thanks...