PDA

View Full Version : [mysql]creare trigger


MEMon
18-09-2009, 09:31
Sto cercando di creare un trigger con mysql ma mi dice:

#1419 - You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)

Come faccio ad ottenere il super privilege?

MEMon
18-09-2009, 09:47
Ho provato con

GRANT SUPER on *.* to 'username'@'hostname';


ma mi dice che la stringa 'username'@'hostname' è troppo lunga... :confused:

Il server non è mio eh, sono in hosting.