You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.8 KiB

  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. Template: mariadb-server-10.1/really_downgrade
  10. Type: boolean
  11. Default: false
  12. _Description: Really proceed with downgrade?
  13. A file named /var/lib/mysql/debian-*.flag exists on this system.
  14. .
  15. Such a file is an indication that a mariadb-server package with a higher
  16. version has been installed previously.
  17. .
  18. There is no guarantee that the version you're currently installing
  19. will be able to use the current databases.
  20. Template: mysql-server-5.1/nis_warning
  21. Type: note
  22. #flag:translate!:3,5
  23. _Description: Important note for NIS/YP users
  24. Using MariaDB under NIS/YP requires a mysql user account to be added on
  25. the local system with:
  26. .
  27. adduser --system --group --home /var/lib/mysql mysql
  28. .
  29. You should also check the permissions and ownership of the
  30. /var/lib/mysql directory:
  31. .
  32. /var/lib/mysql: drwxr-xr-x mysql mysql
  33. Template: mysql-server-5.1/postrm_remove_databases
  34. Type: boolean
  35. Default: false
  36. _Description: Remove all MariaDB databases?
  37. The /var/lib/mysql directory which contains the MariaDB databases is about
  38. to be removed.
  39. .
  40. If you're removing the MariaDB package in order to later install a more
  41. recent version or if a different mariadb-server package is already
  42. using it, the data should be kept.
  43. Template: mysql-server-5.1/start_on_boot
  44. Type: boolean
  45. Default: true
  46. _Description: Start the MariaDB server on boot?
  47. The MariaDB server can be launched automatically at boot time or manually
  48. with the '/etc/init.d/mysql start' command.
  49. Template: mysql-server/root_password
  50. Type: password
  51. _Description: New password for the MariaDB "root" user:
  52. While not mandatory, it is highly recommended that you set a password
  53. for the MariaDB administrative "root" user.
  54. .
  55. If this field is left blank, the password will not be changed.
  56. Template: mysql-server/root_password_again
  57. Type: password
  58. _Description: Repeat password for the MariaDB "root" user:
  59. Template: mysql-server/error_setting_password
  60. Type: error
  61. _Description: Unable to set password for the MariaDB "root" user
  62. An error occurred while setting the password for the MariaDB
  63. administrative user. This may have happened because the account
  64. already has a password, or because of a communication problem with
  65. the MariaDB server.
  66. .
  67. You should check the account's password after the package installation.
  68. .
  69. Please read the /usr/share/doc/mariadb-server-10.1/README.Debian file
  70. for more information.
  71. Template: mysql-server/password_mismatch
  72. Type: error
  73. _Description: Password input error
  74. The two passwords you entered were not the same. Please try again.