Anonymous
My feedback
4 results found
-
4 votes
Thank you for your input! We will consider this functionality for the upcoming releases if it becomes popular enough.
Everyone, please continue voting for this feature if you consider it important.
—
IGAnonymous shared this idea · -
7 votes
Thank you for your input! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.—
IGAnonymous shared this idea · -
13 votes
An error occurred while saving the comment Anonymous shared this idea · -
43 votes
Thank you for your input! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
—
IGAnonymous shared this idea ·
Because SQL has more difficult syntax than regular bash command. In bash command, you would just need to specify an IP address/range and on/off mode. (In MySQL you have it backwards, btw, which is confusing).
For example:
# plesk bin admin --restrict -ip 203.0.113.2/32 -allow true
Waaay easier to comprehend.
In addition, running SQL queries opens opportunities for accidental removal of all records in a table.
Let's say you need to remove one of IP addresses that are allowed to log in as admin user.
You run plesk db "delete from cp_access" and hit enter by accident. Boom. No IP addresses in the list anymore.
Annoying? YES.
Can be better? Yes.