[Bug 1598992] Re: MySQL Server installation freezes if root password contains a single quote (apostrophe)

2016-10-03 Thread Lars Tangvald
** Tags added: xenial-candidate

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598992

Title:
  MySQL Server installation freezes if root password contains a single
  quote (apostrophe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1598992/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1598992] Re: MySQL Server installation freezes if root password contains a single quote (apostrophe)

2016-09-28 Thread davidreedernst
Excellent. As the one who wrote the bug report at the top of this
thread, I'm very glad to see that it's been resolved.  Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598992

Title:
  MySQL Server installation freezes if root password contains a single
  quote (apostrophe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1598992/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1598992] Re: MySQL Server installation freezes if root password contains a single quote (apostrophe)

2016-09-28 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.7 - 5.7.15-0ubuntu2

---
mysql-5.7 (5.7.15-0ubuntu2) yakkety; urgency=medium

  * Add working dir to perl lib path for dep8 upstream.
New versions of perl will no longer automatically include working dir in
the path. This was causing the mtr suite to fail to start.
  * Change mysql-testsuite dependency from python to libjson-perl.
Tests written in python were rewritten in perl, so testsuite no longer
depends on python, but tests fail if libjson-perl is missing.
  * Build with DWITH_LZ4=system
If the flag is not set the package will be built with a bundled liblz4
instead of the one provided by the liblz4-dev build-dep.
  * Add support for custom datadir to systemd service (LP: #1574782)
The service was reporting errors if no database was found in /var/lib/mysql
It will now check the path specified in the config
  * Fix support for soft-link datadir (LP: #1474212)
Upgrading more than once when datadir is soft-link was causing errors
  * Escape special characters in password (LP: #1598992)
The password string was not escaped, causing SQL errors if certain special
characters such as apostrophes were included.
  * Removed always-false check on purge in postrm (LP: #1602945)
Users were never seeing the query to remove data on a package purge

 -- Lars Tangvald   Fri, 16 Sep 2016 22:23:41
+0200

** Changed in: mysql-5.7 (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598992

Title:
  MySQL Server installation freezes if root password contains a single
  quote (apostrophe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1598992/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1598992] Re: MySQL Server installation freezes if root password contains a single quote (apostrophe)

2016-09-20 Thread Lars Tangvald
** Changed in: mysql-5.7 (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598992

Title:
  MySQL Server installation freezes if root password contains a single
  quote (apostrophe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1598992/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1598992] Re: MySQL Server installation freezes if root password contains a single quote (apostrophe)

2016-09-18 Thread Lars Tangvald
Updated the incorrect bug

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598992

Title:
  MySQL Server installation freezes if root password contains a single
  quote (apostrophe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1598992/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1598992] Re: MySQL Server installation freezes if root password contains a single quote (apostrophe)

2016-08-27 Thread Ubuntu Foundations Team Bug Bot
The attachment "mysql-5.7_5.7.13-0ubuntu5.debdiff" seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598992

Title:
  MySQL Server installation freezes if root password contains a single
  quote (apostrophe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1598992/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1598992] Re: MySQL Server installation freezes if root password contains a single quote (apostrophe)

2016-08-27 Thread Gasol Wu
According to Table 10.1 Special Character Escape Sequences [1]. If
debconf dialog can't be input unprintable character, We can easily and
safely escape single quote to resolve this issue.

[1]: https://dev.mysql.com/doc/refman/5.7/en/string-literals.html


** Patch added: "mysql-5.7_5.7.13-0ubuntu5.debdiff"
   
https://bugs.launchpad.net/ubuntu/xenial/+source/mysql-5.7/+bug/1598992/+attachment/4728700/+files/mysql-5.7_5.7.13-0ubuntu5.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598992

Title:
  MySQL Server installation freezes if root password contains a single
  quote (apostrophe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1598992/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1598992] Re: MySQL Server installation freezes if root password contains a single quote (apostrophe)

2016-08-12 Thread Lars Tangvald
** Changed in: mysql-5.7 (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598992

Title:
  MySQL Server installation freezes if root password contains a single
  quote (apostrophe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1598992/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1598992] Re: MySQL Server installation freezes if root password contains a single quote (apostrophe)

2016-07-14 Thread Robie Basak
** Also affects: mysql-5.7 (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: mysql-5.7 (Ubuntu Xenial)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598992

Title:
  MySQL Server installation freezes if root password contains a single
  quote (apostrophe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1598992/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1598992] Re: MySQL Server installation freezes if root password contains a single quote (apostrophe)

2016-07-06 Thread Lars Tangvald
We have pretty much the same issue with the upstream packages. Filtering
the password with printf %q in postinst seems to escape the characters
correctly so the password can be passed to the server.

Upstream report: http://bugs.mysql.com/bug.php?id=81958

** Bug watch added: MySQL Bug System #81958
   http://bugs.mysql.com/bug.php?id=81958

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598992

Title:
  MySQL Server installation freezes if root password contains a single
  quote (apostrophe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1598992/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1598992] Re: MySQL Server installation freezes if root password contains a single quote (apostrophe)

2016-07-06 Thread Robie Basak
** Changed in: mysql-5.7 (Ubuntu)
   Importance: Undecided => High

** Changed in: mysql-5.7 (Ubuntu)
 Assignee: (unassigned) => Lars Tangvald (lars-tangvald)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1598992

Title:
  MySQL Server installation freezes if root password contains a single
  quote (apostrophe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1598992/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs