Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2000121

Re: [PHP-DB] Createing a user From: Fábio Ottolini (fabio.ottolini <email protected>)
Date: 12/03/00

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>