Is possible set variable 'read_only' within my.ini?

2004-06-14 Thread Renato Cramer
Hello All,

I'm using MySQL 4.1.0, InnoDB tables and Win2K.
I need set read_only=1 and want do via option file, it's possible?

According to http://dev.mysql.com/doc/mysql/en/Server_system_variables.html:
*
read_only 
...
This variable was added in MySQL 4.0.14.
*

I already tried put of both modes:
read_only=1
and
set-variable = read_only=1

But neither functioned.

Anybody will can help me?

Thanks in advance,

Renato Cramer.

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



Again: Is possible set variable 'read_only' within my.ini?

2004-06-14 Thread Renato Cramer
 Hello All,
 
 I'm using MySQL 4.1.0, InnoDB tables and Win2K.
 I need set read_only=1 and want do via option file, it's possible?
 
 According to
 http://dev.mysql.com/doc/mysql/en/Server_system_variables.html:
 *
 read_only 
 ...
 This variable was added in MySQL 4.0.14.
 *
 
 I already tried put of both modes:
 read_only=1
 and
 set-variable = read_only=1
 
 But neither functioned.
 
 Anybody will can help me?
 
 Thanks in advance,
 
 Renato Cramer.

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



Re: Again: Is possible set variable 'read_only' within my.ini?

2004-06-14 Thread Harrison
Renato Cramer wrote:
Hello All,
I'm using MySQL 4.1.0, InnoDB tables and Win2K.
I need set read_only=1 and want do via option file, it's possible?
According to
http://dev.mysql.com/doc/mysql/en/Server_system_variables.html:
*
read_only 
...
This variable was added in MySQL 4.0.14.
*

I already tried put of both modes:
read_only=1
and
set-variable = read_only=1
But neither functioned.
Anybody will can help me?
Thanks in advance,
Renato Cramer.
   

4.0.14 was released after 4.1.0, so 4.1.0 doesn't have this feature.  
Both 4.1.1 and 4.1.2 were released after 4.0.14, so they should both be 
able to do it.  You can see the release dates at:
http://dev.mysql.com/doc/mysql/en/News.html

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