Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. scoopmcloop

    rebuild table from binaries

    Thanx Qatqat, I moved the files into /the/directory and then did mysql > restore table my_table from '/the/directory'; and that worked. I think the problem was I had not unpacked the .frm .MYD and .MYI files properly from the tarball. Solved.
  2. scoopmcloop

    rebuild table from binaries

    I RTFM the MySQL Manual and tried this: mysql> restore table my_table from '/path/to/backup/directory'; and i got this: +------------------+---------+----------+--------------------------+ | Table | Op | Msg_type | Msg_text |...
  3. scoopmcloop

    rebuild table from binaries

    I would like to rebuild a MySQL table from binary files. I have the binary files for my_table in the files my_table.frm, my_table.MYD and my_table.MYI. I would like to generate an SQL statement to export the data. I created my_db on my local machine and then created the table my_table. This...

Part and Inventory Search

Back
Top