Line 110:
Line 110:
Autre cas, création d'un utilisateur standard avec accès local sur une base de données existante (très utile pour les scripts PHP, notamment) :
Autre cas, création d'un utilisateur standard avec accès local sur une base de données existante (très utile pour les scripts PHP, notamment) :
+
+
mysql> GRANT SELECT, UPDATE, INSERT, DELETE ON base_de_données.* TO 'nouvel_utilisateur'@'localhost' IDENTIFIED BY 'mot_de_passe';
mysql> GRANT SELECT, UPDATE, INSERT, DELETE ON base_de_données.* TO 'nouvel_utilisateur'@'localhost' IDENTIFIED BY 'mot_de_passe';
Line 125:
Line 127:
mysql> QUIT;
mysql> QUIT;
Bye
Bye
+
+
====JIDGO====
+
The documentation is the one line below. It presumes that jigdo is installed, when using SME 7 I used Dag, but on my COS6 build machine it was from epel, so just.
+
# yum install jigdo
+
+
Then you need to obtain|mirror|download .../smeserver/releases/testing/8.1beta1/
+
You need both the iso and smeos directories.
+
+
After that it really is just one command, which you run from the iso/i386 or iso/x86_64 directories
+
+
To create the ISO you need the iso and smeos directories from your
+
local mirror.
+
+
From the i386 directory
+
# jigdo-lite --noask --scan ../../smeos/i386/ *.jigdo