Re: my.ini

2010-10-07 Thread Elim PDT
Thanks a lot Andrew. - Original Message - From: To: ; Sent: Thursday, October 07, 2010 3:07 AM Subject: RE: my.ini Open you're my.ini and correct the values as stated in the event viewer Check the online documentation for the keys and values to set. http://dev.mysql.com/doc/r

RE: my.ini

2010-10-07 Thread andrew.2.moore
Open you're my.ini and correct the values as stated in the event viewer Check the online documentation for the keys and values to set. http://dev.mysql.com/doc/refman/5.1/en/mysqld-option-tables.html Regards -Original Message- From: ext Elim PDT [mailto:e...@pdtnetworks.net]

my.ini

2010-10-06 Thread Elim PDT
I recently upgraded mysql from 5.1.9-beta to 5.1.50 Since I used the custom data dir path, my upgrade is basically a replacement of the bin folder and I used the old my.ini file that pointing the data dir to the right path. Then I found, in the event viewer, two warnings: (1

Re: Changing the location of my.ini and the order option files are read

2008-10-27 Thread Moon's Father
ese commands as follows But it > did > not work.What I want is to specify a configuration file which is placed in > the WINDOWS directory.The commands I ran > C:\>NET STOP MySQL > C:\>mysqld-nt --remove > C:\>mysqld-nt --install MYSQL "--defaults-file=\"c:\WINDO

Re: Changing the location of my.ini and the order option files are read

2008-10-06 Thread Varuna Seneviratna
L C:\>mysqld-nt --remove C:\>mysqld-nt --install MYSQL "--defaults-file=\"c:\WINDOWS\my.ini\"" Service successfully installed. C:\>net start mysql System error 2 has occurred. The system cannot find the file specified. Why is the file not able to be found, I ha

Re: Changing the location of my.ini and the order option files are read

2008-10-06 Thread Armin Schöffmann
Varuna, obviously it doesn't make much sense, to specify the my.ini location in my.ini itself. The "--defaults-file" option is used as a direct start-up parameter for mysql-server both, run as service or console-process. It simply tells the server-process where to look for the on

Re: Changing the location of my.ini and the order option files are read

2008-10-06 Thread Frank Black
Varuna Seneviratna schrieb: I added a line to the [mysqld) group As --defaults-file="C:\WINDOWS\my.ini" and then I restarted the service.Everything was fine.Then I took out the my.ini file in the MySQL instalation directory the result was an error message AS Could Not start the MyS

Changing the location of my.ini and the order option files are read

2008-10-06 Thread Varuna Seneviratna
I added a line to the [mysqld) group As --defaults-file="C:\WINDOWS\my.ini" and then I restarted the service.Everything was fine.Then I took out the my.ini file in the MySQL instalation directory the result was an error message AS Could Not start the MySQL Service on Local Computer

My.cnf and my.ini

2007-02-21 Thread Jay Paulson
use of innodb tables. There is no my.cnf or my.ini file and the command to start MySQL is: /Applications/MAMP/Library/bin/mysqld_safe --port=8889 --socket=/Applications/MAMP/tmp/mysql/mysql.sock --lower_case_table_names=0 --pid-file=/Applications/MAMP/tmp/mysql/mysql.pid --log-error=/Applications

Re: max_allowed_packet in my.ini

2007-02-05 Thread colbey
L PROTECTED]> wrote: > > > > Hi friends, > > I am using mysql 5.0.23-nt on windows, i have to store large binary data > > in database, i have used setting like max_allowed_packet=16M in mysqld > > section of my.ini . > > Now i have a poblem that i want to create a

Re: max_allowed_packet in my.ini

2007-02-04 Thread Dan Nelson
In the last episode (Feb 05), abhishek jain said: > On 2/3/07, abhishek jain <[EMAIL PROTECTED]> wrote: > >I am using mysql 5.0.23-nt on windows, i have to store large binary data > >in database, i have used setting like max_allowed_packet=16M in mysqld > >section o

Re: max_allowed_packet in my.ini

