I've got a linux newbie question here, is there a linux equivalent of SMB. I want to split some server tasks ... have one doing web work and the other doing mysql work.
Your question is a little vague. I am not sure what you want to do but the SMB point is mute since linux has SMB client and server processes at your disposal.
Are you trying to share part of your hard disk space between two machines? If so you might like to consider NFS. It will allow you to cross mount directories from one machine to the other and make the remote directories appear as though they are local to the machine.
If you explain a little more about what you are trying to do you may get a better or more accurate answer than I can offer at the moment.
I hope that helps a little.
P.S. NFS is not known the be the most secure protocol in the world so it should be fine on an internal network but I would be a little more careful if the whole world would have access to your network.
Sorry guys, I guess I should have given a better description of what I'm up to.
Basically I want to run two linux desktop-servers, one php/net and the other mysql. These will be run on a LAN, with the php/net server connected to the net from behind a netgear home router.I want all the mysql server commands to be run on the mysql server.
I'm either going to connect the two computers together through the router or else just over their ethernet cards. Thanks for the suggestions, I'll look them up shortly.
Sounds like a cool mix to me.
I guess you just need to configure the firewall on the MySQL machine to allow network access and to configure MySQL for the same and then write your php to access the DB across the network.
I've done this before with perl and PostgreSQL but not php and MySQL but I would expect the principles to be very similar.
I'm not sure just what more info you might want so just reply with more detailed questions and I'll give it a go.
BTW: Feel free to call me Trojan. Everyone else does! ;-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.