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

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

2011-10-07 Thread Peter Schrock
I am trying to install mysql 5.1.59 on my ppc running os x and I get this error message in the term.c file. cc1: warnings being treated as errors term.c: In function ‘term_set’: term.c:946: warning: passing argument 1 of ‘tgetflag’ discards qualifiers from pointer target type term.c:947: warning:

A Newbie Question on Passwords

2002-12-21 Thread William Bradley
At the present time I am using Mandrake 9.0 and installed the MySql programmes that con the three disks: MySQL-3.23.52-1mdk.i586.rpm* MySQL-bench-3.23.52-1mdk.i586.rpm* MySQL-client-3.23.52-1mdk.i586.rpm* MySQL-Max-3.23.52-1mdk.i586.rpm #mysql_install_db has been run. The last time I did this i

A newbie question

2001-12-27 Thread Lawrence, Sean
I'm new to MySQL as they laid off the dev who setup our intranet and I need to allow access priveleges to an internal testing server to connect to the remote host that the live site is on. I've read the doc on setting up priveleges at http://www.mysql.com/doc/P/r/Privileges.html but as I am so n

a newbie question for myodbc

2001-03-11 Thread Hikmet İP
Hi, I need mysql (under linux) tool's -q (--quick "don't cache result, print it row by row") in myodbc. How can I configure the myodbc?? I have been using MyODBC 2.50.36 and I'm connecting to MySQL Server at Linux (Red Hat 7.0 2.2.16-22) under MS Win98. Thanks. h.

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

A newbie question

2001-03-02 Thread anil kumar
hello All, I am new to mysql database. I downloaded mysql and running on my system. For adminiatrative purpose the command i run as written in manual is "mysql -u root mysql" I am unable to understand why i have to write mysql after "-u root" why not any other database name "test". I