If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > accessing database on server from workstation

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-09-04, 12:45
1andyw 1andyw is offline
Registered User
 
Join Date: Mar 2004
Location: Erie, PA
Posts: 8
accessing database on server from workstation

Our office uses a server with 8 desktop workstations. When I have created my database with mySql, apache and PHP5 and placed the files on the server, will every workstation be
able to access my database just by having a browser on the desktop?
Reply With Quote
  #2 (permalink)  
Old 07-10-04, 18:28
jonrohan jonrohan is offline
Registered User
 
Join Date: Mar 2004
Posts: 42
Quote:
Originally Posted by 1andyw
Our office uses a server with 8 desktop workstations. When I have created my database with mySql, apache and PHP5 and placed the files on the server, will every workstation be
able to access my database just by having a browser on the desktop?
I could be corrected here. You could design pages with PHP and ADOBD scripts to enable you to manipulate the data via a web browser.

I think this would suit your requirements.
Reply With Quote
  #3 (permalink)  
Old 07-11-04, 04:00
1andyw 1andyw is offline
Registered User
 
Join Date: Mar 2004
Location: Erie, PA
Posts: 8
Jon,
What is ADOBD? I searched PHP and came up blank.

Andy
Reply With Quote
  #4 (permalink)  
Old 07-11-04, 04:09
jonrohan jonrohan is offline
Registered User
 
Join Date: Mar 2004
Posts: 42
Had a bit of a typo there mate sorry about that. Its ADOdb. Heres the link:

http://phplens.com/lens/adodb/docs-adodb.htm

If you go to somewhere like hotscripts.com you will find tonnes of php scripts to connect to databases.
Reply With Quote
  #5 (permalink)  
Old 07-11-04, 20:25
1andyw 1andyw is offline
Registered User
 
Join Date: Mar 2004
Location: Erie, PA
Posts: 8
I can follow through with in info you've given. Thanks, Jon.

Andy
Reply With Quote
  #6 (permalink)  
Old 07-11-04, 21:36
yellowmarker yellowmarker is offline
Registered User
 
Join Date: Jul 2004
Location: Dundee, Scotland
Posts: 107
Quote:
Originally Posted by 1andyw
Our office uses a server with 8 desktop workstations. When I have created my database with mySql, apache and PHP5 and placed the files on the server, will every workstation be
able to access my database just by having a browser on the desktop?

The simple answer is yes. That is, if a user on a desktop workstation enters the IP address of the office server as the URL, the web page retreived will be from the office webserver. Like an office intranet.
Reply With Quote
  #7 (permalink)  
Old 07-11-04, 21:42
yellowmarker yellowmarker is offline
Registered User
 
Join Date: Jul 2004
Location: Dundee, Scotland
Posts: 107
Let's be clear, ADOdb is a database abstraction layer so that the web application you might develop could be changed very easily to run on different database such as Oracle, MySQL, MS Access, etc.

Although it makes strategic sense to use database abstraction, it is not necessary since PHP contians 'native' functions to access MySQL.
Reply With Quote
  #8 (permalink)  
Old 07-12-04, 09:52
1andyw 1andyw is offline
Registered User
 
Join Date: Mar 2004
Location: Erie, PA
Posts: 8
Matthew,
This is good news. Being part of the non-profit health service community, our funding sources have deminished but the management/record keeping must go on. This appears to be THE answer to purchasing commercial products which are now unaffordable.

Thanks, Matthew.

Andy
Reply With Quote
  #9 (permalink)  
Old 07-12-04, 11:16
Steve T. Steve T. is offline
Registered User
 
Join Date: Sep 2003
Location: So. Cal. USA
Posts: 142
re: able to access my database just by having a browser on the desktop?

Staff can "access" the db with the .php pages you design, of course, but utilties such as the popular web-based PHPMyAdmin (open source) will also allow access. Furthermore, it can give you (or whoever else) more general/administrative access to the db your custom solution will not (fairly easy to create/restrict users, tables, define fields/columns, etc.).

I'm a newbie and use it regularly.
--ST
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On