Jump to content

Edit History

Nickz

Nickz

7 minutes ago, webthinkers said:
CREATE DATABASE databasename;

CREATE USER 'username'@'localhost' IDENTIFIED WITH mysql_native_password BY 'StrongPassw@rd';


GRANT ALL PRIVILEGES ON `databasename`.* to `username`@localhost;

FLUSH PRIVILEGES;

EXIT;

That opens a few questions:

Did that work?

Mysql in its newer versions don't use FLUSH PRIVILEGES; also php 7.3 is for 1.7.7. while php7.2 is for 1.7.5 ~ 1.7.6

https://stackoverflow.com/questions/36463966/mysql-when-is-flush-privileges-in-mysql-really-needed

To find out which php version you are running you have done what exactly?

Have you set up a virtual server?

Requirements:

CURL. The Client URL extension is used to download remote resources like modules and localization packages.

DOM. The DOM extension is needed to parse XML documents. PrestaShop uses it for various functionalities, like the Store Locator. It is also used by some modules, as well as the pear_xml_parse library.

Fileinfo. The File information extension is used to find out the file type of uploaded files.

GD. The GD extension is used to create thumbnails for the images that you upload.

Iconv. The ICONV extension is used to convert character sets.

Intl. The Internationalization extension is used to display localized data, such as amounts in different currencies.

JSON. The JSON extension is used to manage JSON format.

Mbstring. The Multibyte string extension to perform string operations everywhere.

OpenSSL. The OpenSSL extension is used to improve security.

PDO. The PHP Data Objects extension is used to connect to databases.

PDO (MySQL). The PDO_MYSQL driver is used to connect to MySQL databases.

SimpleXML. The SimpleXML extension is used to manage XML files.

Zip. The Zip extension is used to expand compressed files such as modules and localization packages.

Nickz

Nickz

6 minutes ago, webthinkers said:
CREATE DATABASE databasename;

CREATE USER 'username'@'localhost' IDENTIFIED WITH mysql_native_password BY 'StrongPassw@rd';


GRANT ALL PRIVILEGES ON `databasename`.* to `username`@localhost;

FLUSH PRIVILEGES;

EXIT;

That opens a few questions:

Did that work?

Mysql in its newer versions don't use FLUSH PRIVILEGES; also php 7.3 is for 1.7.7. while php7.2 is for 1.7.5 ~ 1.7.6

To find out which php version you are running you have done what exactly?

Have you set up a virtual server?

Requirements:

CURL. The Client URL extension is used to download remote resources like modules and localization packages.

DOM. The DOM extension is needed to parse XML documents. PrestaShop uses it for various functionalities, like the Store Locator. It is also used by some modules, as well as the pear_xml_parse library.

Fileinfo. The File information extension is used to find out the file type of uploaded files.

GD. The GD extension is used to create thumbnails for the images that you upload.

Iconv. The ICONV extension is used to convert character sets.

Intl. The Internationalization extension is used to display localized data, such as amounts in different currencies.

JSON. The JSON extension is used to manage JSON format.

Mbstring. The Multibyte string extension to perform string operations everywhere.

OpenSSL. The OpenSSL extension is used to improve security.

PDO. The PHP Data Objects extension is used to connect to databases.

PDO (MySQL). The PDO_MYSQL driver is used to connect to MySQL databases.

SimpleXML. The SimpleXML extension is used to manage XML files.

Zip. The Zip extension is used to expand compressed files such as modules and localization packages.

Nickz

Nickz

1 minute ago, webthinkers said:
CREATE DATABASE databasename;

CREATE USER 'username'@'localhost' IDENTIFIED WITH mysql_native_password BY 'StrongPassw@rd';


GRANT ALL PRIVILEGES ON `databasename`.* to `username`@localhost;

FLUSH PRIVILEGES;

EXIT;

That opens a few questions:

Did that work?

Mysql in its newer versions don't use FLUSH PRIVILEGES; also php 7.3 is for 1.7.7. while php7.2 is for 1.7.5 ~ 1.7.6

To find out which php version you are running you have done what exactly?

Have you set up a virtual server?

×
×
  • Create New...