php-windows | 2001042
Date: 04/26/01
- Next message: Tom Mathews: "Re: [PHP-WIN] MYSQL Help"
- Previous message: Roman Lichszteld: "Re: [PHP-WIN] Sessions"
- In reply to: Johannes Janson: "Re: [PHP-WIN] MYSQL Help"
- Next in thread: Tom Mathews: "Re: [PHP-WIN] MYSQL Help"
- Reply: Tom Mathews: "Re: [PHP-WIN] MYSQL Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi,
thanks!!
btw, do you know any good commandline or gui clients for Mysql?
i want to administer the DB remotely...
thanks
ed
""Johannes Janson"" <johannes.janson <email protected>> wrote in message
news:9c65b9$nle$1 <email protected>
> hi,
>
> the info in the manual about the command line in mysql apply also
> for win2k. Assuming you have root access go to the mysql prompt
> and type this:
> GRANT select, insert, update, delete, WhatPrivYouWant ON YourDB.* TO
> username
> IDENTIFIED BY 'YourPassword';
>
> This creates a user "username" with pasword "YourPassword" who has the
> specified priviledges
> on all tables in YourDB.
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Tom Mathews: "Re: [PHP-WIN] MYSQL Help"
- Previous message: Roman Lichszteld: "Re: [PHP-WIN] Sessions"
- In reply to: Johannes Janson: "Re: [PHP-WIN] MYSQL Help"
- Next in thread: Tom Mathews: "Re: [PHP-WIN] MYSQL Help"
- Reply: Tom Mathews: "Re: [PHP-WIN] MYSQL Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

