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 © 1997, 2013, Oracle and/or its affiliates. All rights
35 reserved.
36
37 This documentation is free software; you can redistribute it and/or
38 modify it only under the terms of the GNU General Public License as
39 published by the Free Software Foundation; version 2 of the License.
40
41 This documentation is distributed in the hope that it will be useful,
42 but WITHOUT ANY WARRANTY; without even the implied warranty of
43 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
44 General Public License for more details.
45
46 You should have received a copy of the GNU General Public License along
47 with the program; if not, write to the Free Software Foundation, Inc.,
48 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
49 http://www.gnu.org/licenses/.
50
51
53 For more information, please refer to the MySQL Reference Manual, which
54 may already be installed locally and which is also available online at
55 http://dev.mysql.com/doc/.
56
58 Oracle Corporation (http://dev.mysql.com/).
59
60
61
62MySQL 5.1 11/04/2013 RESOLVEIP(1)