[Expired for mariadb-5.5 (Ubuntu) because there has been no activity for
60 days.]
** Changed in: mariadb-5.5 (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bug
Interesting. So 'mysqladmin --defaults-file=/etc/mysql/debian.cnf' fails
but 'mysql --defaults-file=/etc/mysql/debian.cnf' works? Or both of
those fail but manually passing username and password as thei are in
/etc/mysql/debian.cnf via 'mysql -u debian-sys-maint -p' works?
--
You received this bu
I just noticed there was a typo:
select * from mysql.user where user='debian-sys-maint';
This returns the content of the table and appears to have a hashed
password along with a load of boolean fields.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subsc
What if you manually run 'mysql -u debian-sys-maint -p' and use the
password in that file?
- This connects fine to the database
Have you changed the mysql.users table so that debian-sys-maint
userpassword is no longer same as in the config file?
- Not as far as I know (I haven't, but I'm not t
What if you manually run 'mysql -u debian-sys-maint -p' and use the password in
that file?
Have you changed the mysql.users table so that debian-sys-maint userpassword is
no longer same as in the config file?
What does 'select * from mysql.users where user='debian-sys-maint' show?
Is the user th
On my systems with this issue the debian.cnf is as follow (p/w
redacted). As far as I know this hasn't been changed by anyone.
# Automatically generated for Debian scripts. DO NOT TOUCH!
[client]
host = localhost
user = debian-sys-maint
password =
socket = /var/run/mysqld/mysqld.soc
This is the problem:
++ /usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf shutdown
+ shutdown_out='/usr/bin/mysqladmin: connect to server at '\''localhost'\''
failed
error: '\''Access denied for user '\''debian-sys-maint'\''@'\''localhost'\''
(using password: YES)'\'''
What does /etc/my
** Summary changed:
- package mariadb-hostname-5.5 5.5.44-1ubuntu0.14.04.1 failed to
install/upgrade: subprocess installed post-installation script returned error
exit status 1
+ failed to install/upgrade: service stop/start did not work
--
You received this bug notification because you are a
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: mariadb-5.5 (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1511432
Title: