how can i give a authorization to a proc table?
i wrote-
but i guess its wrong...Code:mysql> GRANT all -> ON proc -> TO Admin@localhost -> IDENTIFIED BY xyz;
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




Reply With Quote