Tengo una duda y creo que es algo sencilla si no me equivoco.
Tengo un cpanel, el cual me da la herramienta de phpmyadmin.
Mi inquietud es saber como puedo darle permisos a un usuario de mysql para que solamente tenga el permiso de lectura pero espeíficamente a una tabla de un esquema. Claro esta que con la herramienta del cpanel o desde phpmyadmin.
############################################
Assigning privileges to user for a specific database
Users are assigned to databases by editing the user record (from the Users link on the home page) not from within the Users link under the table. If you are creating a user specifically for a given table you will have to create the user first (with no global privileges) and then go back and edit that user to add the table and privileges for the individual table.
############################################
Lo tienes aquí http://docs.phpmyadmin.net/es/latest/privileges.html
Tengo una duda y creo que es algo sencilla si no me equivoco.
Tengo un cpanel, el cual me da la herramienta de phpmyadmin.
Mi inquietud es saber como puedo darle permisos a un usuario de mysql para que solamente tenga el permiso de lectura pero espeíficamente a una tabla de un esquema. Claro esta que con la herramienta del cpanel o desde phpmyadmin.
Alguna solución para esto?
Agradezco mucho de antemano por su apoyo.
Saludos
28/06/2016 12:46
según la documentación:
############################################
Assigning privileges to user for a specific database
Users are assigned to databases by editing the user record (from the Users link on the home page) not from within the Users link under the table. If you are creating a user specifically for a given table you will have to create the user first (with no global privileges) and then go back and edit that user to add the table and privileges for the individual table.
############################################
Lo tienes aquí http://docs.phpmyadmin.net/es/latest/privileges.html