Am 15.05.2018 um 12:22 schrieb Muhammad Bashir Al-Noimi:
On 05/15/2018 01:12 PM, Reindl Harald wrote:
so it works and " error: 'Access denied for user 'root'@'localhost'
(using password: YES)'" is what it is
are you aware that 'root' on unix-socket (localhost) is not the same
than 'root' over TCP (127.0.0.1) beause you have a host column?
also make sure you did run 'mysql_upgrade' and if nothing else helps
google for "mysql skip grant" but be aware that this allows *any* user
with *any* password until removed from the config, but so you can bypass
logins and fix things properly
Worked but still important issue with systemctl. I wonder what's wrong
with mariadb.service
https://gist.github.com/mbnoimi/5920301ff79dcb88aab3ef7fa459733e
can you please stop posting links left and right?
* that's all plaintext
* post it deirectly
* look in the errorlog
* post systemctl outputs (also for systemctl status)
*what is that issue*
likely your unit is missing the [Install]-section at the bottom which is
the reason you can't enable it - sorry but i hate it to guess
[Install]
WantedBy=multi-user.target
_________________________
i simply stripped down the unit to the relevant parts for get rid of
mysqld_safe because i don't think that you understand most implications
of the full unit i use and don't want a endless thread