Re: Connect to mysql?
- From: "Janwillem Borleffs" <jw@xxxxxxxxxxxxx>
- Date: Thu, 29 Jun 2006 22:59:39 +0200
news.telia.net wrote:
Then I tried to write mysql in cmd at c:\mysql\bin but I get this
error: Access denied for user 'ODBC'@'localhost' (using password: No)
Why??
Search the MySQL on-line manual for GRANT; you will need something in the
lines of the following:
GRANT <permissions> ON dbname TO ODBC@localhost IDENTIFIED BY 'password'
Where <permissions> can be anything from SELECT to ALL.
JW
.
Relevant Pages
- RE: [Full-Disclosure] User bypass privs for Mysql??
... User bypass privs for Mysql?? ... > Not having any grant permissions. ... (Full-Disclosure) - Re: USERS group has the ability to change security permissions???
... Please use the Advance view in the NTFS permissions dialog to ... When there is a generic grant and a special grant to the same entity ... the RESULT: user level access can change NTFS ... (microsoft.public.win2000.security) - Re: DCOM Event ID 10015
... Grant the user permissions to start the COM component ... Run the MPSRPT_DirSvc.exe on the server box. ... Microsoft CSS Online Newsgroup Support ... (microsoft.public.windows.server.sbs) - Re: NTFS woes
... "In some cases with a grant of Full is reduced ... NTFS permissions dialog. ... check Allow Delete Subfolders and Files ... Explicit Deny Delete on file does not work (user can still delete ... (microsoft.public.windows.server.security) - Re: NTFS woes
... "In some cases with a grant of Full is reduced ... NTFS permissions dialog. ... check Allow Delete Subfolders and Files ... Explicit Deny Delete on file does not work (user can still delete ... (microsoft.public.windows.server.security) |
|