mcksly Posted October 21, 2007 Share Posted October 21, 2007 Ok I've uploaded several contributions, but none that required anything to do with mySQL What is MySQL? How do I: 1. EXECUTE the attached sql command product_image.sql My site is uploaded to my hoasting company, and I change the files through my admin interface "file manager" How do I backup and save all the files from my website without individually saving each file? Link to comment Share on other sites More sharing options...
Guest Posted October 22, 2007 Share Posted October 22, 2007 Ok I've uploaded several contributions, but none that required anything to do with mySQL What is MySQL? How do I: 1. EXECUTE the attached sql command product_image.sql If you use Cpanel, you may have to follow the below steps to access phpMyAdmin: Log into cpanel. When you have successfully logged into the front end, you will have to find the Databases section. Click on the phpMyAdmin icon. Select user to configure database via phpMyAdmin and click on the Login icon. If you do not know where or how to do this, please consult your host. A new window should open for phpMyAdmin. In some cases, you may have to choose which database your OSC tables are located on. If this is the case, please choose the database from the list or the drop down box at the left. To run a SQL query, click on "SQL" on the navigation bar (on the right side, click on the SQL tab at the top). Then copy the code from the sql file and paste the code into the textarea on that page. Click on the GO button and it is done. If all goes well, your SQL query will now be succesfully entered. Link to comment Share on other sites More sharing options...
Guest Posted October 22, 2007 Share Posted October 22, 2007 My site is uploaded to my hoasting company, and I change the files through my admin interface "file manager" How do I backup and save all the files from my website without individually saving each file? Big mistake. Use a ftp program to upload and down load your files. Use a pure text editor to edit your files on your pc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.