2007-02-04 Thread ViSolve DB Team
ruary 05, 2007 11:37 AM Subject: Re: max_allowed_packet in my.ini On 2/3/07, abhishek jain <[EMAIL PROTECTED]> wrote: Hi friends, I am using mysql 5.0.23-nt on windows, i have to store large binary data in database, i have used setting like max_allowed_packet=16M in mysqld section of my.

Re: max_allowed_packet in my.ini

2007-02-04 Thread abhishek jain
On 2/3/07, abhishek jain <[EMAIL PROTECTED]> wrote: Hi friends, I am using mysql 5.0.23-nt on windows, i have to store large binary data in database, i have used setting like max_allowed_packet=16M in mysqld section of my.ini . Now i have a poblem that i want to create a setup so th

max_allowed_packet in my.ini

2007-02-02 Thread abhishek jain
Hi friends, I am using mysql 5.0.23-nt on windows, i have to store large binary data in database, i have used setting like max_allowed_packet=16M in mysqld section of my.ini . Now i have a poblem that i want to create a setup so that the entry gets added itself into the my,ini , reason being i

RE: How to set trabnsaction isoloation in my.ini file

2005-05-17 Thread Adam Lipscombe
>> It may not be. Do you specify this file when you start the server on >> the command line? If you don't then you need to move my.ini to the >>windows directory: You are quite right. When I moved the my.ini file to c:\windows it worked. I assumed that it would work &

Re: How to set trabnsaction isoloation in my.ini file

2005-05-17 Thread gerald_clark
Adam Lipscombe wrote: I have MySql 4.1.12 installed on an XP box in C:\mysql. I have the settings below in my C;\MySql\my.ini file: I have the transaction-isolation set to READ-COMMITTED but the server seems to ignore this. When the server starts up the tx_isolation as reported by mysqladmin

Re: How to set trabnsaction isoloation in my.ini file

2005-05-17 Thread Kristen G. Thorson
Adam Lipscombe wrote: I have MySql 4.1.12 installed on an XP box in C:\mysql. I have the settings below in my C;\MySql\my.ini file: I have the transaction-isolation set to READ-COMMITTED but the server seems to ignore this. When the server starts up the tx_isolation as reported by mysqladmin

How to set trabnsaction isoloation in my.ini file

2005-05-17 Thread Adam Lipscombe
I have MySql 4.1.12 installed on an XP box in C:\mysql. I have the settings below in my C;\MySql\my.ini file: I have the transaction-isolation set to READ-COMMITTED but the server seems to ignore this. When the server starts up the tx_isolation as reported by mysqladmin extended-status is

Re: How to use character_set_xxx in my.ini ?

2004-12-23 Thread Gleb Paharenko
Hello. >I use my.ini in MySQL install directory On Windows, MySQL programs reads startup options from the following files: WINDIR\my.ini C:\my.cnf Use --defaults-file=/path/ command line option to specify exact location of my.ini file. Zimoo <[EMAIL PROTECTED]&

Re: How to use character_set_xxx in my.ini ?

2004-12-22 Thread Gleb Paharenko
Hello. Put this string into [client] section of my.ini. Zimoo <[EMAIL PROTECTED]> wrote: > Hello Gleb, > > Sunday, December 19, 2004, 10:02:58 PM, you wrote: > >> Also you can put in your [client] section of my.cnf something like: >> default_character

Re[2]: How to use character_set_xxx in my.ini ?

2004-12-21 Thread Zimoo
Hello Gleb, Sunday, December 19, 2004, 10:02:58 PM, you wrote: > Also you can put in your [client] section of my.cnf something like: > default_character_set=gbk I use my.ini in MySQL install directory, not my.cnf . My MySQL Server in windows services.msc is "C:\Program File

Re: How to use character_set_xxx in my.ini ?

2004-12-20 Thread Gleb Paharenko
t; wrote: > Hi All, > > I am a newbie and use MySQL 4.1.8 on Windows XP, I put my.ini in > MySQL directory. When I add "character_set_server = gbk" to my.ini, > everything is OK. The Server could normal startup. But when I add > other "character_set_xx

