16 minutes ago, webthinkers said:Making PS site on Ubuntu server , tried so many times making DB and user with Linux commands,
You need to give (grant) the User rights. GRANT ALL PRIVILEGES it is called in Mysql
Then you modify the /parameters.php in 1.7.x
For PrestaShop versions 1.7.x onward the config file location is:
“Your PrestaShop store folder/app/config/parameters.php”
or settings.php in 1.5.x & 1.6.x
For PrestaShop versions 1.5.x and 1.6.x the config file location is:
“Your PrestaShop store folder/config/settings.inc.php”
Note: Don’t forget to backup the file before editing and keep it in safe place.
Did you satisfy all requirements Prestashop demands in order to work?