mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Update Testing Guide
parent
1efa33023c
commit
8414fa4ad6
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ sign the `cache/localhost.cert.pem` certificate. Users can import our
|
|||
#### mariadb
|
||||
|
||||
The `mariadb` service will bind to `localhost:13306` on the host machine. This
|
||||
allows users to inspect the database used by the fastapi and php-fpm services:
|
||||
allows users to inspect the database used by the `fastapi` and `php-fpm` services:
|
||||
|
||||
$ mysql -h127.0.0.1 -P13306 -uaur -paur aurweb \
|
||||
-e "SELECT * FROM Packages"
|
||||
|
|
Loading…
Add table
Reference in a new issue