phpMySimpleAdmin - Simple PHP MySQL Admin Script
Description:
phpMySimpleAdmin is a PHP based administration tool for MySQL databases similar
to phpMyAdmin, but simpler.
The script was designed to perform simple Add, Edit, Remove and List functions
with basic form validation and an easy to use interface.
It is no means meant as a replacement for a full database adminstration tool,
but provides direct access to database tables for a range of users.
Prerequisites:
- PHP5 and MySQL Server
(Might run on PHP 4, not tried.)
- Apache mod_rewrite enabled
for .htaccess URL Rewriting
Installation:
- Download the latest release from this website
- Unzip all the files in this archive to an accessible place on your localhost
or webserver
e.g. /public/www/phpSimpleMyAdmin/
c:/wamp/www/phpSimpleMyAdmin/
- Open a webbrowser and Access the folder on your localhost or webserver
e.g. http://mywebsite.com/phpSimpleMyAdmin/
http://localhost/phpSimpleMyAdmin/
- You should be prompted with a setup screen - fill in the details and save
- Login using the details you just entered
- The setup page can be accessed again from the navigation once logged in,
you do not need to remove any files after first install.
Reset an installation:
Customising the template:
- All pages are buffered outputted into template.php
Feel free to edit template.php to make the administration forms look more
like your existing site.
- If you are going to reskin the adminstration form:
Please create your own custom CSS file and include it into the template
This way any future changes to admin.css will not overwrite any custom changes
you have made if you merge an installation.
Troubleshooting:
- Need to apply CHMOD
Access 775 on config.php
So that config.php will be replaced by the setup script
- Feel free to email me at code@mkv25.net