Archives for “MySQL”

A set of PHP scripts that interact with MySQL or MSSQL to develop surveys ( read more )


Snippet kecil PHP-MySQL ini sengaja saya sekadar sebagai referensi bagi yang sedang mencari-cari bagaimana cara menyimpan array ke dalam suatu field didatabase MySQL. Kalau anda pernah coba-coba menyimpan array tanpa melakukan pemrosesan terlebih dulu, maka di field anda hanya terisi dengan kata ‘Array’ dan otomatis tidak bisa dimanfaatkan. Untuk menyimpan sebuah array ke suatu kolom [...]


Berikut adalah snippet code yang dapat anda manfaatkan untuk mengubah nama (rename) sebuah table di suatu database berbasis MySQL. Ditulis dalam bahasa PHP, Hasil pencarian tentang artikel ini: mengganti nama tabel di mysql, merubah nama tabel di mysql, mengganti nama tabel mysql, mengubah nama tabel mysql, mengubah nama tabel di mysql, rename table mysql, merubah [...]


MySQL Query Browser is a part of MySQL database product from MySQL (now it owned by Oracle,Inc.). It is a GUI tool to run MySQL Query and get the result on pretty field-way view. MySQL Query browser mostly used by administrator on it own server, altough it can be managing a remote database query. Here [...]


The result of mysqldump is a flat text file containing the sql commands used to restore the mysql databases/tables that were dumped. Normally the result of mysqldump is compressed (in regular backups) because the size of the resulted file is normally big and good compression rates are achieved on such text files.




Switch to our mobile site