ppl1
January 28th, 2006, 12:51 PM
how can i give a authorization to a proc table?
i wrote-
mysql> GRANT all
-> ON proc
-> TO Admin@localhost
-> IDENTIFIED BY xyz;
but i guess its wrong...
the proc table exist in the system , right? i dont need to create it?
how can i see all the sp in the proc table (MySql 5)?
thanks in advanced
i wrote-
mysql> GRANT all
-> ON proc
-> TO Admin@localhost
-> IDENTIFIED BY xyz;
but i guess its wrong...
the proc table exist in the system , right? i dont need to create it?
how can i see all the sp in the proc table (MySql 5)?
thanks in advanced