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.
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