Child pages
  • Instalación de PrestaShop

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Rellene todos los campos con la información de conexión de base de datos proporcionada por su proveedor de alojamiento web:

  • Database server address. The hostname of your MySQL server. It can be tied to your domain name (i.e. Dirección del servidor de base de datosEl hostname de su servidor MySQL. Éste puede estar ligado a su nombre de dominio (es decir. http://sql.exampleejemplo.com), tied to your ligado a su web host (ies decir. e. http://mysql2.alwaysdata.com), or simply be an IP address (i.e.  o simplemente ser una dirección IP (es decir, 46.105.78.185).
  • Database name. The name of the database where you want PrestaShop to store its data. This is either an existing database on your MySQL server, or the one that you created using phpMyAdmin (or any other SQL tool) in the "Creating a database for your shop" section of this guide.
  • Database login. The name of the MySQL user that has access to your database.
  • Database password. The password of the MySQL user.
  • Database engine. The database engine is the core of your database server. InnoDB is the default one and you should use it, but the more technical among you might want to choose another engine. Generally, there is no need to change the default settingNombre de la base de datos. El nombre de la base de datos que desea utilizar para que PrestaShop almacene sus datos. Ésta puede ser  una base de datos existente en el servidor MySQL, o una que usted creara usando phpMyAdmin (o cualquier otra herramienta SQL) en la sección "Creación de una base de datos para su tienda" de esta guía.
  • Usuario de la base de datos. El nombre de usuario MySQL que tiene acceso a su base de datos.
  • Contraseña de la base de datos. La contraseña del usuario MySQL.
  • Motor de la base de datosEl motor de base de datos es el núcleo de su servidor de base de datos. InnoDB es el motor por defecto y que debería usar por defecto, pero los usuarios más técnicos pueden preferir otro motor. En general, no hay necesidad de cambiar la configuración predeterminada.
  • Tables prefix. The prefix for your database tables. "ps_" is the default, resulting in the PrestaShop SQL tables having names such as "ps_cart" or "ps_wishlist"; but if you need to install more than one instance of PrestaShop on the same database, then you must use a different prefix for each installation. However, we do recommend that you create one database per installation of PrestaShop, if your web host allows it. Better yet: make one installation of PrestaShop, and enable the multistore feature in order to manage many stores from the same PrestaShop back-end.
  • Drop existing tables. This is only available in "Dev mode". When re-installing PrestaShop, you can choose to drop the existing PrestaShop database tables in order to start on a clean slate.

...