Control Web Panel

WebPanel => CentOS 6 Problems => Topic started by: venty on March 16, 2016, 11:14:20 AM

Title: Problems with databases
Post by: venty on March 16, 2016, 11:14:20 AM
Hello,

I try to install prestashop, but in the installation (34% of installation) I get the following error:
 
Populate database tables
An error occurred during installation ...
You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here.

Installation via softaculous is undesirable for several reasons - it is not clear what is happening, how are created databases, etc.
Moreover this bug affects and our other projects

I consulted with experts and their opinion is that the user created through the panel not full rights action with  database ( created with panel too).

This is a bug in web panel  and please give guidance for its avoidance ???
 
BR
V.Krastev
Title: Re: Problems with databases
Post by: Igor S. on March 17, 2016, 11:11:22 AM
Hello.

A database users have full privileges for them databases.
You can try to use mysql command line and run command:
Code: [Select]
GRANT ALL PRIVILEGES ON database.* TO database_user;where "database" is database name and "database_user" username.