Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Database for Login system and Shopping Carts

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #275335
    zebyte
    Participant

    Hi,

    Im quite new with MySQL databases and Im doing a simple project on login system with shopping carts for products etc. I was wondering is it possible to create 1 database for all the products including the login system info (using multiple tables)? or do I still need atleast 2 databases for this, one for user login data and the other for products?

    Just need to learn the basic idea, if i can create 1 database for user info and products infos.

    #275336
    Pogany
    Participant

    Hi,
    I’m always using only one database (using multiple tables – of course) since connecting to a database is performance expensive.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.