Try GUI interfaces avalible from MysQl .com for user management.

Or use the command line
Example

    grant all priveleges on MyDB.* to root@"%" identified by "xxx"

This grants all privileges to root from any station, with the password xxx
Modify it to your needs.

Its not much...but its a start.




----- Original Message -----
From: James Smith <[EMAIL PROTECTED]>
To: CF-Community <[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2001 11:30 PM
Subject: MySQL


> I have just installed MySQL on a development server, and everything
appears
> to work just fine with one small problem.  Where do you do user management
> from? The default installation has left the "root" user available with no
> password from any machine, and that can't be good!
>
> While we are on the subject, can anyone recommend any good resources
(books
> or web pages) that are aimed at MySQL on NT/Win32 as all the documentation
I
> can find is so *nix orientated as to make id damn near useless.
>
> Any help greatly appreciated.
>
> --
> James Smith
> [EMAIL PROTECTED]
> Brainbench transcript ID: 822462
> http://www.brainbench.com/transcript.jsp?pid=822462
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-community@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to