Penat je buat sendiri timecontrol https://github.com/cperdana/limit/blob/master/README.md . Dah siap baru terjumpa available apps
haih...
wsl --terminate .$ sudo service mysql stop
$ sudo mkdir -p /var/run/mysqld $ sudo chown mysql:mysql /var/run/mysqld
$ sudo /usr/sbin/mysqld --skip-grant-tables --skip-networking & $ [1] 2708
$ mysql -u root
mysql> FLUSH PRIVILEGES;
mysql> USE mysql; Database changed mysql> UPDATE user SET authentication_string=PASSWORD("linuxconfig.org") WHERE User='root'; Query OK, 0 rows affected, 1 warning (0.00 sec) Rows matched: 1 Changed: 0 Warnings: 1 mysql> UPDATE user SET plugin="mysql_native_password" WHERE User='root'; Query OK, 0 rows affected (0.00 sec) Rows matched: 1 Changed: 0 Warnings: 0
$ sudo pkill mysqld