♥Vger Posted September 27, 2006 Posted September 27, 2006 You probably tried to install the site several times, and ended up with multiple 'configuration' table entries. If this is a new install then access the database via phpMyAdmin, drop all of the tables in it (this will remove all data) and then ..... Click on the SQL or Import Tab, and use the Browse link to locate the install/oscommerce.sql file on your own computer, then click the Go button. Vger
LiChristopher Posted September 27, 2006 Author Posted September 27, 2006 You probably tried to install the site several times, and ended up with multiple 'configuration' table entries. If this is a new install then access the database via phpMyAdmin, drop all of the tables in it (this will remove all data) and then ..... Click on the SQL or Import Tab, and use the Browse link to locate the install/oscommerce.sql file on your own computer, then click the Go button. Vger Really appreciate your reply but I don't get it. DROP ALL OF THE TABLES? Do you mean the database of my eshop or all the database in phpmyadmin? Please help me, I a noob.
digbydo Posted September 27, 2006 Posted September 27, 2006 DROP deletes all of the table / structure / data etc.. Running the SQL file will recreate it all. usual sort of sql command would be like: DROP TABLE IF EXISTS orders; CREATE TABLE orders ( followed by the structure and then INSERT INTO (the data bits) HTH one-click installation.. Dave's info
Recommended Posts
Archived
This topic is now archived and is closed to further replies.