Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
PrestaShop 1.3 Beginner's Guide

You're reading from   PrestaShop 1.3 Beginner's Guide Build and customize your online store with this speedy, lightweight e-commerce solution

Arrow left icon
Product type Paperback
Published in Jun 2010
Publisher Packt
ISBN-13 9781849511148
Length 308 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Toc

Table of Contents (18) Chapters Close

PrestaShop 1.3 Beginner's Guide
Credits
About the Author
Acknowledgement
About the Reviewers
1. Preface
1. Building Your PrestaShop FREE CHAPTER 2. Shop Fitting and Layout 3. Merchandising for Success 4. Giving Customers More and Getting More Customers 5. Tools, Newsletters, Extra Income, and Statistics 6. Security and Disaster Recovery 7. Checkouts and Shipping 8. Get Set… 9. Go… To the Future Control Panel Quick Reference Web Resources Pop quiz - Answers

Making a database


PrestaShop needs a MySQL database to function. The files we have just uploaded are the web pages that will become your store and the PHP programming code that performs the actions required by your store.

For example, when a customer creates an account in your new shop, the programming code contained in the files that we uploaded will fill out and store the information in a completely separate computer program. This program is called a database server and the type of database server that PrestaShop uses is called MySQL. Usually, when you are pro-hosting, this server will be an entirely different physical computer to the one holding your files (the web server).

As with many servers/computer programs, you need a username and password to access its functions. You also need a unique name for a database for your shop on that server, and you need to know the address locating the server. As an example, this could be aserver.myhost.com. Or it could be something completely different.

Now many web hosts will have already allocated database server details to your hosting account. If this is the case, then you only need to find them and make a note of them for the next phase of the installation.

Most likely your web hosts have a simple two- or three-click process for creating a database. You can then access the details of this newly created database in order to proceed.

Precise details will vary from host to host and also the order in which the options are presented (if at all). The database creation process goes like this.

If you already have a created database, that is okay. PrestaShop can function on a database used by other applications. However, to make sure that they do not conflict, or worse, damage each other, pay close attention to the How to install PrestaShop section to be sure you create a table prefix!

You have been reading a chapter from
PrestaShop 1.3 Beginner's Guide
Published in: Jun 2010
Publisher: Packt
ISBN-13: 9781849511148
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image