Linux / UNIX Tech Support Forum
This is a discussion on Ubuntu server allow tcp Mysql connection from remote system within the Databases servers forums, part of the Mastering Servers category; Hey how do i allow Ubuntu Linux Mysql server to talk over tcp connection from remote system TIA...
|
|||||||
| Databases servers Discussions of databases of all types - especially MySQL. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hey
how do i allow Ubuntu Linux Mysql server to talk over tcp connection from remote system TIA
__________________
Raj Linux rulz. I have never turned back in my life ; I shall not do so today.. haha |
| Sponsored Links | ||
|
|
|
||||
|
open /etc/mysql/my.cnf file
Code:
sudo vi /etc/mysql/my.cnf Code:
bind-address = 192.158.5.1 Code:
# skip-networking Code:
sudo /etc/init.d/mysql restart Code:
update db set Host='202.54.10.20' where Db='webdb'; update user set Host='202.54.10.20' where user='webadmin';
__________________
Vivek | My personal blog Linux Evangelist + ADD [SOLVED] thread prefix to your thread when your problem is sorted out by editing your thread. + Always use CODE tags for posting system output and commands! |
|
|||
|
Hi,
I have a remote machine that has the mysql server. but my clinet machine is different. I read you tip on how to get remote access to MySQL server. DO I need to have any MySQL software on the client machine. There is no mention of that in the tip. If so is there any way around it? My problem is that I cannot install anything on the client machine. |
|
||||
|
You need mysql client or programming language that support MySQL api like Perl, C, Php, Python etc. Type mysql and see if you get any output.
__________________
Vivek | My personal blog Linux Evangelist + ADD [SOLVED] thread prefix to your thread when your problem is sorted out by editing your thread. + Always use CODE tags for posting system output and commands! |
![]() |
| Tags |
| /etc/my.cnf , linux , mysql , networking , ubuntu linux |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setting up RAID 1 mirroring on a running remote Linux system | sweta | Getting started tutorials | 9 | 09-22-2008 05:04 PM |
| problem with System + MySQL backup script | massoo | Shell scripting | 1 | 08-20-2007 09:50 PM |
| MySQL remote server access howto | raj | Databases servers | 0 | 07-29-2007 05:32 AM |
| Ubuntu: Issue accessing any System applications | hightech | Linux software | 4 | 01-29-2007 09:56 AM |
| install and configure vmware server on Ubuntu Linux server | raj | Linux software | 1 | 07-17-2006 11:21 PM |