MySQL ã¦ã¼ã¶ã®ãã¹ããã¯ã¤ã«ãã«ã¼ãã§æå®ãã¦ãlocalhostã¯å«ã¾ããªã 2012-02-04 MySQLãã¤ã³ã¹ãã¼ã«ããã®ã§ãã¨ããããã¯ã¤ã«ãã«ã¼ãã§ãã¹ãåãæå®ãã¦ãã¹ãç¨ã®ã¦ã¼ã¶ãä½æã mysql> show databases; +-------+ | Database | +-------+ | information_schema | | hoge | | mysql | | performance_schema | | test | +-------+ 5 rows in set (0.00 sec) mysql> grant select on hoge.* to testuser@'%' identified by 'password'; Query OK, 0 rows affected (0.07 sec) mysql> select host,u
{{#tags}}- {{label}}
{{/tags}}