Author Topic: Konacart-mysql  (Read 1366 times)

skittles

  • Jr. Member
  • **
  • Posts: 10
    • View Profile
Konacart-mysql
« on: August 27, 2009, 05: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

Brian

  • Administrator
  • Sr. Member
  • *****
  • Posts: 212
    • View Profile
    • KonaKart Website
Re: Konacart-mysql
« Reply #1 on: August 27, 2009, 11:45:54 PM »
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

  • Jr. Member
  • **
  • Posts: 10
    • View Profile
Re: Konacart-mysql
« Reply #2 on: August 28, 2009, 01:08:14 PM »
thanks that work!