1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Template: mysql-server-4.1/nis_warning
Type: note
_Description: Important note for NIS/YP users!
To use mysql you must install an equivalent user and group to the
following and ensure yourself that /var/lib/mysql has the right
permissions (the uid/gid may be different).
.
/etc/passwd: mysql:x:100:101:MySQL Server:/var/lib/mysql:/bin/false
.
/etc/group: mysql:x:101:
.
/var/lib/mysql: drwxr-xr-x mysql mysql
Template: mysql-server-4.1/mysql_update_hints1
Type: note
_Description: Update Hints
Rarely, e.g. on new major versions, the privilege system is improved.
To make use of it mysql_fix_privilege_tables must be executed manually.
The script is not supposed to give any user more rights that he had before,
.
Please also read http://www.mysql.com/doc/en/Upgrade.html
Template: mysql-server-4.1/mysql_install_db_notes
Type: note
_Description: Install Hints
On upgrades from MySQL 3.23, as shipped with Debian Woody, symlinks in
place of /var/lib/mysql or /var/log/mysql gets accidently removed and
have manually be restored.
.
MySQL will only install if you have a non-numeric hostname that is
resolvable via the /etc/hosts file. E.g. if the "hostname" command returns
"myhostname" then there must be a line like "10.0.0.1 myhostname".
.
A new mysql user "debian-sys-maint" will be created. This mysql account is
used in the start/stop and cron scripts. Don't delete.
.
Please remember to set a PASSWORD for the MySQL root user! If you use a
/root/.my.cnf, always write the "user" and the "password" lines in there,
never only the password!
.
See /usr/share/doc/mysql-server-4.1/README.Debian for more information.
Template: mysql-server-4.1/postrm_remove_databases
Type: boolean
Default: false
_Description: Remove the databases from all MySQL versions?
Should I remove the complete /var/lib/mysql directory tree which is used by
all MySQL versions, not necessarily only the one you are about to purge?
Template: mysql-server-4.1/start_on_boot
Type: boolean
Default: true
_Description: Should MySQL start on boot?
The MySQL can start on boot time or only if you type '/etc/init.d/mysql
start' manually. Select 'yes' here if you want it to start automatically.
|