The current mysql_grant will always give permissions to all tables.
But I want to grant privileges on certain tables in the database.
So add a table argument so you can specify the table.
If table argument is not set, it is the same mydb.* as before, so backwards compatibility is maintained.
The current mysql_grant will always give permissions to all tables. But I want to grant privileges on certain tables in the database.
So add a table argument so you can specify the table. If table argument is not set, it is the same
mydb.*
as before, so backwards compatibility is maintained.