How to use character_set_xxx in my.ini ?

2004-12-19 Thread Zimoo
Hi All, I am a newbie and use MySQL 4.1.8 on Windows XP, I put my.ini in MySQL directory. When I add "character_set_server = gbk" to my.ini, everything is OK. The Server could normal startup. But when I add other "character_set_xxx" to my.ini, su

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 trie

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 alr

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

Re: RES: Is possible Autocommit within my.ini?

2004-05-21 Thread Paul DuBois
ail) Assunto: Re: Is possible Autocommit within my.ini? At 14:34 -0300 5/21/04, Renato Cramer wrote: Hi All, I already looking for Autocommit within my.ini at documentation and archives of the list, and not found. Anybody can help me? What is it that you want to accomplish? -- Paul DuBois, MySQ

Re: Is possible Autocommit within my.ini?

2004-05-21 Thread Paul DuBois
At 14:34 -0300 5/21/04, Renato Cramer wrote: Hi All, I already looking for Autocommit within my.ini at documentation and archives of the list, and not found. Anybody can help me? What is it that you want to accomplish? -- Paul DuBois, MySQL Documentation Team Madison, Wisconsin, USA MySQL AB

Is possible Autocommit within my.ini?

2004-05-21 Thread Renato Cramer
Hi All, I already looking for Autocommit within my.ini at documentation and archives of the list, and not found. Anybody 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

RE: my.ini file for two instances of MySql - need help

2004-01-12 Thread Rich Brant
Ok, Thanks Tobias! I'm all set. And I actually found the relevant info in the manual. Sorry for the bother, all. From: Tobias Asplund <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'Rich Brant'" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject:

Re: my.ini file for two instances of MySql - need help

2004-01-12 Thread robert_rowe
> # If you specify no service name, the server uses the default service name of MySQL > and the server reads options from the [mysqld] group in the standard option files. > # If you specify a service name after the --install option, the server ignores the > [mysqld] option group and instead read

RE: my.ini file for two instances of MySql - need help

2004-01-12 Thread Tobias Asplund
> Hello, > > What do I need to add to the my.ini file? Can anyone post a typical setup > of this as an example? I install with mysqld-nt-max --install servicename servicename in those cases are MysQL40, MySQL41 and MySQL50 Those are the relevant rows: [mysqld] [mysql40] basedi

RE: my.ini file for two instances of MySql - need help

2004-01-12 Thread Rich Brant
gt; Reply-To: <[EMAIL PROTECTED]> To: "'Rich Brant'" <[EMAIL PROTECTED]> CC: <[EMAIL PROTECTED]> Subject: RE: my.ini file for two instances of MySql - need help Date: Mon, 12 Jan 2004 10:55:21 -0600 Here is an example of what I used: [mysqld] # set basedir to your

RE: my.ini file for two instances of MySql - need help

2004-01-12 Thread Chris L. White
AM To: [EMAIL PROTECTED] Subject: my.ini file for two instances of MySql - need help Hello, I need to get two instances of Mysql running on the same machine. It's a windows 2000 server. The existing MySQL is 3.23 and is running in another directory. It appears to be used for LiveStats. I

Re: my.ini file for two instances of MySql - need help

2004-01-12 Thread Paul DuBois
both running. What do I need to add to the my.ini file? Can anyone post a typical setup of this as an example? This section of the MySQL Reference Manual describes the use of multiple servers: http://www.mysql.com/doc/en/Multiple_servers.html -- Paul DuBois, MySQL Documentation Team Madison, Wisc

my.ini file for two instances of MySql - need help

2004-01-12 Thread Rich Brant
o the my.ini file? Can anyone post a typical setup of this as an example? Thank you! BID _ Check out the new MSN 9 Dial-up — fast & reliable Internet access with prime features! http://join.msn.com/?pgmarket=en-us&page=dia

mysqlcheck fail in my.ini

