This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Translate

Pages

Senin, 27 April 2015

membuat table di mysql

1. Buka Control Panel Xampp (Start - All Program- Xampp) 2. Pastikan Apache dan MySQL Running 3. Masuk ke CMD dan Tuliskan Script berikut : cd .. cd .. cd xampp cd mysql cd bin mysql -u root 4. Bila berhasil ada bacaan 'Welcome to MySQL monitor'. Okeh Kita Lanjutkan dengan databasenya 5. Create database penjualan; 6. Use penjualan; 7. Lalu kita membuat Tabel dari database tersebut : 8. Create table barang ( Kode Varchar (5)...