Questo è più semplice !Trovi la soluzione su google ;-)
2013/5/14 Gianluca Petrocchi <[email protected]> > > Grazie per l'aiuto Pierpaolo ma adesso, lanciando l'installazione con > l'utente "root", mi da questo errore: > > [localhost] run: echo "CREATE DATABASE mayan;" | mysql -u root > --password=root > [localhost] out: ERROR 1045 (28000): Access denied for user 'root'@'localhost' > (using password: YES) > > > > Fatal error: run() encountered an error (return code 1) while executing > 'echo "CREATE DATABASE mayan;" | mysql -u root --password=root' > > Aborting. > Disconnecting from localhost... done. > ma per password nel fabfile intendi la password da inserire in <Your MySQL > root password> durante l'installazione? > > Il giorno martedì 14 maggio 2013 13:01:45 UTC+2, Pierpaolo Baldan ha > scritto: >> >> Ciao Gianluca >> dovresti attivare l'utente root che di default in ubuntu è disabilitato, >> prima prova con il comando sudo passwd root , attribuisci una password e >> poi sostituiscila nel fabfile >> Pierpaolo >> >> >> 2013/5/14 Gianluca Petrocchi <[email protected]> >> >>> hi, >>> using the fabfile with ubuntu 12.04 / 13 I get this error: >>> [localhost] run: echo "CREATE DATABASE mayan;" | mysql -u root >>> --password=<root> >>> [localhost] out: /bin/bash: -c: riga 0: errore di sintassi vicino al >>> token non atteso "newline" >>> [localhost] out: /bin/bash: -c: riga 0: `echo "CREATE DATABASE mayan;" >>> | mysql -u root --password=<root>' >>> >>> >>> Fatal error: run() encountered an error (return code 1) while executing >>> 'echo "CREATE DATABASE mayan;" | mysql -u root --password=<root>' >>> >>> Aborting. >>> Disconnecting from localhost... done. >>> how can I solve it? >>> >>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Mayan EDMS" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to mayan-edms+...@**googlegroups.com. >>> >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >>> >>> >> >> -- > > --- > You received this message because you are subscribed to the Google Groups > "Mayan EDMS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
