Page 1 of 1
Mysql,LAN network
Posted: Sat Dec 09, 2006 11:19 pm
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!
Posted: Sun Dec 10, 2006 2:59 am
by feyd
I'm not sure I follow what you're asking....
Re: Mysql,LAN network
Posted: Sun Dec 10, 2006 2:07 pm
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.
Posted: Sun Dec 10, 2006 9:54 pm
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
Posted: Mon Dec 11, 2006 12:21 am
by feyd
We're apparently not sure what you're actually asking, so please explain your question some more.
Posted: Mon Dec 11, 2006 3:29 am
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,
Posted: Mon Dec 11, 2006 3:51 am
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.
Posted: Mon Dec 18, 2006 3:33 am
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?