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...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
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'; |
|
|||
|
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. |
![]() |
| Bookmarks |
| 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 06:04 PM |
| problem with System + MySQL backup script | massoo | Shell scripting | 1 | 08-20-2007 10:50 PM |
| MySQL remote server access howto | raj | Databases servers | 0 | 07-29-2007 06:32 AM |
| Ubuntu: Issue accessing any System applications | hightech | Linux software | 4 | 01-29-2007 10:56 AM |
| install and configure vmware server on Ubuntu Linux server | raj | Linux software | 1 | 07-18-2006 12:21 AM |