2015年2月28日土曜日

ODBCなど外部環境からLinuxのmysql(サーバ)に接続する

Mysqlのユーザが作成されると、ローカルからしか接続できないようになっている。

$ mysql -u root
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 81
Server version: 5.1.69 Source distribution

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> select user,host,password from mysql.user;
+-------+-----------------------+-------------------------------------------+
| user  | host                  | password                                  |
+-------+-----------------------+-------------------------------------------+
| root  | localhost             |                                           |
| root  | localhost.localdomain |                                           |
| root  | 127.0.0.1             |                                           |
|       | localhost             |                                           |
|       | localhost.localdomain |                                           |
| wp    | localhost             | *8C2FB6D9F381D4D1442EF41C174D50EFE9B0E80D |
| boke  | localhost             | *DE76F587B6C62747A1196425D31E9034A9DAB9BB |
| kakei | localhost             | *831A129AEB82E516DEB0BA92C657375D56D02DB7 |
+-------+-----------------------+-------------------------------------------+
8 rows in set (0.00 sec)

外部から接続できるように設定する。

mysql> grant all privileges on *.* to kakei@'192.168.127.0/255.255.255.0';
Query OK, 0 rows affected (0.00 sec)

kakei:外部から接続するためのユーザ
192.168.127.0:接続元のIPアドレス
255.255.255.0:ネットマスク



0 件のコメント:

コメントを投稿

国際交流を促進するグローバル音楽フェスティバルについて語ろう。

タイトル:国際交流を促進するグローバル音楽フェスティバルの魅力 最近、世界中で注目を集めているのが、国際交流を促進するグローバル音楽フェスティバルです。音楽は言葉を超えて人々をつなぎ、文化や国境を越えて心を通わせる力があります。そんな音楽の力を最大限に活用し、異なる文化や国...