MySQL:Installasi: Difference between revisions
Created page with "=== Ubuntu Repository === sudo apt update sudo apt install mysql-server === Official Repository === curl -OL https://dev.mysql.com/get/mysql-apt-config_0.8.12-1_all.deb sudo dpkg -i mysql-apt-config* sudo apt update sudo apt install mysql-server -y * Verifikasi sudah aktif atau belum. sudo systemctl status mysql.service * Jika belum aktif. sudo systemctl start mysql.service * Untuk penginstalan baru, Anda harus menjalankan perintah yang disediakan untuk p..." |
No edit summary |
||
| Line 32: | Line 32: | ||
* Untuk memutuskan koneksi dari server dan meninggalkan prompt mysql. | * Untuk memutuskan koneksi dari server dan meninggalkan prompt mysql. | ||
QUIT | QUIT | ||
==Terkait== | |||
*[[MySQL]] | |||
[[Category:Software]] | [[Category:Software]] | ||
[[Category: | [[Category:Tuturial]] | ||
[[Category:Linux]] | [[Category:Linux]] | ||