Bonjour,
je ne comprends pas ce qui m'arrive avec une DB.
Je croyais avoir tous les droits dessus et pourtant non.
NB Je travaille sur MARIADB
Si je fais :
J'ai en retour
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 SHOW GRANTS FOR 'marc';
Ensuite j'essaie de sauver une Function et j'ai le message d'erreur suivant :GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, FILE, INDEX, ALTER, CREATE TEMPORARY TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, EVENT, TRIGGER ON *.* TO 'marc'@'%' IDENTIFIED BY PASSWORD '*4FC1513CAB4CD09004BBD8E5E5DEFCF39C5CE6C2'
GRANT ALL PRIVILEGES ON `marc`.* TO 'marc'@'%' WITH GRANT OPTION
GRANT ALL PRIVILEGES ON `marc\_%`.* TO 'marc'@'%'
Mais All privileges c'est cela non??/* SQL Fehler (1227): Access denied; you need (at least one of) the SUPER privilege(s) for this operation */
/* Affected rows: 0 Gefundene Zeilen: 0 Warnungen: 0 Dauer von 0 of 1 query: 0,000 sec. */
Merci de votre aide
Partager