Difference between revisions of "Raspbian: Instalasi MySQL"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Instalasi MySQL apt-get update apt-get install mysql-server) |
Onnowpurbo (talk | contribs) |
||
Line 3: | Line 3: | ||
apt-get update | apt-get update | ||
apt-get install mysql-server | apt-get install mysql-server | ||
+ | |||
+ | Jika sedang belajar, saat di tanya | ||
+ | |||
+ | New password for the MySQL "root" user: | ||
+ | |||
+ | masukan | ||
+ | |||
+ | 123456 | ||
+ | 123456 | ||
+ | |||
+ | sebagai root password :) .. |
Latest revision as of 05:13, 10 January 2015
Instalasi MySQL
apt-get update apt-get install mysql-server
Jika sedang belajar, saat di tanya
New password for the MySQL "root" user:
masukan
123456 123456
sebagai root password :) ..