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!
Mysql,LAN network
Moderator: General Moderators
Re: Mysql,LAN network
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.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?
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.
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,
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,
- visonardo
- Forum Contributor
- Posts: 136
- Joined: Mon Oct 02, 2006 7:49 pm
- Location: Argentina, South America´s Sun.
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?