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
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
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:
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
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
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.
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
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
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