Buat database di MySQL
March 13th, 2004. Published under Tips Linux.
Lupa terus, setiap mau bikin, musti cari referensi di internet. OK, sekarang tiada ampun lagi, gwe musti CATET! ![]()
Contoh:
root# mysql -u root -p mysql> create database cecep_coppermine; Query OK, 1 row affected (0.02 sec) mysql> GRANT ALL on cecep_coppermine.* to cecep@localhost identified by 'passwd'; Query OK, 0 rows affected (0.01 sec)
Tags: mysql
