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
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
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
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
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
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
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
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
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