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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First table dump of the carcards data base to populate MySQL.
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.
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
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.
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.