At 14:01 2001-08-22 +0200, Yarek wrote:
Hi
>I wanted to install MySQL under Windows 2000 with default-charset=latin2. I
>cannot use binary distribution because it is not compiled with this
>charset. So, I loaded and compiled source for MySQL 2.3.41 under Cygwin 
>(Win32,
>POSIX compatible). I received no errors.
>
>My problem is, that I can run /usr/mysql/bin/mysql but I cannot do
>anything more because I have no user rights for it. I launched
>/usr/mysql/bin/safe_mysql -u mylogin.

When you have a fresh installation, there is an user for localhost
with all the rights, this is for you do the users rights with an easy
way, then you only need to run the mysql.exe client without any user
and password, how I show you below:

Microsoft Windows 2000 [Versăo 5.00.2195]
(C) Copyright 1985-1999 Microsoft Corp.

d:\mysql\bin>mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 3.23.41-max-debug

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>

Regards,
Miguel



>  I changed mylogin to other users
>on my workstation. All in vain. :(
>
>--
>Yarek
>
>
>---------------------------------------------------------------------
>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

-- 
For technical support contracts, goto https://order.mysql.com/
    __  ___     ___ ____  __
   /  |/  /_ __/ __/ __ \/ /    Miguel A. Solórzano <[EMAIL PROTECTED]>
  / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Mogi das Cruzes - Săo Paulo, Brazil
        <___/   www.mysql.com


---------------------------------------------------------------------
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