RE: SQL Get access denied when trying to create a database

2002-12-20 Thread Gary Hostetler
d the documentation >on GRANT and permissions. It is always a good idea to try the documentation >before asking questions on the list. > >http://www.mysql.com/doc/en/User_Account_Management.html > > > >-Original Message- >From: Gary Hostetler [mailto:[EMAIL PROTEC

Re: Badly placed ()'s and also access denied

2002-12-20 Thread Gary Hostetler
our code. > > -Original Message- > From: Gary Hostetler [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 20, 2002 8:28 AM > To: [EMAIL PROTECTED] > Subject: Badly placed ()'s and also access denied > > > Being the newbie that I am I get this Badly plac

SQL Get access denied when trying to create a database

2002-12-20 Thread Gary Hostetler
Now I get an access denied even trying to create a mysql database which is weird because I just created one an hour ago the same way. Thanks Gary - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Badly placed ()'s and also access denied

2002-12-20 Thread Gary Hostetler
Being the newbie that I am I get this Badly placed ()'swhen I try to do a mysql_connect(localhost,gary,password); I have a php script that gives me a Access denied for user: 'gary@localhost' to database 'CONTACT'Can't Select CONTACT1046: No Database Selected When the runs. I chan

Re: MySQL 3.23.x preformance on MacOS 10.2

2002-12-19 Thread Gary Hostetler
Having built several Linux boxes on slower macs I can atest that linux on a slower mac (uing linuxppc or one of the other variants) is way faster than my terminal window is on my dual 1.25 gig processor G4. Just accessing commands are slower on the new mac. This surprises me as unix is the base

Can I build a web page to extract data?

2002-12-18 Thread Gary Hostetler
I would like to create a web page that will extract the data from mysql so it looks exactly like the form that the end user sees on their end. Also a little bit off topic but I have a situation where it would be great to have the web page form and it's data sent to an email address. I already have

Re: Mysql command not found

2002-12-17 Thread Gary Hostetler
2/18/02 12:43 AM, "Paul DuBois" <[EMAIL PROTECTED]> wrote: > At 0:35 -0500 12/18/02, Gary Hostetler wrote: >> You're good. It is mac osx, which I was afraid would get me more errors than >> straight linux. > > I had this problem running a version of MySQ

Re: Mysql command not found

2002-12-17 Thread Gary Hostetler
You're good. It is mac osx, which I was afraid would get me more errors than straight linux. On 12/18/02 12:33 AM, "Paul DuBois" <[EMAIL PROTECTED]> wrote: > At 0:32 -0500 12/18/02, Gary Hostetler wrote: >> When I type ./mysql I get the following: >>

Re: Mysql command not found

2002-12-17 Thread Gary Hostetler
be defined in /usr/lib/libSystem.B.dylib Trace/BPT trap At least I'm getting some action with it, but I'm not sure what that means. Thanks Gary On 12/18/02 12:03 AM, "Paul DuBois" <[EMAIL PROTECTED]> wrote: > At 23:33 -0500 12/17/02, Gary Hostetler wrote: >> I

Mysql command not found

2002-12-17 Thread Gary Hostetler
I just installed mysql but I get the command not found when I type mysql. I am in the bin directory. Anyone know what is going on here? Thanks Gary - Before posting, please check: http://www.mysql.com/manual.php (the manual