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.5 Beginner's Guide

You're reading from   PrestaShop 1.5 Beginner's Guide Build your own attractive online store with this fast and flexible e-commerce solution

Arrow left icon
Product type Paperback
Published in Apr 2013
Publisher Packt
ISBN-13 9781782161066
Length 260 pages
Edition 2nd Edition
Languages
Concepts
Arrow right icon
Toc

Table of Contents (19) Chapters Close

PrestaShop 1.5 Beginner's Guide
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Pop Quiz Answers
1. Getting Started FREE CHAPTER 2. Back Office 3. Merchandising for Success 4. Getting More Customers 5. Tools, Newsletters, Extra Income, and Statistics 6. Security and Disaster Recovery 7. Checkouts and Shipping 8. Ready to Sell 9. Go… to the Future Control Panel Quick Reference Web Resources Index

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 mysql.yourdomain.xxx. 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 of how to create a table prefix!

You have been reading a chapter from
PrestaShop 1.5 Beginner's Guide - Second Edition
Published in: Apr 2013
Publisher: Packt
ISBN-13: 9781782161066
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