Menu

.sql table dump for Download

Help
2007-03-09
2013-04-02
  • Chris Klomp

    Chris Klomp - 2007-03-09

    First table dump of the carcards data base to populate MySQL.

     
    • Chris Klomp

      Chris Klomp - 2007-03-10

      According to the Manual MySQL 5.0:
      The full backup file is just a set of SQL statements, so restoring it is very easy:

      shell> mysql < carcards.sql

      Hope this should get you going to initialize the data base.

      HF, Chris.

       
    • David Thurman

      David Thurman - 2007-03-12

      Chris

      I tried to load the .sql file via the phpmyadmin tool that comes with MAMP (Mac Apache/PHP/MySQL Server) and got a lot of errors. I removed alot of the comment lines and it did load, but have numerous erros on the car card pages now, with query failed statements.

      Is there a debug setting in the files?

      Dave

       
    • Chris Klomp

      Chris Klomp - 2007-03-14

      Hi Dave,

      Got your version of the .sql file, before I noticed this message.
      Was not sure what your errors were. I just put out release 0.2 and did some reconfiguration.
      I noticed you only loaded ONE table!
      I'll go back and remove the comments and will see if we can make it work for you. Will invite you as a developer as well.

      HF, Chris.

       
    • Chris Klomp

      Chris Klomp - 2007-03-14

      OK, got the file upated and replaced release 0.2.
      Give it a go!

      Under Windows the command that loads the .sql file for me is:
      c:>mysql -u root -p carcards < carcards.sql

      Dave, can you give a hint what a Mac user needs to do to load the .sql file?

      HF, Chris.

       

Log in to post a comment.

MongoDB Logo MongoDB