RE: Query question

2001-12-07 Thread Michael, Jason
' and user.nameid like owner.nameid;"); $numrows=mysql_affected_rows(); $data = mysql_fetch_array($result); if(($numrows=1)&&($data[owner.activeuser]=='Y')){ login_script } Jason > -Original Message- > From: Michael, Ja

RE: HELP - Setting up MySQL on Mac OS X 10.0.4

2001-11-14 Thread Michael, Jason
Brandon, Try going to http://www.entropy.ch/software/macosx/mysql/. There is a download and instructions on how to set it up. I've installed it on OSX 10.0.4 Server, OSX 10.0.4 Client, and OSX 10.1 Client and it's worked perfectly every time. Hope this helps. Jason > > From: Brandon Pearcy <

RE: no mysqladmin

2001-11-01 Thread Michael, Jason
You don't need the /usr/bin/. Try just: mysqladmin -u root -p password 'new-password'. If your setting this for the first time, you don't even need the -p. Jason > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 3:37 PM > To: