Hi
The MySQL security privileges user system, consists in verify the user
name, the user password
and the host IP/DNS name for each database. These data there are in the
grant tables contained
in the mysql database that is built during the installation process.
To easy the first connection these tables contains wildcards for all these
variables, so you can go
at the c:\mysql\bin folder and use the mysql.exe client to test the
installation, thus:
c:\mysql\bin>mysql -u root -p <enter>
when you is asked for the password left it blank.
You will receive the welcome announce and the client is ready to the line
command.
If you can't init the client tool, maybe you have problems with the DNS
resolution.
Read the MySQL Manual about the GRANT/REVOKE command to learn how to change
the user privileges. You find it on the c:\mysql\docs directory.
Regards
Miguel
At 01:31 22/05/00 +0530, Shaik Anwar Hussain wrote:
>DEAR SIR,
>
> I AM UNABLE TO USE Mysql SOFTWARE. I HAVE INSTALLED MySql ON
> MY C DRIVE AS C:\MYSQL . BUT WHEN I EXECUTE, IT RAISES THE
> FOLLOWING ERROR
>
>1. HOST localhost not found,unable to connect to Mysql server.
>
>MY SYSTEM CONTAINS TCP/IP PROTOCAL AND HAVE WIN98/WIN NT 4.0 operating
>system.
>
>I WOULD BE THANKFUL TO YOU IF YOU KINDLY SEND ME THE DETAILS ASAP.
>
>I WANT TO RUN MYSQL ON BOTH WIN98 AND WIN NT 4.0
>
>WITH REGARDS.
>
>ANWAR SHAIK
> SOFTWARE ENGINEER
+----------------------------------------------------------------------+
| TcX ____ __ _____ _____ ___ == mysql@stripped |
| /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Miguel A. Solórzano |
| /*/ /*/ /*/ \*\_ |*| |*||*| mailto:miguel@stripped |
| /*/ /*/ /*/\*\/*/ \*\|*| |*||*| São Paulo - Brazil |
| /*/ /*/ /*/\*\_/*/ \*\_/*/ |*|____ |
| ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^ |
| /*/ \*\ Developers Team |
+----------------------------------------------------------------------+