Authorization is done as follows.
Go to a MySQL terminal and execute the following command.

Format: grant permissions on database name. table name to user@loginhost identified by "user password".

USE mysql;
GRANT ALL PRIVILEGES ON *. * TO 'youeruser'@'%' IDENTIFIED BY 'password'.

Note the security.

    aapanel_power yeah it's not for all users we needed to create a database with all privileges then only we will be able to install a PHP script

    also am not a developer so can you please help me to create the all privileges in the database
    like a video or something

    3 years later
    3 months later