Since I could not change a user's privilege in MySQL, I was troubled. (from ALL Privilege.)
In the "Grant permissions on a MySQL database to a MySQL user" section of Cpanel, I chose created DB user as the User field, and chose the created database name as the MySQL Database field.
Next, I checked only to SELECT, INSERT, and UPDATE in the Privileges field, and clicked the Grant Permissions button.
However, the Privilege field after sending is still All.
How can I change Privilege?
--- Digression ---
When a privilege table is checked by the root user of MySQL, the backslash is added to the database name.
That is, two kinds per privilege data of definitions exist.
localhost | account1_dbname1 | account1_user1 | ....
localhost | account1\_dbname1 | account1_user1 | ...
^
...
-------------------
Please help.......
I am thankful to the ones of the warm heart of this forum.
In the "Grant permissions on a MySQL database to a MySQL user" section of Cpanel, I chose created DB user as the User field, and chose the created database name as the MySQL Database field.
Next, I checked only to SELECT, INSERT, and UPDATE in the Privileges field, and clicked the Grant Permissions button.
However, the Privilege field after sending is still All.
How can I change Privilege?
--- Digression ---
When a privilege table is checked by the root user of MySQL, the backslash is added to the database name.
That is, two kinds per privilege data of definitions exist.
localhost | account1_dbname1 | account1_user1 | ....
localhost | account1\_dbname1 | account1_user1 | ...
^
...
-------------------
Please help.......
I am thankful to the ones of the warm heart of this forum.