• Welcome to KonaKart Community Forum. Please login or sign up.
 

Konacart-mysql

Started by skittles, August 27, 2009, 11:56:44 pm

Previous topic - Next topic

skittles

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

Brian

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. 

skittles