Add a phpmyadmin tool that can run locally
This commit is contained in:
parent
736af3165b
commit
f24a10839c
3 changed files with 94 additions and 0 deletions
4
tools/phpmyadmin/run-admin.sh
Executable file
4
tools/phpmyadmin/run-admin.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#! /bin/bash
|
||||
|
||||
service apache2 start
|
||||
mysqld
|
Reference in a new issue