|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
any one can help with Mysql Network
I have two computers and i want to use one of theme to create my MYSQL database and the other to reach it so how can i do this ??
any body can help me with link or book or any thing ..... im using rh7.3 and Kylix 3 Enterprice
__________________
-------------------------------------------------------------------------- you can always help us with your linux , programming and web design information at http://www.itwdc.com/xmb/ So we are glad to see you there im out for a month Last edited by linux juggler : May 18th, 2003 at 02:22 PM. |
|
#2
|
||||
|
||||
|
when running mysql, use the -h switch to specify a hostname for the db server, eg:
mysql -hdbbox -uusername -ppasswd dbname < $query christo
__________________
. Spiration channels: Free scripts, programming tutorials and articles Dotcut alerts: Online Press cuttings / news alerts Clearprop: UK microlight school, wiltshire Uk dating: UK safe dating with Topdates About Christo . . |
|
#3
|
|||
|
|||
|
can you give me more info ??
coz this thing i have to do every time is thst right ?? plz any littel book...or article ....or what so ever |
|
#4
|
|||
|
|||
|
All you'll ever want to know about MySQL --> http://www.mysql.com/doc/en/index.html
|
|
#5
|
|||
|
|||
|
it didnt explane to me how to use it in two commputer they study the case of one computer
|
|
#6
|
|||
|
|||
|
The only difference between connecting locally and remotely is the host you supply whatever client application. 'localhost' is if mysql and the app are running on the same machine. Otherwise, you can use anything (even x.x.x.x format of the ip address.) It's just like any other networked application.
__________________
Jon Coulter ledjon@ledjon.com |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > any one can help with Mysql Network |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|