markyboy Posted January 25, 2006 Posted January 25, 2006 I need some help on how to run the SQL script into your database with PHPMyAdmin or other DB Manager. How do add a contribution to my database using the above I am not sure being a newbie to sql databases Any help would b most grateful markyboy
Drew Posted January 25, 2006 Posted January 25, 2006 I need some help on how to run the SQL script into your database with PHPMyAdmin or other DB Manager. How do add a contribution to my database using the above I am not sure being a newbie to sql databases Any help would b most grateful markyboy Hi Markboy, Try going into your PHPMyAdmin and clicking on the database you wish to add the contribution SQL to (should be at the top of the left column in bold). On one of the tabs along the top you should see SQL - click on that. You should have a window that you can paste the SQL code into. Once you've done that just click "Go", and it will run the code, updating the database as required. When it's finished, you should get a message saying that all is fine. If there was a problem, you'll get an error message telling you what went wrong. Hope this helps, Andrew
Recommended Posts
Archived
This topic is now archived and is closed to further replies.