Re: [PHP] Users of RDBMS

2004-09-10 Thread Wouter van Vliet
On Fri, 10 Sep 2004 03:07:35 +0530, Mulley, Nikhil [EMAIL PROTECTED] wrote: You can create user from mysql prompt by connecting it through first cmdmysql -h host -u userid -p instance password : ** then type GRANT ALL PRIVILGES ON *.* TO 'newuser'@'host' IDENTIFIED BY 'password' with

Re: [PHP] Users of RDBMS

2004-09-09 Thread Lester Caine
John Nichel wrote: M. Sokolewicz wrote: John Nichel wrote: Joshua D. Drake wrote: PHP != MySQL MySQL != RDBMS Please tell me you're kidding. that's a funny one... could've sworn it actually was one... All this time the MySQL AB people have been lying to us. It's actually an Excel spreadsheet. ;)

RE: [PHP] Users of RDBMS

2004-09-09 Thread Mulley, Nikhil
PROTECTED] Subject: Re: [PHP] Users of RDBMS On Wed, 8 Sep 2004 12:01:55 -0700 (PDT), Pahlevanzadeh Mohsen [EMAIL PROTECTED] wrote: Dears, I need to create user for MySQL. Please guide me.. Please RTFM http://dev.mysql.com/doc/mysql/en/Adding_users.html -- Victor Saldaña D. -- PHP General

[PHP] Users of RDBMS

2004-09-08 Thread Pahlevanzadeh Mohsen
Dears, I need to create user for MySQL. Please guide me.. = -DIGITAL SIGNATURE--- ///Mohsen Pahlevanzadeh Network administrator programmer My home phone is: +98213810146 My email address is

Re: [PHP] Users of RDBMS

2004-09-08 Thread Victor Saldaña D.
On Wed, 8 Sep 2004 12:01:55 -0700 (PDT), Pahlevanzadeh Mohsen [EMAIL PROTECTED] wrote: Dears, I need to create user for MySQL. Please guide me.. Please RTFM http://dev.mysql.com/doc/mysql/en/Adding_users.html -- Victor Saldaña D. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Users of RDBMS

2004-09-08 Thread John Holmes
From: Pahlevanzadeh Mohsen [EMAIL PROTECTED] I need to create user for MySQL. Please guide me.. PHP != MySQL http://dev.mysql.com/doc/mysql/en/index.html ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Users of RDBMS

2004-09-08 Thread Jay Blanchard
[snip] I need to create user for MySQL. Please guide me.. [/snip] I will guide you to the MySQL lists at http://lists.mysql.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Users of RDBMS

2004-09-08 Thread Greg Donald
On Wed, 2004-09-08 at 14:01, Pahlevanzadeh Mohsen wrote: Dears, I need to create user for MySQL. Please guide me.. http://dev.mysql.com/doc/mysql/en/Adding_users.html -- Greg Donald -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Users of RDBMS

2004-09-08 Thread Jim Grill
Dears, I need to create user for MySQL. Please guide me.. = -DIGITAL SIGNATURE--- ///Mohsen Pahlevanzadeh Network administrator programmer My home phone is: +98213810146 My email address is

Re: [PHP] Users of RDBMS

2004-09-08 Thread Joshua D. Drake
PHP != MySQL MySQL != RDBMS http://www.postgresql.org http://dev.mysql.com/doc/mysql/en/index.html ---John Holmes... -- Co-Founder Command Prompt, Inc. The wheel's spinning but the hamster's dead -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Users of RDBMS

2004-09-08 Thread John Nichel
Pahlevanzadeh Mohsen wrote: Dears, I need to create user for MySQL. Please guide me.. I keep forgetting that this it the MySQL list. -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] Users of RDBMS

2004-09-08 Thread Dan Joseph
-Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 3:37 PM To: Pahlevanzadeh Mohsen; [EMAIL PROTECTED] Subject: RE: [PHP] Users of RDBMS [snip] I need to create user for MySQL. Please guide me.. [/snip] I will guide you

RE: [PHP] Users of RDBMS

2004-09-08 Thread Dan Joseph
Hi, PHP != MySQL http://dev.mysql.com/doc/mysql/en/index.html Shouldn't that be: if ( PHP != MySQL ) { Header( Location: http://dev.mysql.com/doc/mysql/en/index.html; ); } -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Users of RDBMS

2004-09-08 Thread John Nichel
Joshua D. Drake wrote: PHP != MySQL MySQL != RDBMS Please tell me you're kidding. -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Users of RDBMS

2004-09-08 Thread M. Sokolewicz
John Nichel wrote: Joshua D. Drake wrote: PHP != MySQL MySQL != RDBMS Please tell me you're kidding. that's a funny one... could've sworn it actually was one... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Users of RDBMS

2004-09-08 Thread John Nichel
M. Sokolewicz wrote: John Nichel wrote: Joshua D. Drake wrote: PHP != MySQL MySQL != RDBMS Please tell me you're kidding. that's a funny one... could've sworn it actually was one... All this time the MySQL AB people have been lying to us. It's actually an Excel spreadsheet. ;) -- By-Tor.com

Re: [PHP] Users of RDBMS

2004-09-08 Thread Greg Donald
On Wed, 8 Sep 2004 13:14:57 -0700 (PDT), Joshua D. Drake [EMAIL PROTECTED] wrote: MySQL != RDBMS http://www.postgresql.org Yup. I recently became a Postgres user after 5+ years using MySQL. I am very impressed with it so far. The price is right and the license is very friendly for all.