2003-08-01 Thread Luis Lozano
I have this my.ini -- [WinMySQLAdmin] Server=C:/MYSQL/bin/mysqld-max.exe QueryInterval=10 [mysqlcheck] host=localhost user=root force fast all-databases silent debug=c:\mychk.log --- but do not check the BD at startup and do not write the log file. Some idea

Re: Succeeded!!!Two Servers on Windows and ONE my.ini file

2003-07-23 Thread Primaria Falticeni
To: "MySQL LIST" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 10:45 PM Subject: Re: Two Servers on Windows and my.cnf/my.ini groups > > Yes, that's the problem. > Until now I started the two servers from the command line/batch file/service > and each server had its ow

Re: Two Servers on Windows and my.cnf/my.ini groups

2003-07-22 Thread Primaria Falticeni
Yes, that's the problem. Until now I started the two servers from the command line/batch file/service and each server had its own my.ini. The two servers are in replication: one master and another slave. Two days ago I read that I can use a unique my.ini for the both servers; and MySQ

Re: Two Servers on Windows and my.cnf/my.ini groups

2003-07-22 Thread Paul DuBois
m: "Paul DuBois" <[EMAIL PROTECTED]> To: "Primaria Falticeni" <[EMAIL PROTECTED]>; "MySQL LIST" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 7:51 PM Subject: Re: Two Servers on Windows and my.cnf/my.ini groups At 19:37 +0300 7/22/03, Primaria Faltice

Re: Two Servers on Windows and my.cnf/my.ini groups

2003-07-22 Thread Primaria Falticeni
Message - From: "Paul DuBois" <[EMAIL PROTECTED]> To: "Primaria Falticeni" <[EMAIL PROTECTED]>; "MySQL LIST" <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 7:51 PM Subject: Re: Two Servers on Windows and my.cnf/my.ini groups > At 19:37 +0300 7/

Re: Two Servers on Windows and my.cnf/my.ini groups

2003-07-22 Thread Paul DuBois
my.cnf/my.ini 's groups? If by Linux tool you mean mysqld_multi, it's inapplicable to Windows. For instructions on running multiple servers on Windows, have a look in the MySQL manual here: http://www.mysql.com/doc/en/Multiple_servers.html Thanks Anticipated, Iulian -- Paul DuBo

Two Servers on Windows and my.cnf/my.ini groups

2003-07-22 Thread Primaria Falticeni
Hello, I run two MySQL servers on Windows with the two services. I read in the docs that it exists a way to identify the servers in my.cnf by groups and about a tool from Linux to manage the groups. How can I start a server on Windows through the my.cnf/my.ini 's groups? Thanks Antici

RE: Include Check and Repair in my.ini

2003-07-04 Thread Ware Adams
r DBs, before service in WIN32 started? I try >to include group [myisamchk] in my.ini files, but nothing happen. How >can i include it? Not sure if this is the case in Windows, but on OS X's version of mysqld_safe there is a line that you can uncomment that will automatically run myis

RE: Include Check and Repair in my.ini

2003-07-03 Thread Victor Pendleton
Repair in my.ini How can i check and repair DBs, before service in WIN32 started? I try to include group [myisamchk] in my.ini files, but nothing happen. How can i include it? Thanks Luis -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http

Include Check and Repair in my.ini

2003-07-03 Thread Luis Lozano
How can i check and repair DBs, before service in WIN32 started? I try to include group [myisamchk] in my.ini files, but nothing happen. How can i include it? Thanks Luis

Re: What does the "user" parameter in my.ini on Windows do?

2003-03-31 Thread Paul DuBois
At 11:57 -0800 3/31/03, Michael Shulman wrote: The first time I run winmysqladmin, it creates a my.ini file for me in the windows directory. It prompts for a username and password, recommended for first time users, it says. What does the "user=" and "password=" fields in the

What does the "user" parameter in my.ini on Windows do?

2003-03-31 Thread Michael Shulman
The first time I run winmysqladmin, it creates a my.ini file for me in the windows directory. It prompts for a username and password, recommended for first time users, it says. What does the "user=" and "password=" fields in the my.ini file do? They don't seem relat

