Skip to main content

(MySQL) Part 1 Membuat Database MySQL Pemograman Berorientasi Objek (PBO)

Pemrograman berorientasi objek (Inggris: object-oriented programming disingkat OOP) merupakan paradigma pemrograman yang berorientasikan kepada objek. Semua data dan fungsi di dalam paradigma ini dibungkus dalam kelas-kelas atau objek-objek.

1. Buka XAMPP Run Administrator (Disarankan)

(MySQL) Part 1 Membuat Database MySQL Pemograman Berorientasi Objek (PBO)

2. Start Apache dan MySql

(MySQL) Part 1 Membuat Database MySQL Pemograman Berorientasi Objek (PBO)

3. Klik Shell
4. Ketik

(MySQL) Part 1 Membuat Database MySQL Pemograman Berorientasi Objek (PBO)

mysql -u root -p (Enter)
Enter password:
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 2
Server version: 10.1.16-MariaDB mariadb.org binary distribution

Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]>
5. Buat Database yotube.
MariaDB [(none)]> Create database youtube;
Query OK, 1 row affected (0.08 sec)
6. Gunakan database yotube.
MariaDB [(none)]> use youtube;
Database changed
7. Membuat tabel pengguna.
MariaDB [youtube]> Create table pengguna(
    -> id int(10) not null,
    -> nama varchar(50) not null,
    -> email varchar(50) not null,
    -> subcriber varchar(10) not null,
    -> primary key (id)
    -> )Engine = InnoDB;
Query OK, 0 rows affected (0.41 sec)
8. Deskripsi tabel pengguna.
MariaDB [youtube]> desc pengguna;
+-----------+-------------+------+-----+---------+-------+
| Field        | Type          | Null | Key| Default | Extra |
+-----------+-------------+------+-----+---------+-------+
| id             | int(10)         | NO   | PRI | NULL|           |
| nama        | varchar(50) | NO   |        | NULL|           |
| email       | varchar(50)  | NO   |        | NULL|           |
| subcriber | varchar(10)  | NO   |        | NULL|           |
+-----------+-------------+------+-----+---------+-------+
4 rows in set (0.13 sec)
Saya bagi menjadi beberapa bagian :

#1 - Membuat Database : https://youtu.be/Ho1fiH-N1gc

#2 - Membuat Desain : https://youtu.be/kcBhMA-MhrU

#3 - Simpan Data : https://youtu.be/9q_W6EVySdI

#4 - Tampil Data : https://youtu.be/EVPLgHOXPEQ

#6 - Hapus Data : https://youtu.be/RKx2Qilj8og

Ada pertanyaan langsung di comment youtube.

Comments

Popular posts from this blog

How To Play Attack On Titan Wings of Freedom With Gamepad Or Joystick

How To Play Attack On Titan Wings of Freedom With Gamepad Or Joystick   Video youtube gamepad settings https://www.youtube.com/watch?v=C4u6OEdXqKw Cara Memainkan Attack On Titan Wings of Freedom Dengan Stick PS Joystick Gamepad   Just Copy  To Installation Folder Copy di installasi folder game Example : F:\Games\ Attack On Titan Wings of Freedom Contoh  : F:\Games\ Attack On Titan Wings of Freedom Use the first way in advance because the average mostly work in the first way, if it does not work both ways alternative wear. Gunakan Cara pertama terlebih dahlu karena rata rata kebanyakan work di cara pertama, jika tidak work alternatif pakai cara kedua. Tutorial Te xt and Video Second Way/Cara Kedua https://grizenzio.blogspot.com/2017/03/cara-kedua-cara-memainkan-semua-game-pc.html Many video tutorial gamepad settings for all games https://www.youtube.com/c/GrizenzioOrchivillando Serangan di Titan (Jepang: 進 撃 の 巨人 Hepburn:...

How To Play LEGO Worlds With Gamepad Or Joystick

  How To Play LEGO Worlds With Gamepad Or Joystick Cara Memainkan LEGO Worlds Dengan Stick PS Joystick Gamepad Just Copy To Installation Folder Copy di installasi folder game Example : F:\Games\LEGO Worlds Contoh  : F:\Games\LEGO Worlds Use the first way in advance because the average mostly work in the first way, if it does not work both ways alternative wear. Gunakan Cara pertama terlebih dahlu karena rata rata kebanyakan work di cara pertama, jika tidak work alternatif pakai cara kedua. Tutorial Text and Video First Way/Cara Pertama https://grizenzio.blogspot.com/2017/03/cara-pertama-cara-memainkan-semua-game.html Second Way/Cara Kedua https://grizenzio.blogspot.com/2017/03/cara-kedua-cara-memainkan-semua-game-pc.html Many video tutorial gamepad settings for all games https://www.youtube.com/c/GrizenzioOrchivillando   EXPLORE . MENEMUKAN. MEMBUAT. BERSAMA. Worlds LEGO ® adalah sebuah lingkungan terbuka Worlds prosedural yang dihasilkan seluruh...

Cara Kedua Memainkan Semua Game PC Dengan Gamepad atau Joystick

For English Language click here Cara bermain semua game menggunakan gamepad atau stick atau joystick. Ini merupakan cara kedua dan paling berhasil untuk bermain game dengan stick atau gamepad atau joystick. Perbedaan dari cara pertama yaitu pada settingan terdapat tambahan yang harus dilakukan. Cara kedua ini harus dilakukan ketika cara pertama gagal. Gamepad : Semua jenis stick bisa asalkan bisa dicolokin ke laptop berarti bisa digunakan. Unduh Setelan Gamepad : Durazno v0.6-29 https://mega.nz/#!xgYBnIya!A6XafQKneIQ4mhCgwsvn6SuuY6sBxEixtvpTyBvOMPA Xbox360_64.exe https://mega.nz/#!885R2KDJ!z1yJyH03PStOQ4xJtNuyJDUZvbdstOskOEcsbPFd9rk Pangeran Versi 1 https://mega.nz/#!sxI1gbAY!nSyJMNzwTjk_diJ87byZScfpPAFfdtJRi1s9WJ7I1eE Pangeran Versi 2 https://mega.nz/#!Np4mzRyA!NHgvlQUL7Z6gMEzoyqjRbmpz0Zv1E5UDbZ7PcOVpkBs XOutput.v0.11.zip https://mega.nz/#!gtREDTSA!wIHO1JO4-bcWXUwAhGt69SWP-eR57z7NHRzgh8O3rxA Gambar 1 Penjelasan Gambar 1 Install Xbox360_64.exe...