Re: Newbie question -- user accounts

2003-07-20 Thread Paul DuBois
At 14:30 -0500 7/20/03, Nate Dawg wrote: I setup MySQL 4.0.13 Win32. I also setup PHP 4.3.2. I am trying to learn MySQL and PHP. I am using PHP & MySQL for dummies. I am having a problem. Look: mysql> SELECT * FROM user -> ; ERROR 1046: No Database Selected mysql> Ok so the book says " Thi

Re: Newbie question -- user accounts

2003-07-20 Thread Veysel Harun Sahin
Did you try to select a database before querying the table? You can do this with use command. mysql>use mysql; Then your command; mysql>select * from user; [EMAIL PROTECTED] wrote: I setup MySQL 4.0.13 Win32. I also setup PHP 4.3.2. I am trying to learn MySQL and PHP. I am using PHP & MySQL fo

Newbie question -- user accounts

2003-07-20 Thread Nate Dawg
I setup MySQL 4.0.13 Win32. I also setup PHP 4.3.2. I am trying to learn MySQL and PHP. I am using PHP & MySQL for dummies. I am having a problem. Look: mysql> SELECT * FROM user -> ; ERROR 1046: No Database Selected mysql> Ok so the book says " This message means your account is not allo