Re: [Ilugc] MySQL - unable to connect to MySQL db from another host on same LAN

2014-08-06 Thread Saravanakumar Karunanithi
Does your security group allow the mysql port 3306? is IPTables blocking the port? check using the following command *telnet aws-appsrv 3306 * On Wed, Aug 6, 2014 at 12:09 PM, Arun Khan wrote: > I have 2 AWS instances (CentOS 6.5 64bit AMI) > (a) Apache, PHP, mysql client package (IP = A

Re: [Ilugc] MySQL - unable to connect to MySQL db from another host on same LAN

2014-08-06 Thread Arun Venkataswamy
On Wed, Aug 6, 2014 at 12:09 PM, Arun Khan wrote: > I have 2 AWS instances (CentOS 6.5 64bit AMI) > (a) Apache, PHP, mysql client package (IP = A, alias name aws-appsrv) > (b) mysql-server (IP = B alias name aws-dbsrv). > > I have configured mysql server on B to accept connections on 3306 from A

Re: [Ilugc] MySQL - unable to connect to MySQL db from another host on same LAN

2014-08-06 Thread Arun Khan
On Wed, Aug 6, 2014 at 12:36 PM, Saravanakumar Karunanithi wrote: > Does your security group allow the mysql port 3306? Yes. > > is IPTables blocking the port? No. there is no rule. > > check using the following command > > > *telnet aws-appsrv 3306 * Yes this works. Checked all of the abov

Re: [Ilugc] MySQL - unable to connect to MySQL db from another host on same LAN

2014-08-06 Thread Arun Khan
On Wed, Aug 6, 2014 at 12:38 PM, Arun Venkataswamy wrote: > > Is the mysql server listening on all interfaces? > I think by default it listens only on localhost or 127.0.0.1 > Yes, bind_address=0.0.0.0 (allow connection from any IP number). > Another naive point, just to be sure : Have you open

Re: [Ilugc] Open source security software for pendrive

2014-08-06 Thread Arun Khan
On Wed, Aug 6, 2014 at 11:20 AM, aswin kumar wrote: > > I want to make my pendrive password protected.Can any one suggest me > any open source software which could do the job ? > Created an encrypted device on the pen drive and do *not* forget the pass phrase! Keyword search "linux how to create

[Ilugc] [OT][JOBS] Freshers, Android Firmware Developers

2014-08-06 Thread prakash srinivasan
We, EthicsTech Embedded Solutions (P) Ltd, hiring FRESHERS for the post of Android Firmware Developers. The candidate should have good knowledge in Android/Linux kernel compilation and porting it on embedded boards or android devices like Mobile/Tab. Knowledge of custom Android ROM building will

[Ilugc] MySQL - unable to connect to MySQL db from another host on same LAN

2014-08-06 Thread Baskar K
Hi, Though sounds silly, have you set the password Thanks baskar On Wed, Aug 6, 2014 at 12:26 PM, Arun Khan wrote: > On Wed, Aug 6, 2014 at 12:16 PM, Balasubramaniam Natarajan > wrote: > > On Wed, Aug 6, 2014 at 12:09 PM, Arun Khan wrote: > > 1. Could you try logging in locally by adding an a

Re: [Ilugc] MySQL - unable to connect to MySQL db from another host on same LAN

2014-08-06 Thread Arun Khan
On Wed, Aug 6, 2014 at 4:18 PM, Baskar K wrote: > Hi, > Though sounds silly, have you set the password Yes. I have also solved the OP. see the other original thread. -- Arun Khan ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] MySQL - unable to connect to MySQL db from another host on same LAN

2014-08-06 Thread Arun Khan
SOLVED. On Wed, Aug 6, 2014 at 1:04 PM, Arun Khan wrote: > On Wed, Aug 6, 2014 at 12:38 PM, Arun Venkataswamy wrote: >> >> Is the mysql server listening on all interfaces? >> I think by default it listens only on localhost or 127.0.0.1 >> > > Yes, bind_address=0.0.0.0 (allow connection from any