uery
>
> ~Kelly W. Black
>
> PS IN the future check out http://www.rpmfind.net/
>
> -Original Message-
> From: SpyProductions Support Team [mailto:support@;spyproductions.com]
> Sent: Friday, November 08, 2002 12:51 PM
> To: Black, Kelly W [PCS]
> Cc: [EMAIL PROTECTED]
>
;[EMAIL PROTECTED]'; [EMAIL PROTECTED]
> Subject: RE: MysQL Installation
>
>
> Mysqladmin is seperate rpm
>
> ~K Black
>
> -----Original Message-
> From: SpyProductions Support Team [mailto:support@;spyproductions.com]
> Sent: Friday, November 08, 2002 11:13 AM
&
I just installed the most recent version of MySQL with an RPM (through
webmin interface), but it doesn't seem to have installed a
mysqladmin.anyone know why? :)
Thanks!
-Mike
-
Before posting, please check:
http://www
Shouldn't this come up with a list of names from each table that matches?
SELECT * FROM table1,table2 WHERE table1.name = table2.name;
Does anyone see anything wrong with this query? It keeps giving me an empty
set - but there definitely matches. I even did a LIKE instead of =, takes
longe
gt; Subject: RE: Getting Data From One Table Based On Another - Agh!
>
>
> SELECT Table1.orderid, Table2.otherfield1, Table2.otherfield2
> FROM Table1, Table2
> WHERE Table1.orderid = Table2.orderid;
>
> --Greg Johnson
>
> -Original Message-
> From: SpyProductions S
Looking through the MySQL stuff online, I still can't come up with a
statement to pull data from one table based on data from another.
Table1 Contains:
orderid
Table2 Contains:
orderid
otherfield1
otherfield2
I want to get the data from table 2 based on a matching orderid first pulled
from t
> Jeremy Zawodny wrote :
> >
> > I'm getting duplicate messages separated by several hours. Am I alone
> > in this, or are others seeing it too?
> >
> > Jeremy
> > --
> > Jeremy D. Zawodny, <[EMAIL PROTECTED]>
> > Technical Yahoo - Yahoo Finance
> > Desk: (408) 349-7878 Fax: (408) 349-5454
Hey there!
Hoping someone can help me out when it comes to granting privileges for a
user in MySQL.
Basically, I have granted privileges to a user who I do not want to have
root access and I want to minimize his access to only his databases.
Using the MySQL manual, I granted him basic privileg