~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to scripts/mysql_install_db.sh

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
# Copyright (C) 2002-2003 MySQL AB
 
2
# Copyright (c) 2000-2008 MySQL AB, 2009, 2010 Sun Microsystems, Inc.
 
3
# Use is subject to license terms.
3
4
4
5
# This program is free software; you can redistribute it and/or modify
5
6
# it under the terms of the GNU General Public License as published by
45
46
  --cross-bootstrap    For internal use.  Used when building the MySQL system
46
47
                       tables on a different host than the target.
47
48
  --datadir=path       The path to the MySQL data directory.
 
49
  --defaults-extra-file=name
 
50
                       Read this file after the global files are read.
 
51
  --defaults-file=name Only read default options from the given file name.
48
52
  --force              Causes mysql_install_db to run even if DNS does not
49
53
                       work.  In that case, grant table entries that normally
50
54
                       use hostnames will use IP addresses.
 
55
  --help               Display this help and exit.                     
51
56
  --ldata=path         The path to the MySQL data directory. Same as --datadir.
 
57
  --no-defaults        Don't read default options from any option file.
52
58
  --rpm                For internal use.  This option is used by RPM files
53
59
                       during the MySQL installation process.
54
60
  --skip-name-resolve  Use IP addresses rather than hostnames when creating