At 21:23 19.02.2003 +0100, you wrote:
Or you could configure this in your c:\windows\my.ini configuration
file:

[mysqld]
...
skip-innodb

(In this case, you have to restart the server for the changes to take
effect.)

Nice, thanks.


mysql>> use nick
> Reading table information for completion of table and column names
> You can turn off this feature to get a quicker startup with -A
> My question is, what does this message mean, and how to get rid of it?

As it says: Start the command line tool like that:

mysql -A

(or: mysql --disable-auto-rehash)

On a slow machine, this can save you some seconds of your valuable
time :)

But, what are the negative effects? If none, why not disabeling that option by default?


> File 'NONEXISTENT/charsets/?.conf' not found (Errcode: 2)
> Character set '#27' is not a compiled character set and is not specified
> in the 'NONEXISTENT/charsets/Index' file

Hmm. Probably your basedir variable is not set, and PHP sort of chokes
on this. When starting the server (or in your my.ini, see above), you
can set this variable (in most cases that's not necessary, but in your
case, this seems to be a source of trouble):

mysqld --basedir=c:\mysql (or whatever your installation directory is)

or

[mysqld]
...
basedir=c:/mysql (note the slash instead of the backslash)

Hope it helps, and have fun with MySQL!

Cool, but that question was for sun/sparc platform :-) Colud you, please, just tell me which is equivalent of c:\windows\my.ini on UNIX, and I'd be the happies man :-)


BTW, thanks for all the help :-)

--
Pozdrav/Regards, Nikola [Nick] Skoric.
"...ket csillag csak oz egen/mint a szemed..."
http://newusers.cjb.net/ - site o Usenetu na hrvatskom!


--------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



Reply via email to