Re: mysql on OS X >>>PROBLEM!

2002-09-12 Thread Clayburn W. Juniel, III
On Thursday, September 12, 2002, at 09:58 PM, Clayburn W. Juniel, III wrote: > > On Thursday, September 12, 2002, at 05:03 AM, philipp ringli wrote: > >> hi all, >> >> i am running OS X 10.2 and >> this version of mysql: >> >> mysql> status >> -- >> ./bin/mysql Ver 11.18 Distrib 3.

Re: mysql on OS X >>>PROBLEM!

2002-09-12 Thread Clayburn W. Juniel, III
On Thursday, September 12, 2002, at 05:03 AM, philipp ringli wrote: > hi all, > > i am running OS X 10.2 and > this version of mysql: > > mysql> status > -- > ./bin/mysql Ver 11.18 Distrib 3.23.51, for apple-darwin6.0 (powerpc) > > Connection id: 117 > Current database:

re: mysql on OS X >>>PROBLEM!

2002-09-12 Thread Egor Egorov
philipp, Wednesday, September 11, 2002, 8:10:04 PM, you wrote: pr> i am running OS X 10.2 and pr> this version of mysql: pr> mysql> status pr> -- pr> ./bin/mysql Ver 11.18 Distrib 3.23.51, for apple-darwin6.0 (powerpc) pr> my problem is the following: pr> let's say i want to add t

Re: mysql on OS X >>>PROBLEM!

2002-09-12 Thread Phil Dobbin
On 12/9/02 13:03, "philipp ringli" <[EMAIL PROTECTED]> wrote: > hi all, > > i am running OS X 10.2 and > this version of mysql: > > mysql> status > -- > ./bin/mysql Ver 11.18 Distrib 3.23.51, for apple-darwin6.0 (powerpc) [...] > my problem is the following: > > let's say i want

re: mysql on OS X >>>PROBLEM!

2002-09-12 Thread Egor Egorov
Peter, Thursday, September 12, 2002, 3:35:26 AM, you wrote: PG> So far as I can tell the mysql files included in the CD set are: PG> mysql-3.23.49-3.i386.rpm PG> mysqlclient9-3.23.22-6.i386.rpm PG> mysql-devil-3.23.49-3.i386.rpm PG> mysql-server-3.23.49-3.i386.rpm PG> Do these files include Inno

Re: mysql on OS X >>>PROBLEM!

2002-09-11 Thread philipp ringli
hi rene, thanks for your reply. yes, i do it being root: mysql -u root -p and in phpMyAdmin i see that the grant option for root is enabled. and i am loged into phpMyAdmin as root also. i really wonder what's going on... i mean, am i missing the point in some way or another? cheers, phil >

Re: mysql on OS X >>>PROBLEM!

2002-09-11 Thread Rene Churchill
Have you done a 'mysqladmin reload' to reload the new grant tables into the server process? Any modifications you make to the permissions table won't take until until after a 'reload'. Rene philipp ringli wrote: > hi all, > > i am running OS X 10.2 and > this version of mysql: > > m