tugas dbms 1
tugas dbms 1
3447]
C:\Users\fauzihidayat>c:/xampp/mysql/bin/mysql.exe -u root -p
Enter password:
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
Database changed
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to
your MariaDB server version for the right syntax to use near ')' at line 1
+---------------------+
| Tables_in_mahasiswa |
+---------------------+
| mahasiswa |
+---------------------+
+--------------+--------------+------+-----+---------+----------------+
+--------------+--------------+------+-----+---------+----------------+
+--------------+--------------+------+-----+---------+----------------+
MariaDB [Mahasiswa]>
MariaDB [Mahasiswa]>
C:\xampp\mysql\bin>mysql -u root
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> create database MataKuliah;
Database changed
+----------------------+
| Tables_in_matakuliah |
+----------------------+
| matakuliah |
+----------------------+
+-----------------+--------------+------+-----+---------+----------------+
+-----------------+--------------+------+-----+---------+----------------+
+-----------------+--------------+------+-----+---------+----------------+
(c) Microsoft Corporation. All rights reserved. Microsoft Windows [Version 10.0.22631.3447]