Selecting a group of distinct items?

2005-10-06 Thread Donnie Lynch
Hi, I'm pretty much an SQL newbie, so apologies in advance if this is basic stuff. That'll teach me for skipping the databases class in college... I just created an app using a table that has entries like this simplified version: name datevalue Fred

Re: DEfault passwords

2001-02-06 Thread donnie
; mysql -u root mysql mysql> SET PASSWORD FOR root=PASSWORD('new_password'); RTFM donnie On Tue, 6 Feb 2001, D.Lewis wrote: > Greetings. > > I just installed mySQL( mysql-3.23.29a-gamma-sun-solaris2.8-sparc) on a > E150 using the script mySQL/configure.. > >