Re: innodb is disabled, how can i make it yes?

2002-07-03 Thread Hytham Shehab
at last, i got an error 5 'Access Denied', then after some blah,blah, etc, etc, it got started with InnoDB. not InnoDB is yes. now i can write a good SQL QUERY ;) special thanks to Heikki and Bert -- Hytham Shehab

RE: innodb is disabled, how can i make it yes?

2002-07-03 Thread Bert VdB
To: Paul DuBois Cc: [EMAIL PROTECTED] Subject: Re: innodb is disabled, how can i make it yes? hi Paul: > > Make sure it's not being started with --skip-innodb. > i am sure that the --skip-innodb is not in any of my configuration files. sql -- Hytham Shehab --- Outgoing mai

Re: innodb is disabled, how can i make it yes?

2002-07-03 Thread Heikki Tuuri
Hytham, - Original Message - From: ""Hytham Shehab"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Wednesday, July 03, 2002 6:21 AM Subject: Re: innodb is disabled, how can i make it yes? > hi Heikki, > i do what u said: > >

Re: innodb is disabled, how can i make it yes?

2002-07-02 Thread Hytham Shehab
hi Heikki, i do what u said: > yourpathtomysqlbindir> mysqld-max-nt --console cannot initialize innodb as 'innodb_data_file_path' is not set ... i sword in god that i have set this data file path as: innodb_data_file_path=c:/mysql/data/ibdata:300M and this is a valid directory, and some ti

Re: innodb is disabled, how can i make it yes?

2002-07-02 Thread Hytham Shehab
hi Heikki, i do what u said: > yourpathtomysqlbindir> mysqld-max-nt --console cannot initialize innodb as 'innodb_data_file_path' is not set ... i sword in god that i have set this data file path as: innodb_data_file_path=c:/mysql/data/ibdata:300M and this is a valid directory, and some times i ge

Re: innodb is disabled, how can i make it yes?

2002-07-02 Thread Heikki Tuuri
nesday, July 03, 2002 2:24 AM Subject: Re: innodb is disabled, how can i make it yes? > hi Paul: > > > > Make sure it's not being started with --skip-innodb. > > > i am sure that the --skip-innodb is not in any of my configuration files. > > sql > -- > Hytham

Re: innodb is disabled, how can i make it yes?

2002-07-02 Thread Hytham Shehab
hi Paul: > > Make sure it's not being started with --skip-innodb. > i am sure that the --skip-innodb is not in any of my configuration files. sql -- Hytham Shehab --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.372 / Virus Dat

Re: innodb is disabled, how can i make it yes?

2002-07-02 Thread Paul DuBois
At 23:52 +0300 7/2/02, Hytham Shehab wrote: >hi guys, > i use mysql 3.23.44-max-nt server, i edit c:\windows\my.ini and >c:\my.cnf and c:\mysql\data\my.cnf to include the manadatorey line to be : >innodb_data_file_path=c:/mysql/data/ibdata:300M >then, when i restart the server and start the cl