Re: my.ini

2003-01-28 Thread Stefan Hinz, iConnect \(Berlin\)
30 7970948-0 Fax: +49 30 7970948-3 - Original Message - From: "Vicente Valero" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 8:59 AM Subject: my.ini > Hi, > > This is my 'my.ini' file where I specified 'language=s

my.ini

2003-01-28 Thread Vicente Valero
Hi, This is my 'my.ini' file where I specified 'language=spanish' but the sql errors appear in English yet. I don't see another line after this that changes the value. Can somebody help me? # Example mysql config file. # Copy this file to c:\my.cnf to set global options

Re: MySQL MY.INI file

2002-11-04 Thread Paul DuBois
At 17:27 -0500 11/4/02, <[EMAIL PROTECTED]> wrote: Hello, How do you enable logging of slow queries in the MY.INI file under Windows? It's not Windows-specific: [mysqld] log-slow-queries or [mysqld] log-slow-queries=filename In the former case, the default name is HOSTNAME-slow

MySQL MY.INI file

2002-11-04 Thread ir000387
Hello, How do you enable logging of slow queries in the MY.INI file under Windows? Also, does anyone have a reasonably good MY.INI file for a configuration under Windows 2000 for a local MySQL host? Thanks, Dan Cumpian

Re: "my.ini" in RH Linux 7,2

2002-09-11 Thread Dan Nelson
In the last episode (Sep 11), Paul DuBois said: > At 23:51 +0100 9/11/02, nick gatsis wrote: > >In win98 mysql keep configuration in my.ini. > >Which is the same file in RH Linux 7.2? > > /etc/my.cnf, or the my.cnf file in the server's data directory. A quick way to

Re: "my.ini" in RH Linux 7,2

2002-09-11 Thread Paul DuBois
At 23:51 +0100 9/11/02, nick gatsis wrote: >In win98 mysql keep configuration in my.ini. >Which is the same file in RH Linux 7.2? /etc/my.cnf, or the my.cnf file in the server's data directory. - Before posting, p

"my.ini" in RH Linux 7,2

2002-09-11 Thread nick gatsis
In win98 mysql keep configuration in my.ini. Which is the same file in RH Linux 7.2? Thanx Do You Yahoo!? &Agr;&pgr;&ogr;&kgr;&tgr;&eeacgr;&sgr;&tgr;&egr; &tgr;&eegr; &dgr;&ohgr;&a

Running two instances from one my.ini?

2002-08-20 Thread Elliot Smith
Hello, I have mysqld-max (3.23.51) running on a Windows 2000 machine. Is it possible to run another MySQL server alongside it, using the same my.ini file but set on a different port, e.g. with mysqld-max --standalone --console --port=3307 The reason I want to do this is to check

Re: Re: RE: various questions about my.ini /or my.cnf

2002-08-02 Thread Victoria Reznichenko
ilto:[EMAIL PROTECTED]] JA> Sent: Friday, August 02, 2002 7:52 AM JA> To: [EMAIL PROTECTED] JA> Subject:Re: various questions about my.ini /or my.cnf JA> Jerry, JA> Thursday, August 01, 2002, 7:13:04 PM, you wrote: JA>> As a newcomer to MySql, I have

Re: various questions about my.ini /or my.cnf

2002-08-02 Thread Victoria Reznichenko
Jerry, Thursday, August 01, 2002, 7:13:04 PM, you wrote: JA> As a newcomer to MySql, I have struggled through the install and am working JA> my way through the tutorial. JA> My environment: JA> Win2000 JA> MySql version 3.23.51-nt JA> My.ini: JA>

various questions about my.ini /or my.cnf

2002-08-01 Thread Jerry Arkema
As a newcomer to MySql, I have struggled through the install and am working my way through the tutorial. My environment: Win2000 MySql version 3.23.51-nt My.ini: [mysqld] # set basedir to installation path, e.g., c:/mysql basedir=c:/mysql # set datadir to location of

various questions about my.ini /or my.cnf

