You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install the package on Synology 6.0.
But at the end of the install, the package is telling me "Incorrect MySQL root password".
I'm sure that the root password is right. What can I do ?
Here is the error :
"/bin/sh /volume1/@tmp/pkginstall/scripts/preinst" ] /volume1/@tmp/pkginstall/scripts/installer: line 33: /usr/syno/mysql/bin/mysql: No such file or directory
UPDATE
I fixed it by creating a symbolic link from
/usr/syno/mysql/bin/mysql to /usr/bin/mysql AND
/usr/syno/mysql/bin/mysqldump to /usr/bin/mysqldump
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to install the package on Synology 6.0.
But at the end of the install, the package is telling me "Incorrect MySQL root password".
I'm sure that the root password is right. What can I do ?
Here is the error :
"/bin/sh /volume1/@tmp/pkginstall/scripts/preinst" ] /volume1/@tmp/pkginstall/scripts/installer: line 33: /usr/syno/mysql/bin/mysql: No such file or directory
UPDATE
I fixed it by creating a symbolic link from
/usr/syno/mysql/bin/mysql to /usr/bin/mysql AND
/usr/syno/mysql/bin/mysqldump to /usr/bin/mysqldump
Thank you.
The text was updated successfully, but these errors were encountered: