{"id":1008,"date":"2014-06-12T22:49:04","date_gmt":"2014-06-12T13:49:04","guid":{"rendered":"http:\/\/nsb.homeip.net\/wp\/?p=1008"},"modified":"2014-06-23T19:23:35","modified_gmt":"2014-06-23T10:23:35","slug":"windows%e7%89%88mysql-workbanch%e3%81%8b%e3%82%89zabbix%e7%94%a8mysql%e3%81%ab%e3%82%a2%e3%82%af%e3%82%bb%e3%82%b9%e3%81%99%e3%82%8b%e3%80%82","status":"publish","type":"post","link":"https:\/\/nsb.homeip.net\/wp\/?p=1008","title":{"rendered":"Windows\u7248MySQL Workbanch\u304b\u3089Zabbix\u7528MySQL\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3002"},"content":{"rendered":"<p>MySQL\u306b\u63a5\u7d9a\u3059\u308b\u305f\u3081\u306b\u3001MySQL Workbench<br \/>\n(http:\/\/www-jp.mysql.com\/products\/workbench\/)<br \/>\n\u3092\u8a66\u3057\u3066\u307f\u305f\u304c\u3001MySQL\u306e\u63a5\u7d9a\u306f\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u30ed\u30fc\u30ab\u30eb\u306e\u307f\u306a\u306e\u3067\u3001\u8a31\u53ef\u304c\u5fc5\u8981<br \/>\nsql\u30b3\u30de\u30f3\u30c9\u3067\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5b9f\u884c\u3059\u308c\u3070\u3001\u5916\u90e8\u306e\u7279\u5b9a\u30db\u30b9\u30c8\u304b\u3089\u63a5\u7d9a\u3067\u304d\u308b\u3088\u3046\u3067\u3059\u3002<\/p>\n<pre>mysql&gt;grant all privileges on zabbix.* to zabbix@\"192.168.29.41\" identified by 'zabbix' wi th grant option;<\/pre>\n<p>\u307e\u305f\u3001\u5168\u30db\u30b9\u30c8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53ef\u80fd\u3068\u3059\u308b\u5834\u5408\u306f\u3001\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3059\u308c\u3070\u3044\u3044\u3088\u3046\u3067\u3059\u3002<\/p>\n<pre>mysql&gt; grant all privileges on zabbix.* to zabbix@\"%\" identified by 'zabbix' with grant option;\r\nQuery OK, 0 rows affected (0.00 sec)<\/pre>\n<p>\u3053\u308c\u3067\u63a5\u7d9a\u3067\u304d\u307e\u3057\u305f\u3002 <a href=\"https:\/\/nsb.homeip.net\/wp\/wp-content\/uploads\/2014\/06\/Mysqlworkbench.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1009\" alt=\"Mysqlworkbench\" src=\"https:\/\/nsb.homeip.net\/wp\/wp-content\/uploads\/2014\/06\/Mysqlworkbench.png\" width=\"901\" height=\"606\" srcset=\"https:\/\/nsb.homeip.net\/wp\/wp-content\/uploads\/2014\/06\/Mysqlworkbench.png 901w, https:\/\/nsb.homeip.net\/wp\/wp-content\/uploads\/2014\/06\/Mysqlworkbench-300x201.png 300w\" sizes=\"auto, (max-width: 901px) 100vw, 901px\" \/><\/a> <!--more--> \u4ee5\u4e0b\u5b9f\u884c\u30ed\u30b0<\/p>\n<pre>[root@zabbix2 ~]# mysql -u root -p\r\nEnter password:\r\nWelcome to the MySQL monitor. Commands end with ; or \\g.\r\nYour MySQL connection id is 354142\r\nServer version: 5.1.67 Source distribution\r\n\r\nCopyright (c) 2000, 2012, Oracle and\/or its affiliates. All rights reserved.\r\n\r\nOracle is a registered trademark of Oracle Corporation and\/or its\r\naffiliates. Other names may be trademarks of their respective\r\nowners.\r\n\r\nType 'help;' or '\\h' for help. Type '\\c' to clear the current input statement.\r\n\r\nmysql&gt; select user,host from mysql.user;\r\n+--------+-----------------+\r\n| user | host |\r\n+--------+-----------------+\r\n| root | 127.0.0.1 |\r\n| | localhost |\r\n| root | localhost |\r\n| zabbix | localhost |\r\n| | zabbix2.2.local |\r\n| root | zabbix2.2.local |\r\n+--------+-----------------+\r\n6 rows in set (0.02 sec)\r\n\r\nmysql&gt; shuw datadases\r\n -&gt; l\r\n -&gt; Ctrl-C -- exit!\r\nAborted\r\n[root@zabbix2 ~]#\r\n[root@zabbix2 ~]# mysql -u root -p\r\nEnter password:\r\nWelcome to the MySQL monitor. Commands end with ; or \\g.\r\nYour MySQL connection id is 354176\r\nServer version: 5.1.67 Source distribution\r\n\r\nCopyright (c) 2000, 2012, Oracle and\/or its affiliates. All rights reserved.\r\n\r\nOracle is a registered trademark of Oracle Corporation and\/or its\r\naffiliates. Other names may be trademarks of their respective\r\nowners.\r\n\r\nType 'help;' or '\\h' for help. Type '\\c' to clear the current input statement.\r\n\r\nmysql&gt; show databases;\r\n+--------------------+\r\n| Database |\r\n+--------------------+\r\n| information_schema |\r\n| mysql |\r\n| test |\r\n| zabbix |\r\n+--------------------+\r\n4 rows in set (0.00 sec)\r\n\r\nmysql&gt; grant all privileges on zabbix.* to zabbix@\"192.168.29.41\" identified by 'zabbix' wi th grant option;\r\nQuery OK, 0 rows affected (0.03 sec)\r\n\r\nmysql&gt; select user,host from mysql.user;\r\n+--------+-----------------+\r\n| user | host |\r\n+--------+-----------------+\r\n| root | 127.0.0.1 |\r\n| zabbix | 192.168.29.41 |\r\n| | localhost |\r\n| root | localhost |\r\n| zabbix | localhost |\r\n| | zabbix2.2.local |\r\n| root | zabbix2.2.local |\r\n+--------+-----------------+\r\n7 rows in set (0.00 sec)<\/pre>\n<p>&nbsp;<\/p>\n<pre><\/pre>\n<p>Views: 5<\/p>","protected":false},"excerpt":{"rendered":"<p>MySQL\u306b\u63a5\u7d9a\u3059\u308b\u305f\u3081\u306b\u3001MySQL Workbench (http:\/\/www-jp.mysql.com\/products\/workbench\/) \u3092\u8a66\u3057\u3066\u307f\u305f\u304c\u3001MySQL\u306e\u63a5\u7d9a\u306f\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u30ed\u30fc\u30ab\u30eb\u306e\u307f\u306a\u306e\u3067\u3001\u8a31 &hellip; <a href=\"https:\/\/nsb.homeip.net\/wp\/?p=1008\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[22,11],"tags":[],"class_list":["post-1008","post","type-post","status-publish","format-standard","hentry","category-windows","category-zabbix"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/nsb.homeip.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1008","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nsb.homeip.net\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nsb.homeip.net\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nsb.homeip.net\/wp\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nsb.homeip.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1008"}],"version-history":[{"count":0,"href":"https:\/\/nsb.homeip.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1008\/revisions"}],"wp:attachment":[{"href":"https:\/\/nsb.homeip.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1008"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nsb.homeip.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1008"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nsb.homeip.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1008"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}