2002-08-01 Thread Jerry Arkema
As a newcomer to MySql, I have struggled through the install and am working my way through the tutorial. My environment: Win2000 MySql version 3.23.51-nt My.ini: [mysqld] # set basedir to installation path, e.g., c:/mysql basedir=c:/mysql # set datadir to location of

Re: mysql on macos x - where to find the configuration file my.ini or

2002-04-29 Thread Egor Egorov
Eric, Monday, April 29, 2002, 1:53:09 PM, you wrote: EB> is there anyone out there who knows where I can find my.ini or my.cnf on a EB> MacOS X system? I use the MYSQL version that came with the standard MacOS X EB> installation (updated to 10.1.4) You should create my.cnf by yourself.

mysql on macos x - where to find the configuration file my.ini ormy.cnf

2002-04-29 Thread Eric Bontenbal
Hi there, is there anyone out there who knows where I can find my.ini or my.cnf on a MacOS X system? I use the MYSQL version that came with the standard MacOS X installation (updated to 10.1.4) thanx, Eric - Before posting

MY.INI: Binary Log and WinXP Services

2002-04-03 Thread Land, Christopher
MySQL Manual | 4.1.2 my.cnf Option Files MySQL Manual [2621454] MySQL Manual Search: Up Previous Next Chapters Sections Functions Concepts 4.1.2 my.cnf Option Files MySQL can, since Version 3.22, read default startup options for the server and for clients from option files. MySQL reads default o.

Re: Found option without preceding group in config file: c:\WINNT\my.ini line: 1 Program aborted

2002-01-27 Thread Michael Widenius
Hi! >>>>> "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes: Sinisa> Gary Penn writes: >> I am having trouble with this error: >> "Found option without preceding group in config file: c:\WINNT\my.ini >> line: 1 Program aborted&q

Re: Found option without preceding group in config file: c:\WINNT\my.ini line: 1 Program aborted

2002-01-22 Thread Sinisa Milivojevic
Gary Penn writes: > I am having trouble with this error: > "Found option without preceding group in config file: c:\WINNT\my.ini > line: 1 Program aborted" > > Before this I got the infamous 1067 error where the service would go to > start on Win2000 and then

Found option without preceding group in config file: c:\WINNT\my.ini line: 1 Program aborted

2002-01-21 Thread Gary Penn
I am having trouble with this error: "Found option without preceding group in config file: c:\WINNT\my.ini line: 1 Program aborted" Before this I got the infamous 1067 error where the service would go to start on Win2000 and then stop unexpectedly. Some background that will ho

Re: my.ini vs. my.cnf on Winodws?

2002-01-17 Thread Sinisa Milivojevic
Michael Widenius writes: > > Hi! > > > MySQL will first read systemdir\my.ini and then C:\my.cnf > > Sorry, Sinisa, you can't get things right every time ;) > (No one can...) > > I have updated the manual regarding this. > > Regards, > Monty

Re: my.ini vs. my.cnf on Winodws?

2002-01-17 Thread Michael Widenius
Hi! >>>>> "Jeremy" == Jeremy Zawodny <[EMAIL PROTECTED]> writes: Jeremy> On Thu, Jan 17, 2002 at 03:17:10AM +0200, Michael Widenius wrote: >> >> Hi! >> Sinisa> my.cnf will be read first and if it is found my.ini will not be read Sinisa&g

Re: my.ini vs. my.cnf on Winodws?

2002-01-17 Thread Jeremy Zawodny
On Thu, Jan 17, 2002 at 03:17:10AM +0200, Michael Widenius wrote: > > Hi! > > Sinisa> my.cnf will be read first and if it is found my.ini will not be read > Sinisa> at all. > > Sinisa> Take a look at mysys/default.c for futher details ... > > To refre

Re: my.ini vs. my.cnf on Winodws?

2002-01-16 Thread Michael Widenius
Hi! >>>>> "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes: Sinisa> Jeremy Zawodny writes: >> According to what I read in the manual, I'm lead to believe that MySQL >> on Windows can read from either C:\my.cnf or systemdir\my.ini.

