1RESOLVEIP(1) MySQL Database System RESOLVEIP(1)
2
3
4
6 resolveip - resolve host name to IP address or vice versa
7
9 resolveip [options] {host_name|ip-addr} ...
10
12 The resolveip utility resolves host names to IP addresses and vice
13 versa.
14
15 Invoke resolveip like this:
16
17 shell> resolveip [options] {host_name|ip-addr} ...
18
19 resolveip supports the following options.
20
21 · --help, --info, -?, -I
22
23 Display a help message and exit.
24
25 · --silent, -s
26
27 Silent mode. Produce less output.
28
29 · --version, -V
30
31 Display version information and exit.
32
34 Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc.
35
36 This documentation is free software; you can redistribute it and/or
37 modify it only under the terms of the GNU General Public License as
38 published by the Free Software Foundation; version 2 of the License.
39
40 This documentation is distributed in the hope that it will be useful,
41 but WITHOUT ANY WARRANTY; without even the implied warranty of
42 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
43 General Public License for more details.
44
45 You should have received a copy of the GNU General Public License along
46 with the program; if not, write to the Free Software Foundation, Inc.,
47 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
48 http://www.gnu.org/licenses/.
49
50
52 For more information, please refer to the MySQL Reference Manual, which
53 may already be installed locally and which is also available online at
54 http://dev.mysql.com/doc/.
55
57 Sun Microsystems, Inc. (http://www.mysql.com/).
58
59
60
61MySQL 5.1 04/06/2010 RESOLVEIP(1)