[PHP-DB] Re: Multiple Access to Database

2012-01-15 Thread Jim Giner
aren't you talking about writing a couple of php scripts to present them with the appropriate abilities? This is a php list, so I'm thinking you are writing php code to "provide" access.You set up a security on the script which prevents one user from using the other's script. You can't po

RE: [PHP-DB] Re: Multiple Access to Database

2012-01-15 Thread Toby Hart Dyke
..and when you've read all that, go here: http://www.mysql.com/downloads/workbench/ Much easier than doing it all on the command line! Toby -Original Message- From: David Robley [mailto:[email protected]] Sent: Sunday, January 15, 2012 10:46 AM To: [email protected] Subject: [PH

[PHP-DB] Re: Multiple Access to Database

2012-01-15 Thread David Robley
Ethan Rosenberg wrote: > Dear List - > > I have a database: > > mysql> show tables; > +-+ > | Tables_in_hospital2 | > +-+ > | Intake3 | > | Visit3 | > +-+ > > > mysql> describe Intake3; > ++---