adminer is a nice php based sqlite manager. I prefer the firefox plugin "sqlite manager" but it currently has a strange issue with FF5 that basically makes it unworkable, so I was looking for an alternative to tide me over.
I really don't want apache running all the time on my computer and don't want people browsing to my computer, so what I needed to do was:
I really don't want apache running all the time on my computer and don't want people browsing to my computer, so what I needed to do was:
- Download the adminer php script into /Library/WebServer/Documents/
- Change /etc/apache2/httpd.conf to allow running of php scripts (uncomment the line that begins: LoadModule php5_module
- Start the apache server: sudo apachectl -k start
- Operate the script by going to localhost
- Stop the server: sudo apachectl -k stop
Comments
Post a Comment