Fix: La génération du grant sur les tables sql obtient le nom des tables en dynamique.
This commit is contained in:
parent
89b9fa83aa
commit
f460194d10
@ -62,6 +62,6 @@ while (($file = readdir($handle))!==false)
|
|||||||
|
|
||||||
// Genere le grant_query
|
// Genere le grant_query
|
||||||
$grant_query = "GRANT ALL ON $table_list TO \"$nom\";";
|
$grant_query = "GRANT ALL ON $table_list TO \"$nom\";";
|
||||||
print $grant_query;
|
//print $grant_query;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user