676 | | }}} |
| 676 | [sudo] password for murachi: |
| 677 | Welcome to the MariaDB monitor. Commands end with ; or \g. |
| 678 | Your MariaDB connection id is 48 |
| 679 | Server version: 10.0.36-MariaDB-0ubuntu0.16.04.1 Ubuntu 16.04 |
| 680 | |
| 681 | Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. |
| 682 | |
| 683 | Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. |
| 684 | |
| 685 | MariaDB [(none)]> |
| 686 | MariaDB [(none)]> create database harapeko_press; |
| 687 | Query OK, 1 row affected (0.00 sec) |
| 688 | |
| 689 | MariaDB [(none)]> grant all privileges on harapeko_press.* to harapeko_press@localhost identified by '(パスワード)'; |
| 690 | Query OK, 0 rows affected (0.02 sec) |
| 691 | |
| 692 | MariaDB [(none)]> quit |
| 693 | Bye |
| 694 | $ mysql -u harapeko_press -p harapeko_press < harapeko_press.sql |
| 695 | Enter password: |
| 696 | $ |
| 697 | }}} |