If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
These forums remain online primarily for archival purposes. While posting is still possible, it should not be considered a means for support. Please login to our portal and submit a ticket if you require assistance and we'll be more than happy to assist you.
Regular updates are posted to our blog and we will continue to post important notices to the Script Security forum section here. You can subscribe to that forum to automatically receive notifications.
Can I use mysql admin software to connect to my server? Because I want to have a user that can only write on 1 table and not read anything. I don't seem to see them options in php mysql admin.
I think you have to look up for this mySQL user's permissions in cPanel. I am not sure you can limit user to reading a specific table via cPanel interface, but you can at least revoke most of INSERT, UPDATE priveleges etc. and then maybe issue a custom command like GRANT ... ON database.table ... .
Comment