Re: my.ini vs. my.cnf on Winodws?

2002-01-14 Thread Sinisa Milivojevic
Jeremy Zawodny writes: > According to what I read in the manual, I'm lead to believe that MySQL > on Windows can read from either C:\my.cnf or systemdir\my.ini. Which > will it read first? > > The manual also seems to say that you can only use one. So if you > create bot

Re: my.ini vs. my.cnf on Winodws?

2002-01-14 Thread Marjolein Katsma
: (*nothing* should be installed in C:\ in that situation!) - It created my-example.cnf in the program installation directory - but with incorrect paths in it (see below) - instructions in both these files mention only C:\mycnf - no reference to my.ini - It created my.ini in R:\ (the *root* of the

my.ini vs. my.cnf on Winodws?

2002-01-13 Thread Jeremy Zawodny
According to what I read in the manual, I'm lead to believe that MySQL on Windows can read from either C:\my.cnf or systemdir\my.ini. Which will it read first? The manual also seems to say that you can only use one. So if you create both, which will it prefer? Here's the part I

Re: mysqlgui - my.cnf or my.ini

2002-01-08 Thread Sinisa Milivojevic
jds writes: > hi! > > i'm running 3.23.47 w/ mysql gui1.7.5-2 on win2k > > to config innodb, i edited the my.ini (with some help from heikki...thanks!) > > and learned on win my.cnf and my.ini cannot co-exist. > > now i'm ready to install mysqlgui to s

mysqlgui - my.cnf or my.ini

2002-01-06 Thread jds
hi! i'm running 3.23.47 w/ mysql gui1.7.5-2 on win2k to config innodb, i edited the my.ini (with some help from heikki...thanks!) and learned on win my.cnf and my.ini cannot co-exist. now i'm ready to install mysqlgui to set up my admin, users, etc... my question is: can i add th

Re: help with innodb my.ini config

2002-01-05 Thread Heikki Tuuri
-Original Message- From: Heikki Tuuri <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Sunday, January 06, 2002 7:54 AM Subject: Re: help with innodb my.ini config >Hi! > >MySQL does not find your my.ini. > >Try renaming it to my.cnf and p

RE: help with innodb my.ini config

2002-01-05 Thread jds
my.ini looks like this: #This File was made using the WinMySQLAdmin 1.3 Tool #12/21/2001 6:19:15 PM #innodb code added 1/5/2002 1550CST #Uncomment or Add only the keys that you know how works. #Read the MySQL Manual for instructions [mysqld-max-nt] basedir=C:/mysql #bind-address=24.26.165.120

Re: help with innodb my.ini config

2002-01-05 Thread Heikki Tuuri
Hi! Your my.ini looks ok, except that you should set innodb_data_home_dir equal to an empty string if you give absolute paths in innodb_data_file_path Regards, Heikki Tuuri Innobase Oy --- Order technical MySQL/InnoDB support at https://order.mysql.com/ See http://www.innodb.com for the

help with innodb my.ini config

2002-01-05 Thread jds
good day list, i'm running 3.23.46a win on win2k and had no trouble installing and using myISAM tables and using a access front end w/myodc - this was easy and fun. now i'm trying to config to use innodb tables i stopped the service and edited [mysqld] to [mysql-max-nt] in my.ini

Re: Problems with my.ini in Windows NT

2001-08-22 Thread Gerald R. Jensen
Iago: Your my.ini file appears to be correct. Check to see if there is a my.cnf in the root of the C: drive ... there should not be one. Am I correct to assume you installed the service before attempting to start it? Check the WinNT Service Control Manager in the Control Panel. Make sure you

Problems with my.ini in Windows NT

2001-08-22 Thread Iago Sineiro
too). The server failed at the moment of start the service. The content of the my.ini file is: #This File was made using the WinMySQLAdmin 1.3 Tool #22/8/01 10.38.40 #Uncomment or Add only the keys that you know how works. #Read the MySQL Manual for instructions [mysqld] basedir=C:/Archivos de prog