Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-12) was last changed on 29-Nov-2010 10:31 by RaffaelePedrini  

This page was created on 14-Apr-2010 14:30 by RaffaelePedrini

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 8 removed one line
At line 10 changed one line
mysqladmin -u root password *vostra-password*
shell>mysqladmin -u root password *vostra-password*
con mysql 5.1 invece vedere qui
http://dev.mysql.com/doc/refman/5.1/en/set-password.html
usare UPDATE mysql.user SET Password=PASSWORD('newpass') WHERE User='bob' AND Host='%.loc.gov';
FLUSH PRIVILEGES;
At line 15 added 4 lines
!creazione di un utente
CREATE USER 'NOMEUTENTE'@'localhost' IDENTIFIED BY 'PASSWORD';
GRANT ALL PRIVILEGES ON *.* TO 'NOMEUTENTE'@'localhost' WITH GRANT OPTION;
Version Date Modified Size Author Changes ... Change note
12 29-Nov-2010 10:31 2.2 kB RaffaelePedrini to previous
11 29-Nov-2010 10:29 2.217 kB RaffaelePedrini to previous | to last
10 25-Nov-2010 14:04 2.199 kB RaffaelePedrini to previous | to last
9 14-Apr-2010 14:30 1.821 kB RaffaelePedrini to previous | to last
8 14-Apr-2010 14:30 1.801 kB RaffaelePedrini to previous | to last
7 14-Apr-2010 14:30 1.791 kB RaffaelePedrini to previous | to last
6 14-Apr-2010 14:30 1.777 kB RaffaelePedrini to previous | to last
5 14-Apr-2010 14:30 1.775 kB RaffaelePedrini to previous | to last
4 14-Apr-2010 14:30 0.904 kB RaffaelePedrini to previous | to last
3 14-Apr-2010 14:30 0.521 kB RaffaelePedrini to previous | to last
2 14-Apr-2010 14:30 0.509 kB RaffaelePedrini to previous | to last
1 14-Apr-2010 14:30 0.016 kB RaffaelePedrini to last
« This page (revision-12) was last changed on 29-Nov-2010 10:31 by RaffaelePedrini