Re: MySQL on Darwin (Mac OS X 10.2) grant problem

2003-10-15 Thread Nicolas Ross
> > >2. Grants aren't working. > > > > > >Almost for each db we have the grant I did is something like : > > > > > >grant all on db.* to 'user'@'%.domain.com' identified by 'password'; > > > > > >So, I end up with a user with no global privilege in the user table, and > a > > >entry in the db table

Re: MySQL on Darwin (Mac OS X 10.2) grant problem

2003-10-14 Thread Nicolas Ross
> >2. Grants aren't working. > > > >Almost for each db we have the grant I did is something like : > > > >grant all on db.* to 'user'@'%.domain.com' identified by 'password'; > > > >So, I end up with a user with no global privilege in the user table, and a > >entry in the db table with all privs. >

Re: MySQL on Darwin (Mac OS X 10.2) grant problem

2003-10-14 Thread Paul DuBois
At 11:30 -0400 10/14/03, Nicolas Ross wrote: Hi ! Our normal server is on RedHat 7.3 / mysql-max 4.0.14. The server just crached, I had to recover on another hardware, a Mac OS X 10.2, wih mysql-max 4.0.15. The restore went well, but I have some problems : 1. All tables/database are now lower

MySQL on Darwin (Mac OS X 10.2) grant problem

2003-10-14 Thread Nicolas Ross
Hi ! Our normal server is on RedHat 7.3 / mysql-max 4.0.14. The server just crached, I had to recover on another hardware, a Mac OS X 10.2, wih mysql-max 4.0.15. The restore went well, but I have some problems : 1. All tables/database are now lower case. This not a major issue, as the dbs are

Re: Mac OS X 10.2 ?

2002-12-29 Thread Jonas Voss
On Sat, 28 Dec 2002 15:40:37 -0500, Richard Nagle wrote: > try to get back into mysql, no luck > can see mysqld is still running. > > how does one get back in ? At the prompt, type: mysql -u root -p And you will be prompted for the password to your mysql root-account. That's it. ~/j -- //

Mac OS X 10.2 ?

2002-12-28 Thread Richard Nagle
just install 3.23.53 for ( Mac OS X 10.2 ) from: www.entropy.ch/software/macosx/mysql all went well, saw prompt mysql> type command: show database, saw test, and mysql database did a \q (quit) exit okay, AND THEN ! try to get back into mysql, no luck can see mysqld is still running. how d

"mysqladmin -f" forgets "-u user" on Mac OS X 10.2

2002-10-24 Thread Richard Brooksby
ugs >Fix: >Submitter-Id: [EMAIL PROTECTED] >Originator:[EMAIL PROTECTED] >Organization: Ravenbrook Limited >MySQL support: none >Synopsis: "mysqladmin -f" forgets "-u user" on Mac OS X 10.2 >Severity: serious >Priority: me

[Bug] compile problem on Mac OS X 10.2

2002-09-06 Thread Ray Kiddy
DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_D ONT_BREAK_READ" MAX_C_OPTIMIZE="-O" with_named_curses="" fi ;; Change: with_named_curses="" to: with_named_curses="-ltermcap" ... and then it builds. V

bug with stopping mysql 3.23.52 on Mac OS X 10.2 ?

2002-09-05 Thread Adam Arrowood
Hi (I tried posting this to bugs@lists, but got rejected..), I have a brand new installation of Mac OS X 10.2 (client), with the developer tools (including the August 2002 Dev Tools update). Using the system's gcc 3.1, I compiled mysql 3.23.52 with: /configure --prefix=/usr/local/mysql

Re: Won't compile on Mac OS X 10.2

2002-08-25 Thread Calvin Hill
On 8/25/02 11:36 PM, "Joel Rees" <[EMAIL PROTECTED]> wrote: > For some reason my client sub-directory did not get re-named to bin > and, as I said, I cannot connect. Keep getting: > > % mysql > ERROR 2002: Can't connect to local MySQL server through socket > '/tmp/mysql.sock' (2) You might want

Re: Won't compile on Mac OS X 10.2

2002-08-25 Thread Joel Rees
> For some reason my client sub-directory did not get re-named to bin > and, as I said, I cannot connect. Keep getting: > > % mysql > ERROR 2002: Can't connect to local MySQL server through socket > '/tmp/mysql.sock' (2) The one time I got MySQL running under Mac OS X (10.1), I had to mkdir th

Re: Won't compile on Mac OS X 10.2

2002-08-25 Thread Ray Kiddy
I got MySQL 4.0.2-alpha compiled on Mac OS X 10.2 (final version - Jaguar6C115). I am having problems with getting any client to connect to it, so perhaps I am doing something else wrong, which is possible since I am new to MySQL First I tried: ./configure --with-named-curses-libs

Won't compile on Mac OS X 10.2

2002-08-25 Thread Mitch Leung
Dear Sir, MySQL 3.23.52 won't compile on Mac OS X 10.2 based on Darwin 6.0 which comes pre-installed with gcc 3.1 I don't want to uninstall it as it would probably bring down other major functions of the new system. Regards, Mitch Leung -- __ __ __ __ _ _ M

Re: Problem: MySQL Client & Mac OS X 10.2 (Jaguar: Build 6C106)

2002-07-28 Thread Ian Fieldhouse
On 26/7/02 6:07 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Binary builds often break when tried with a newer version of Mac OS X > than the one they were built on. Can you try building from source? I tried building with the following configure options: ./configure --without-server -

Problem: MySQL Client & Mac OS X 10.2 (Jaguar: Build 6C106)

2002-07-27 Thread Ian Fieldhouse
Hi, Is anybody else having a problem using the MySQL client with Mac OS X 10.2 (Jaguar: Build 6C106)? When I try to connect to the server on 'localhost' I get the following: dyld: ./bin/mysql Undefined symbols: ./bin/mysql undefined reference to _BC expected to be defined i

Re: Problem: MySQL Client & Mac OS X 10.2 (Jaguar: Build 6C106)

2002-07-26 Thread Paul DuBois
At 13:24 +0100 7/26/02, Ian Fieldhouse wrote: >Hi, > >Is anybody else having a problem using the MySQL client with Mac OS X 10.2 >(Jaguar: Build 6C106)? When I try to connect to the server on 'localhost' I >get the following: > >dyld: ./bin/mysql Undefined