~otto/maria/5.5.37-0ubuntu0.14.04.1

« back to all changes in this revision

Viewing changes to debian/additions/mysql_setpermission.1

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen, Otto Kekäläinen, James Page
  • Date: 2013-12-22 10:28:14 UTC
  • Revision ID: package-import@ubuntu.com-20131222102814-dvryvsdyl8m3u2az
Tags: 5.5.32-1
[ Otto Kekäläinen ]
* Initial package for Debian (Closes: #565308), based on upstream
  packaging:
  - mariadb-5.3 by Sergei Golubchik
  - mariadb-5.2 by Kristian Nielsen
  - mariadb-5.1 by Peter Lieverdink
* Bring packaging up-to-date inline with mysql-5.5 packaging.
* Refine control file and tidy lintian warnings
* Rename libmysqlclient18 -> libmariadbclient18.
* Add suitable Breaks/Replaces/Provides to support migration
  to/from mysql-server-5.5.
* Plus multiple other updates based on feedback from Debian maintainers

[ James Page ]
* d/control,rules: Cherry picked fix from mysql-5.5 packaging to disable
  x86 assembler in taocrypt on i386 architectures, removing need for
  gcc-4.4 dependency.
* d/control: Add myself to uploaders.
* d/control: Update Vcs fields for new location on git.debian.org.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH mysql 1 "17 March 2003" "MySQL 3.23" "MySQL database"
2
 
.SH NAME
3
 
mysql_setpermission \- Adds MySQL users or changes passwords.
4
 
.SH SYNOPSIS
5
 
mysql_setpermission [options]
6
 
.SH DESCRIPTION
7
 
The permission setter is a little program which can help you add users
8
 
or databases or change passwords in MySQL. Keep in mind that we don't
9
 
check permissions which already been set in MySQL. So if you can't
10
 
connect to MySQL using the permission you just added, take a look at
11
 
the permissions which have already been set in MySQL.
12
 
 
13
 
The permission setter first reads your .my.cnf file in your Home
14
 
directory if it exists.
15
 
 
16
 
For more information start the program with '--help'.
17
 
.SH "SEE ALSO"
18
 
mysql (1), mysqld (1)
19
 
.SH AUTHOR
20
 
This manpage was written by Christian Hammers <ch@debian.org>.
21
 
 
22
 
MySQL is available at http://www.mysql.com/.
23
 
.\" end of man page