Re: [MYSQL] Licens problems.

2003-10-10 Thread P Srinivasulu
When end-user  use MySQL with any non-GPL licensed program , he must
buy
commercial MySQL license.

Nope. Only If you distribute Mysql  with your non gpled commercial
application. Then you need to get commercial licenses for each copy you
sell. 

You can use GPL Mysql with Non GPL program as far as you don't
distribute it.

Regards,
Srinivasulu.



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Mysql binlog

2003-10-09 Thread P Srinivasulu
Hi All,

I have some doubts regarding Mysqlbinlog. Does Mysqlbinlog support this
usage? 
mysqlbinlog  --user=root --host=127.0.0.1 master-bin.001.

I am repeatedly getting errors like master-bin.001 file not found in
Linux . When I give the full path of the master-bin.001 its working.

There is a mysqlbinlog test case newly added in Mysql-4.0.16 source
tree which executes the mysqlbinlog command in the above form. Does any
one succeded in passing this test case? ( For me its failing always).

Regards,
Srinivasulu.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Mysql Online Backup.

2003-08-27 Thread P Srinivasulu
Hi All,

The link below says that online backup functionality will be provided
in Mysql-5.1. I think its already there in the form of mysqlhotcopy. Is
Mysql going to extend the functionality of mysqlhotcopy so that it works
for Innodb tables also? or they are going to provide independent online
backup functionality. Please clarify me.

http://www.mysql.com/doc/en/TODO_MySQL_5.1.html

Thanks,
Srinivasulu.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Mysql Online Backup.

2003-08-27 Thread P Srinivasulu

If the backup solutions are there already, why is that a future
requirement for Mysql?

Thanks,
Srinivasulu.


 Chris Nolan [EMAIL PROTECTED] 8/27/2003 6:41:27 PM 
Hi!

You can currently do this with InnoDB with mysqldump (look at the 
--single-transaction switch). I use it for backing up a 12 GB mail 
database without problems.

Regards,

Chris

P.S. Keep up the great work over there at Novell! Tell us where to send

the expensive bottles of alcohol for when you help put SCO out of their

misery!

P Srinivasulu wrote:

Hi All,

The link below says that online backup functionality will be provided
in Mysql-5.1. I think its already there in the form of mysqlhotcopy.
Is
Mysql going to extend the functionality of mysqlhotcopy so that it
works
for Innodb tables also? or they are going to provide independent
online
backup functionality. Please clarify me.

http://www.mysql.com/doc/en/TODO_MySQL_5.1.html 

Thanks,
Srinivasulu.


  




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Problem with MBREquals function

2003-08-22 Thread P Srinivasulu
Hi All,

Has the MBREquals function been implemented in the latest 4.1.1-alpha
build. I am finding problems with that command. It says that problem is
there in sql syntax. If it has been implemented. Can you please help me
in the syntax of the command.

I am finding the same problems with the
Intersection,Union,difference,symdifferenc commands But manual says that
they are not yet implemented. So I guess they are not yet implemented.

Regards,
Srinivasulu.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Problem When Mysql runs on a Machine with multiple NIC.

2003-07-10 Thread P Srinivasulu
 Paul DuBois [EMAIL PROTECTED] 7/10/2003 10:22:27 AM 
At 2:30 -0600 7/9/03, P Srinivasulu wrote:
When Mysql runs on machine with multiple NIC's. Mysql server takes
the
IP Address that we specify in the configuration file.  This IP
Address
may or may not be a primary IP Address of that machine. So we
specify
secondary IP Address for the Mysql server. It listens in that IP
Address.

  When Mysql client from the same machine connects to that server,
Mysql
Client is treated,as if the connection is coming from the different
host. i.e. The Rights of the Mysql client will not be same as the
rights
of [EMAIL PROTECTED] instead it will be equal to the rights of the
[EMAIL PROTECTED] Is this behaviour correct or a bug.

This is correct behavior.

MySQL doesn't know that localhost and PrimaryIPAddress are the same
host.

How to make the mysql client to use the secondary IP Address to connect
to the Mysql server?.


Thanks,
Srinivasulu.




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Problem When Mysql runs on a Machine with multiple NIC.

2003-07-09 Thread P Srinivasulu
When Mysql runs on machine with multiple NIC's. Mysql server takes the
IP Address that we specify in the configuration file.  This IP Address
may or may not be a primary IP Address of that machine. So we specify
secondary IP Address for the Mysql server. It listens in that IP
Address.

 When Mysql client from the same machine connects to that server, Mysql
Client is treated,as if the connection is coming from the different
host. i.e. The Rights of the Mysql client will not be same as the rights
of [EMAIL PROTECTED] instead it will be equal to the rights of the
[EMAIL PROTECTED] Is this behaviour correct or a bug.

Thanks,
Srinivasulu.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]