~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to debian/mysql-server-5.6.templates

  • Committer: Package Import Robot
  • Author(s): James Page, Akhil Mohan, Bjoern Boschman
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-0vst0nnto99pc2su
Tags: 5.6.15-0ubuntu1
[ Akhil Mohan ]
* added libmysqlclient.so link to libmysqlclient18.1-dev package
* revisited patches in d/patches/series; removed extra patches not needed
* some patches were modified to handle 5.6 issues
* mysql-server-5.6 and mysql-client-5.6 now depend on mysql-common (>= 5.5)
* mysql-server-5.6 now provides only virtual-mysql-server
* mysql-client-5.6 now provides only virtual-mysql-client
* MySQL 5.6 now contains mysql-common-5.6 which is only suggested
* moved mysql-common/etc/mysql/my.cnf to
    mysql-common-5.6/usr/share/mysql/my.cnf
* MySQL 5.6 now gives libmysqlclient18.1, libmysqlclient18.1-dev,
    libmysqld-5.6-dev and libmysqld-5.6-pic
* libmysqlclient18.1-dev, libmysqld-5.6-dev and libmysqld-5.6-pic packages
    conflict with their respective counterparts from MySQL 5.5
* link traversal for libmysqlclient is
    libmysqlclient.so (contained in libmysqclient18.1-dev)  ->
    libmysqlclient.so.18 (contained in libmysqclient18.1)   ->
    libmysqlclient.so.18.1 (contained in libmysqclient18.1) ->
    libmysqlclient.so.18.1.0 (contained in libmysqclient18.1)
* Placeholder packages mysql-server, mysql-client, mysql-testsuite 
  have been discontinued
* d/rules, d/control removed gcc-4.4 dependency and disable X86 assembly in
  taocrypt.
  - Cherry-pick from Debian svn r2231 with thanks to Clint Byrum.
* changed mirror to download source tar
* replaced mysql_install_db script with small shell script to create
  root accounts. This avoids creating anonymous users which were
  security concern.
* Docs/mysql.info has been removed in the mysql 5.6.15 source
* removed debian/repack.* and 'DFSG and repacking' section in
  debian/README.source because repack not needed
* dropped '+dfsg' from version in changelog since there is no repack
* simplified debian/watch since there is no repack
* removed redundant *_r* links to mysql client library in libmysqlclient18
  and libmysqlclient-dev packages
* updated debian/control to allow mysql-*-5.6 packages upgrade/ replace
  an existing installation of mysql-*-5.5 packages
* modified debian/rules to use system zlib library, install additional
  man pages and remove execute bit on few test and result files
* added patches to fix link path in man page mysql_client_test_embedded.1
  and mysqltest_embedded.1
* added man page for mysql_config_pic at debian/additions/mysql_config_pic.1
* added man page for mysql_embedded at debian/additions/mysql_embedded.1
* moved libmysqlcient.so link from libmysqlclient18 to libmysqlclient-dev
  based on lintian warning non-dev-pkg-with-shlib-symlink
* moved mysql_client_test_embedded binary from mysql-testsuite-5.6 
  package to mysql-client-5.6 package
* moved mysql_config_editor.1 man page to mysql-client-5.6 package
* moved mysql_embedded from mysql-testsuite-5.6 package to mysql-client-5.6
  package
* moved mysqltest_embedded binary from mysql-testsuite-5.6
  package to mysql-server-5.6 package
* removed absolute path for mysql_install_db script in mysql-server-5.6
  postinst script based on lintian warning

[ Bjoern Boschman ]
* Initial release of mysql-5.6 package.
* mysql_install_db is now a perl script. Do not run it with bash.
* added innodb_data_file_path to my.cnf for mysql-5.1 => mysql-5.6 upgrade
  path.
* added multiarch support 
* do not include .a files within libmysqlclient18

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# These templates have been reviewed by the debian-l10n-english
 
2
# team
 
3
#
 
4
# If modifications/additions/rewording are needed, please ask
 
5
# for an advice to debian-l10n-english@lists.debian.org
 
6
#
 
7
# Even minor modifications require translation updates and such
 
8
# changes should be coordinated with translators and reviewers.
 
9
 
 
10
Template: mysql-server-5.6/really_downgrade
 
11
Type: boolean
 
12
Default: false
 
13
_Description: Really proceed with downgrade?
 
14
 A file named /var/lib/mysql/debian-*.flag exists on this system.
 
15
 .
 
16
 Such a file is an indication that a mysql-server package with a higher
 
17
 version has been installed previously.
 
18
 .
 
19
 There is no guarantee that the version you're currently installing
 
20
 will be able to use the current databases.
 
21
 
 
22
Template: mysql-server-5.6/nis_warning
 
23
Type: note
 
24
#flag:translate!:3,5
 
25
_Description: Important note for NIS/YP users
 
26
 Using MySQL under NIS/YP requires a mysql user account to be added on
 
27
 the local system with:
 
28
 .
 
29
  adduser --system --group --home /var/lib/mysql mysql
 
30
 .
 
31
 You should also check the permissions and ownership of the
 
32
 /var/lib/mysql directory:
 
33
 .
 
34
  /var/lib/mysql: drwxr-xr-x   mysql    mysql
 
35
 
 
36
Template: mysql-server-5.6/postrm_remove_databases
 
37
Type: boolean
 
38
Default: false
 
39
_Description: Remove all MySQL databases?
 
40
 The /var/lib/mysql directory which contains the MySQL databases is about
 
41
 to be removed.
 
42
 .
 
43
 If you're removing the MySQL package in order to later install a more
 
44
 recent version or if a different mysql-server package is already
 
45
 using it, the data should be kept.
 
46
 
 
47
Template: mysql-server-5.6/start_on_boot
 
48
Type: boolean
 
49
Default: true
 
50
_Description: Start the MySQL server on boot?
 
51
 The MySQL server can be launched automatically at boot time or manually
 
52
 with the '/etc/init.d/mysql start' command.
 
53
 
 
54
Template: mysql-server/root_password
 
55
Type: password
 
56
_Description: New password for the MySQL "root" user:
 
57
 While not mandatory, it is highly recommended that you set a password
 
58
 for the MySQL administrative "root" user.
 
59
 .
 
60
 If this field is left blank, the password will not be changed.
 
61
 
 
62
Template: mysql-server/root_password_again
 
63
Type: password
 
64
_Description: Repeat password for the MySQL "root" user:
 
65
 
 
66
Template: mysql-server/error_setting_password
 
67
Type: error
 
68
_Description: Unable to set password for the MySQL "root" user
 
69
 An error occurred while setting the password for the MySQL
 
70
 administrative user. This may have happened because the account
 
71
 already has a password, or because of a communication problem with
 
72
 the MySQL server.
 
73
 .
 
74
 You should check the account's password after the package installation.
 
75
 .
 
76
 Please read the /usr/share/doc/mysql-server-5.6/README.Debian file
 
77
 for more information.
 
78
 
 
79
Template: mysql-server/password_mismatch
 
80
Type: error
 
81
_Description: Password input error
 
82
 The two passwords you entered were not the same. Please try again.
 
83
 
 
84
Template: mysql-server/no_upgrade_when_using_ndb
 
85
Type: error
 
86
_Description: NDB Cluster seems to be in use
 
87
 MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new
 
88
 mysql-cluster-server package and remove all lines starting with "ndb" from
 
89
 all config files below /etc/mysql/.