Mysql,LAN network

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
abalfazl
Forum Commoner
Posts: 71
Joined: Mon Sep 05, 2005 10:05 pm

Mysql,LAN network

Post by abalfazl »

Hello friends

Say I have LAN network And I want to confifure a database that must work in this LAN network

How can configure Mysql and PHP for that?
Do you know any tutorial in this field?

Thanks,

GOOD LUCK!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I'm not sure I follow what you're asking....
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Mysql,LAN network

Post by califdon »

abalfazl wrote:Hello friends

Say I have LAN network And I want to confifure a database that must work in this LAN network

How can configure Mysql and PHP for that?
Do you know any tutorial in this field?
First of all, congratulations for asking about a tutorial. Forums are great for getting answers to detailed questions, but can't possibly teach anyone a whole technology. You will find lots of online tutorials, some good, some not so good, by entering something like "mysql configuration" in a search engine such as Google.

That said, I don't think you need any special configuration of either MySQL or PHP. You only need to know the LAN path to the server and be sure you have permissions for what you want to do. If you can reach the server and you have the permission, and the MySQL server is running, that's all you need.
abalfazl
Forum Commoner
Posts: 71
Joined: Mon Sep 05, 2005 10:05 pm

Post by abalfazl »

Hello califdon,

Thanks for congratulation,But I thought if someone works about this subject before,He knows good resource for that,That's all
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

We're apparently not sure what you're actually asking, so please explain your question some more.
abalfazl
Forum Commoner
Posts: 71
Joined: Mon Sep 05, 2005 10:05 pm

Post by abalfazl »

Hello Feyd

Look,I want to learn how to configure and run a mysql database on a LAN network,

That is all.

Look say I instal PHP Mysql Apache on server,How to configure to work on a LAN?

Say users on other computers want to input data,,Like a registartion system for a school

Some users input data for fee,Some users input data for name and family of students,

I want to know how to configure PHP Myql Apache on LAN network for this purpose

Thanks in advance,
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

You don't have to configure anything, MySQL is built to run on a network from the start.

What you do need to do is set up the users to have permission to connect to the database directly (if you so choose.) That information is available in the manual.
User avatar
visonardo
Forum Contributor
Posts: 136
Joined: Mon Oct 02, 2006 7:49 pm
Location: Argentina, South America´s Sun.

Post by visonardo »

mmm, i guess that you want that anyone (in the lan) write "http://namethatyouchoosetotheserver/" and show the page that you have in your pc, then if it use php mysql etc. is other thing is it that you want to do?
Post Reply