]> git.llucax.com Git - mecon/ai.git/commitdiff
Se agrega script de permisos de MySQL. master svn_import
authorLeandro Lucarella <llucax@gmail.com>
Wed, 12 May 2004 22:15:40 +0000 (22:15 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 12 May 2004 22:15:40 +0000 (22:15 +0000)
doc/permisos.sql [new file with mode: 0644]

diff --git a/doc/permisos.sql b/doc/permisos.sql
new file mode 100644 (file)
index 0000000..9d3e363
--- /dev/null
@@ -0,0 +1,10 @@
+GRANT
+    all privileges
+    on intranet.*
+    to intranet@localhost
+    identified by '[password]';
+GRANT
+    all SELECT
+    on *.*
+    to intranet@localhost
+    identified by '[password]';