Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

MySQL front end management

  • 08-08-2012 01:48PM
    #1
    Closed Accounts Posts: 21


    Hi,

    I have built a MySQL database schema for my company and now I want a number of managers here to be able to add and delete records from it.

    I know I could go and develop the php to do this but is there a desktop application that would do this (ie that would sit on top of the database). I know I could use MySQL workbench but I would rather give the manager a simpler application and ideally not have to build the application from scratch (ie in VB / php etc).

    Thanks

    Mike


Comments

  • Registered Users, Registered Users 2 Posts: 159 ✭✭magooly


    Install phpadmin to view/browse/delete records online without your managers needing to know SQL. This is pretty very friendly.. point click add/update/delete row inline similar to excel.

    You will need a webserver with PHP support - but you have mentioned PHP so I gather you have this.

    http://www.phpmyadmin.net/home_page/index.php


  • Registered Users, Registered Users 2 Posts: 75 ✭✭1qTour


    Another option might be to try baking it with Cake PHP - cakephp.org. You could have a basic CRUD php site up in minutes, including menus to browse to related tables.

    Other environments may have something similar but I have used this and it works well.

    Edit: forgot it has its own naming conventions for the database if you want to bake it. Might be one for the future.


  • Registered Users, Registered Users 2 Posts: 2,021 ✭✭✭ChRoMe


    magooly wrote: »
    Install phpadmin to view/browse/delete records online without your managers needing to know SQL. This is pretty very friendly.. point click add/update/delete row inline similar to excel.

    You will need a webserver with PHP support - but you have mentioned PHP so I gather you have this.

    http://www.phpmyadmin.net/home_page/index.php

    Installing Navicat or dbForge for MySQL would probably be an easier solution. No messing around with web servers.


Advertisement