Install Nextcloud 13.0.0 on Fedora 27
-
@Donahue Yup. bad password. Hell you are lucky your root password took.
-
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue Yup. bad password. Hell you are lucky your root password took.
I am not sure I actually changed the root on mysql, I might just have the root on fedora
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue Yup. bad password. Hell you are lucky your root password took.
I am not sure I actually changed the root on mysql, I might just have the root on fedora
....................
-
what did I do wrong? I still dont see the issue?
-
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue Yup. bad password. Hell you are lucky your root password took.
I am not sure I actually changed the root on mysql, I might just have the root on fedora
....................
The one password that matters wasn't changed.
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
mysql -e "UPDATE mysql.user SET Password=PASSWORD('vX41YtG&Z*^!I*DWVdv$D2k!') WHERE User='root';"
That is you changing the
mysql
root password. Well setting actually. -
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue Yup. bad password. Hell you are lucky your root password took.
I am not sure I actually changed the root on mysql, I might just have the root on fedora
....................
The one password that matters wasn't changed.
care to elaborate?
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue Yup. bad password. Hell you are lucky your root password took.
I am not sure I actually changed the root on mysql, I might just have the root on fedora
....................
The one password that matters wasn't changed.
care to elaborate?
It didn't take the password.
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
This is you using an invalid character in a mysql password.
-
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
This is you using an invalid character in a mysql password.
what is the invalid character?
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
This is you using an invalid character in a mysql password.
what is the invalid character?
The $ in a bash command with double quotes
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
This is you using an invalid character in a mysql password.
what is the invalid character?
@JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.
-
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
This is you using an invalid character in a mysql password.
what is the invalid character?
@JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.
They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.
-
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
This is you using an invalid character in a mysql password.
what is the invalid character?
@JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.
They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.
so stick with letters and numbers?
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
This is you using an invalid character in a mysql password.
what is the invalid character?
@JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.
They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.
so stick with letters and numbers?
Should I just start over? or can I overwrite these with new passwords?
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
This is you using an invalid character in a mysql password.
what is the invalid character?
@JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.
They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.
so stick with letters and numbers?
Pretty much always.
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
This is you using an invalid character in a mysql password.
what is the invalid character?
@JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.
They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.
so stick with letters and numbers?
Should I just start over? or can I overwrite these with new passwords?
Your root password took, or so you stated.
So just update the ncuser password as @scottalanmiller noted.
-
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
This is you using an invalid character in a mysql password.
what is the invalid character?
@JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.
They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.
so stick with letters and numbers?
Should I just start over? or can I overwrite these with new passwords?
Your root password took, or so you stated.
So just update the ncuser password as @scottalanmiller noted.
I dont think the root password took either, I think I misunderstood earlier.
-
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
@Donahue said in Install Nextcloud 13.0.0 on Fedora 27:
@JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:
mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
This is you using an invalid character in a mysql password.
what is the invalid character?
@JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.
They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.
so stick with letters and numbers?
Use a password generator like https://passwordsgenerator.net/ and uncheck Include Symbols: .
-
Yeah, I am using my password generator, I just didnt turn off symbols.