hi, I've already installed Mayan EDMS without major problems but doing a new installation by fabfile I have this error:
localhost] run: echo "CREATE DATABASE mayan;" | mysql-u root - password = mayan [localhost] out: ERROR 1007 (HY000) at line 1: Can not create database ' mayan'; database exists Fatal error: run () received nonzero return code 1 while executing! Requested: echo "CREATE DATABASE mayan;" | mysql-u root - password = mayan Executed: / bin / bash-l-c "echo \" CREATE DATABASE mayan; \ "| mysql-u root - password = mayan" Aborting. Disconnecting from localhost ... done. With the help of google I was able to fix the error but doing the installation again but I have another error: [localhost] run: echo "CREATE USER 'mayan' @ '127 .0.0.1 'IDENTIFIED BY' gGDp4NYogS ';" | mysql-u root - password = mayan [localhost] out: ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'mayan' @ '127 .0.0.1 ' Fatal error: run () received nonzero return code 1 while executing! Requested: echo "CREATE USER 'mayan' @ '127 .0.0.1 'IDENTIFIED BY' gGDp4NYogS ';" | mysql-u root - password = mayan Executed: / bin / bash-l-c "echo \" CREATE USER 'mayan' @ '127 .0.0.1 'IDENTIFIED BY' gGDp4NYogS '; \ "| mysql-u root - password = mayan" Aborting. Disconnecting from localhost ... done. Solved this error and launching the installation again I have again the first error ( ERROR 1007),I can not get out of it ... how can I fix 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
