: [Interest] MySQL question using QT
As I recall, the bind-address should be the server's IP, not the
clients.
For example, if your MySQL server IP is 172.16.246.129 then entire
block should be look like as follows:
[mysqld]
user= mysql
pid-file= /var/run/mysqld/mysql
; FLUSH PRIVILEGES;
>
> ROM: Jason H [mailto:scorp...@yahoo.com]
> SENT: Wednesday, June 20, 2012 7:55 PM
> TO: Sujan Dasmahapatra; interest@qt-project.org
> SUBJECT: Re: [Interest] MySQL question using QT
>
> You have to GRANT root permission to login from your IP, or IP range.
>
&g
rom: Jason H [mailto:scorp...@yahoo.com]
Sent: Wednesday, June 20, 2012 7:55 PM
To: Sujan Dasmahapatra; interest@qt-project.org
Subject: Re: [Interest] MySQL question using QT
You have to GRANT root permission to login from your IP, or IP range.
From
You have to GRANT root permission to login from your IP, or IP range.
From: Sujan Dasmahapatra
To: interest@qt-project.org
Sent: Wednesday, June 20, 2012 10:06 AM
Subject: [Interest] MySQL question using QT
It’s slightly off-the-topic question I
It's slightly off-the-topic question I apologize for that. I am facing
problem in connecting to mysql server from remote client. I am using
this connection in my QT application. But even if I try to connect from
outside QT I am failing.
Pls check this snippet
//in the /etc/my.cnf file I hav