Buat User
Buat User
1098]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\Users\labkom>cd\
C:\>cd\xampp\mysql\bin
C:\xampp\mysql\bin>mysql -u root
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 4
Server version: 10.1.35-MariaDB mariadb.org binary distribution
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
C:\xampp\mysql\bin>mysql -u user11 -p
Enter password: ****
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 5
Server version: 10.1.35-MariaDB mariadb.org binary distribution
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> use toko_alan;
Database changed
MariaDB [toko_alan]> show tables;
+---------------------+
| Tables_in_toko_alan |
+---------------------+
| barang |
+---------------------+
1 row in set (0.00 sec)