I'm going to go ahead and say "I don't know what I'm doing". That being said I'm trying to install this on my server. I'm stuck at one of the instructions though:
how do I do this with this web service?
Any help is much appreciated!
Change to the phpgiftreg database like this:
mysql> use phpgiftreg;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
Run the create-phpgiftregdb.sql script like this:
mysql> source /path/to/create-phpgiftregdb.sql
how do I do this with this web service?
Any help is much appreciated!