KonaKart Community Forum

Installation / Configuration => Installation of KonaKart => Topic started by: skittles on August 27, 2009, 11:56:44 pm

Title: Konacart-mysql
Post by: skittles on August 27, 2009, 11:56:44 pm
I cant seem to get the database settings right. i have installed mysql correctly i made a table store1 and also a konakart
table no data is store in the table at this time.
i am stuck when i get to testing your database parameters part of the setup
can someone please explain to me on how to make konakart configured to mysql?
i have read the docs but im confused
thanks
Title: Re: Konacart-mysql
Post by: Brian on August 28, 2009, 05:45:54 am
All you have to do is to create a database or "schema" as it is in MySQL..   you can call it whatever you like.

Then you run the installation wizard.

When you get to defining the database parameters you replace where it says dbname in the URL with the name of the database you created yourself.

After this... tell the installer to create all the tables for you, and it will.

Study the User Guide carefully. 
Title: Re: Konacart-mysql
Post by: skittles on August 28, 2009, 07:08:14 pm
thanks that work!