Re: A Newbie question about "make" and the term.c file

2011-10-08 Thread Peter Schrock
I can understand your point, however, as stated, I am using a ppc architecture and am not afforded the luxury of binaries in the most up to date versions. I know using 5.1.59 isn't the most up to date, but I was also having issues with the most current version. I might start with the most current b

Re: A Newbie question about "make" and the term.c file

2011-10-08 Thread Michael Dykman
I can't help directly with the error message (the warning seems fairly harmless), but may I inquire why you are building MySQL instead of using one of the prepared binaries? Compiling under OS/X can be pretty harrowing. - michael dykman On Sat, Oct 8, 2011 at 2:49 AM, Peter Schrock wrote: > I

Re: A newbie question

2001-03-05 Thread Rolf Hopkins
ent: Saturday, March 03, 2001 23:54 Subject: Re: A newbie question > Hi > By saying "mysql -u root mysql" you are telling mysql that you are going to use > the database mysql which you have to use to add new users. Another way of doing > it is type "mysql -u root" t

Re: A newbie question

2001-03-03 Thread Seung-woo Nam
Hi By saying "mysql -u root mysql" you are telling mysql that you are going to use the database mysql which you have to use to add new users. Another way of doing it is type "mysql -u root" to log in and type "use mysql" in mysql command line. "test" is a database created by mysql by default when