running php scripts

pietimer

New Member
Messages
31
Reaction score
0
Points
0
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:

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!
 

cowctcat

New Member
Messages
401
Reaction score
0
Points
0
what you need to do is log in cpannel and go to phpmyadmin. on the left side of the window click on the database you are using. then in the right frame click on import. and browse for the create-phpgiftregdb.sql file on your computer and click go
 
Top