Archives > Technical Support
SQL help
Coach:
yeah i thought it was the mysqldump command as well but it is not working. I keep getting an error to check my syntax
RobbieThe1st:
Do you have access to PHPMyAdmin? You can use that to export DB to various types of files, including to sql commands.
It'll dump your DB including 'CREATE TABLE' commands, and the data as 'INSERT's.
Also, if you happen to catch me on IRC, just PM me. I'm always willing to offer advice.
Also, I'll point out that -- despite being an 'expert', it'd take me a day or two to make that. It's not the simplest assignment.
One thing you might want to try is downloading EasyPHP, and installing it - You would then have a local server you can use to prototype things, mess around. It comes with Apache, PHP, MySQL, PHPMyAdmin and some other stuff to make things easy.
You would also(if you wanted) grab the portable version of it, install on a flash drive, and turn it in as a full 'site on a drive' - run the .exe file, go to http://127.0.0.1:8080 or w/e.
Keith:
?