Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
![Table structure](https://www.adminer.org/static/screenshots/table.png)

## Installation

```
sudo dnf install -y php-mysqlnd # https://askubuntu.com/questions/599921/adminer-none-of-the-supported-php-extensions-mysqli-mysql-pdo-mysql-are-ava
make default
make
make server # by default the browser opens in `http://127.0.0.1:8000/`, so you'll want to navigate to `http://127.0.0.1:8000/adminer` instead
```

### Details

If downloaded from Git then run: `git submodule update --init`

- `adminer/index.php` - Run development version of Adminer
Expand Down
Loading