Latest Blog Posts

Database pooling

Mengenal Database Pooling Ketika web kita open database utk user maka, ketika koneksi ke database, itu mahal dan lama jika user bisa request...

Agile Process Learn

5 karakter aplikasi 1. maintainable = bussiness process 2. reusable= fungsi yg bisa dipake di beberspa tempat dngn modul, sperti ...

Backup Data MySQL and Migration and Restore into new DB

Let’s go through the step by step process needed for this. 1. Backup the data The first step is to take a dump of the data that you ...

Reorder primary key to 1

di tab SQL menu pada phpmyadmin ketikkan kode ini SET  @num := 0; UPDATE your_table SET id = @num := (@num+1); ALTER TABLE your_t...

Type join for database sql

Type atau jenis dari gabungan atau join table in database

Contoh skema database untuk transportasi

Contoh skema database untuk transportasi.