-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wallabag : mySQL root password issue #3113
Comments
Have you tried this? :
or
|
Many thanks for the reply. Having installed MariaDB10, I made a search in the directories to find the most relevant link to establish. Tried |
Have the same issue on a DS918+ With MariaDB10 and PHPMyAdmin 4.6.6 |
Installation of the wallabag package on the latest DSM 6.1.5 15254 fails with the same error as most other packages hosted at synocommunity 'incorrect mysql root password' Is any work being done on this generic problem in the years since it was first reported? |
Same here (DS416play, DSM 6.1.5, PhpMyAdmin 4.6.6, MariaDB10, Wallabag 2.2.3-2). |
try with this : this should walk you a little further |
Switched to FreeNAS. Synology units ebay'd off. |
found out wallabag is looking for a MySQL connection on 3306, but mariadb10 seemed set up with 3307 by default, anyone knows how to alter the preferences.yml file from wallabag once downloaded ? |
with the correct path for mysql and mysqldump + the correct mysql (mariadb10) port set to 3307, my non working package, was able to fix it self. my setup is working ! |
Hi arekeis, what steps did you take exactly to get wallabag working and in what order? Its still a bit unclear to me. Your help is much apreciated because you seem to have found workaround to get wallabag working. |
I'll try to sum it up from scratch to be sure.
Le ven. 8 juin 2018 à 13:52, astacus27 <notifications@github.com> a écrit :
… Hi arekeis, what steps did you take exactly to get wallabag working and in
what order? Its still a bit unclear to me. Your help is much apreciated
because you seem to have found workaround to get wallabag working.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3113 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJe-dMmW9vyKwMuKZAjxVUV0CybPz15_ks5t6mWAgaJpZM4RjD_5>
.
|
thanks in advance, looking forward to it
2018-06-08 14:23 GMT+02:00, arakeis <notifications@github.com>:
… I'll try to sum it up from scratch to be sure.
Le ven. 8 juin 2018 à 13:52, astacus27 ***@***.***> a écrit :
> Hi arekeis, what steps did you take exactly to get wallabag working and
> in
> what order? Its still a bit unclear to me. Your help is much apreciated
> because you seem to have found workaround to get wallabag working.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#3113 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AJe-dMmW9vyKwMuKZAjxVUV0CybPz15_ks5t6mWAgaJpZM4RjD_5>
> .
>
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#3113 (comment)
|
Ok, to have it work on a setup with mariadb10 installed (with the 3307 port used) I know that the "while installing" is quiet imprecise but that the imperfect way I got it working |
It would be super cute if the package could be updated with @arakeis 's strings. I've been trying to hack things together like this for days and MySQL straight-up doesn't seem available for the newest DSM so any SynoCommunity MySQL stuff is probably useless on those platforms. Seems like a straightforward fix, but due to code signing we can't do it ourselves (and most people aren't gonna hunt around on their NAS via SSH.) |
Synology just released a new MariaDB10 version 10.3.11-0054. It now allows changing the default port in the MariaDB10 application. I did not test yet reverting to port 3306 to install Wallabag, but it should help. |
Well, now database connection seems good but installer fails. From /var/services/web/wallabag/install.log it appears curl_exec and curl_multi_init are missing. Curl extension is activated in Webstation default PHP parameters. |
I followed this advice, and after installation continues with following error --> Cannot install 'wallabag' In the log I find --> Migrating up to 20170127093841 from 0 ++ migrating 20160410190541 Migration 20160410190541 failed during Execution. Error There is no table with name 'wallabag.wallabag_entry' in the schema. [Doctrine\DBAL\Schema\SchemaException (10)] Exception trace: |
Same problem with MariaDB10 and port set to 3306. |
I tried to solve this issue, but there's no success. I'm just going to use docker. My problem is that I cannot uninstall the synology wallabag package. It always gives me 'Incorrect root MySQL password'. Is there a way how to forcefully remove a Synology package? |
omg what a disaster.. |
I'm also interested in using Wallabag and get the same error regarding root password. Is anybody actively working on package fixes or am I on my own? It looks like the problem is not a principle problem, but "just" bad adjustment of all the required packages? |
DS218, DSM 6.2.2-24922 Update 4 |
I've followed the instructions above and I think I got farther than everybody by a bit. But now it's throwing an exception for not being able to finish the migration, because the driver could not be found (installed mariadb10, phpmyadmin, php56)
|
Hi everyone, I know it's been a long time. If you are still interested in Wallabag and would like to test the latest build It's over here: Please leave any feedback. |
For new Package Requests, see the guidelines
Setup
Package Name: Wallabag
Package Version: 2.2.3-2
NAS Model: DS411+
NAS Architecture: Intel Atom D510
DSM version: DSM 6.1.4-15217 Update 5
Expected behavior
Try to install package wallabag on my Syno (php 5.6 & 7.0, MariaD B10 and WebStation enabled)
Actual behavior
Got an error msg : "failed to install "wallabag". Incorrect MySQL root password"
Using phpMyAdmin and MariaDB root password, I'm able to create/delete account
Steps to reproduce
1.
2.
3.
Package log
Check Package Center or
/usr/local/{package}/var/
found no log in the mentioned places
Other logs
E.g.
/var/log/messages
or/var/log/synopkg.log
in /var/log/messages :
in /var/log/synopkg.log
The text was updated successfully, but these errors were encountered: