Skip to content

Instantly share code, notes, and snippets.

@MSayib
Last active July 2, 2024 17:17
Show Gist options
  • Save MSayib/2bf2d5259e4332bf54d5e47fd370bef1 to your computer and use it in GitHub Desktop.
Save MSayib/2bf2d5259e4332bf54d5e47fd370bef1 to your computer and use it in GitHub Desktop.
Install phpMyAdmin di MacOS

Install phpmyadmin: composer create-project phpmyadmin/phpmyadmin

Masuk ke folder: cd phpmyadmin

Run: php -S localhost:8000 -t .

Buka http://localhost:8000/phpmyadmin Login sesuai kredensial mysql yg sudah di install sebelumnya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment