

Jika kalian menggunakan repository online maka pastikan internet kamu stabil dan lancar kalian dapat mengujinya menggunakan untilitas ping. Update terlebih dahulu repository kalian dengan perintah apt update atau jika pada mode user maka jangan lupa tambahkan sudo pada setiap perintah sudo apt update, kemudian upgrade Debian kalian dengan perintah apt upgrade atau kalian dapat menggabungkan kedua perintah tersebut apt update & apt upgrade. Pada tutorial ini kita akan menggunakan Nginx sebagai web servernya dan juga sudah bisa menjalankan PHP yang tentunya pada tutorial sebelumnya saya sudah membahasnya. Hal pertama yang harus disiapkan adalah kalian harus sudah menyiapkan web server untuk menginstall phpmyadmin. # lsb_release -aĭescription:ĝebian GNU/Linux 10 (buster) Pada kesempatan ini saya akan memberikan tutorial bagaimana menginstall phpmyadmin dan maridb server pada Debian 10, yang tentunya menggunakan nginx web server. For additional help or useful information, we recommend you check the official MySQL website.PhpMyadmin merupakan salah satu perangkat lunak berbasis web yang digunakan untuk memudahkan dalam administrasi database mysql dan mariadb seperti membuat dan menghapus database, membuat table, dan operasi lain yang berkaitan dengan database mysql atau mariadb. Thanks for using this tutorial for installing the latest version of MySQL Server on the Debian 10 Buster server.

It will help you to analyze your server and to tune MySQL for better overall performance.Ĭongratulations! You have successfully installed MySQL. If you are a beginner and you do not know how to tune your MySQL server, you can start with a program called MySQLTuner. One of the most important things when running MySQL on a production server is to get the most out of its performance. To log in to MySQL, use the following command (note that it’s the same command you would use to log into a MySQL database): mysql -u root -p Remove test database and access to it? y you should read and below each step carefully which will set a root password, remove anonymous users, disallow remote root login, and remove the test database and access to secure MySQL: mysql_secure_installationĬonfigure it like this: - Set root password? y You can secure MySQL using the mysql_secure_installation script. After the installation of MySQL is complete, you may need to secure your new MySQL.
