|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
i am using Apache and php3 with MySQL(3.22.22) in linux
i have 3 servers one is in usa. and another two is at somewhere. In each server i have mysql database server. Question : is it possible to access the mysql tables in one server from another mysql prompt which resides in some other server? Thanks in advance for any advice. |
|
#2
|
|||
|
|||
|
Maybe not from the mysql client prompt on a certain server but you can always try to login to a remote mysql server from your shell prompt...
$ mysql -u username -h hostname -p |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > mysql access with different servers |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|