A blog for web developers about all things ecommerce.: Adding your Cartweaver database to MySQL
Adding your Cartweaver database to MySQL
Wednesday, March 17, 2010 12:00:00 AM
Although the ColdFusion and ASP versions of Cartweaver ship with an Access database we have never made any secret out of the fact that it's far better to use a for-real database server such as MySQL or MS SQL Server for your ecommerce database.
This may cause new users some confusion because these databases are not a file that you can upload. Usually your host creates the database for you but it's empty. Now what?
To demonstrate how to add your Cartweaver database tables and fields to your database, we will use MySQL as the our example since it is the most common database for many and the only one supported by the Mac and Cartweaver PHP. The process is similar for SQL Server.
- First go to the Cartweaver customers page and log in. This will give you access to the Customer's Free Downloads page. Once there, download the MySQL database creation script.
- Once you have it downloaded un-zip it and look for Cartweaver3_MySQL-Creator.sql
- Open this file in a text editor such as note pad - Do Not use Word as it will add characters that will corrupt the script. Use only a simple text editor.
- Now that you have your script ready, open your MySQL database in your MySQL administrator, in this example we will use phpMyAdmin since this is the one many hosts provide.
Now that you are here - just follow the example in this video.
Yes it is THAT simple.
The process may vary depending on what admin you are using, and whether you are using MySQL or SQL Server, but the principle and the basic steps are the same.
As an add note: I highly recommend Navicat (the commercial version) as your MySQL Administration tool. It is far and away the best, easiest MySQL admin out there and well worth the money! - No I'm not affiliated with Navicat in any way nor do I get any kind of commission. I recommend it so highly because I've tried a LOT of admin tools and haven't found any better. Definitely worth a look.
Category tags: Cartweaver, ColdFusion, General Topics, PHP
Posted by Lawrence Cramer
Add comment
|
View comments (3) |
Permalink
|
Trackbacks (0)
|
Digg This
Before posting comments or trackbacks, please read the posting policy.
Blog RSS feed