php-db | 2000121
Date: 12/03/00
- Next message: Scott Barron: "Re: [PHP-DB] MySQL access via C/C++"
- Previous message: Brandon Feldhahn: "[PHP-DB] Createing a user"
- In reply to: Brandon Feldhahn: "[PHP-DB] Createing a user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hej Brandon,
At mysql prompt type something like this:
GRANT ALL ON your_db.* TO username <email protected> IDENTIFIED BY "password";
Substitute localhost for % if you want this specific user to have access to
this specific MySQL DB from any host.
Best regards,
Fábio Ottolini
----- Original Message -----
From: "Brandon Feldhahn" <BrandonFeldhahn <email protected>>
To: <php-general <email protected>>; <php-dev <email protected>>;
<php-db <email protected>>
Sent: Sunday, December 03, 2000 7:00 PM
Subject: [PHP-DB] Createing a user
> I use windows 98 and php and mysql, i can figure out how to create a
> username and a password, please help, manuals arent working, im a newbie
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-db-unsubscribe <email protected>
> For additional commands, e-mail: php-db-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Scott Barron: "Re: [PHP-DB] MySQL access via C/C++"
- Previous message: Brandon Feldhahn: "[PHP-DB] Createing a user"
- In reply to: Brandon Feldhahn: "[PHP-DB] Createing a user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

