HELP : SQL command parser broken

2003-01-24 Thread Brad Phinney
I compiled and installed mysql-max-3.23.51. Installation process seems to go fine. When I go to run mysql_install_db however, I get the following error : ERROR : 1064 use mysql; syntax error I try starting mysqld without grant tables - and I can. However, when I connect via a client, none of t

MySQL, FreeBSD problem

2002-03-19 Thread Brad Phinney
Hello all. I have an application that does a lot of table creation and writing for a FreeBSD 4.4 SMP machine. Over time, I begin to see the following errors. DBD::mysql::db tables failed: Can't read dir of './p0_samt_trans/' (Errcode: 2) at /var/SAMT/code/SAMTlib/SAMTdb.pm line 2552, chun

RE: BSD and MySQL : Major Problems

2002-02-13 Thread Brad Phinney
d of opening it as a directory. What's your code for opening it? > Are you using a variable that should contain the filename? If so, have you > done debugging to see if that filename is ever blank for any reason? (Print > out the variable just before you run the file-open) > >

Re: BSD and MySQL : Major Problems

2002-02-13 Thread phinney
t;bash-2.03$ > >Could this have something to do with SAMBA or NFS? >Ken >- Original Message - >From: "phinney" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, February 12, 2002 12:37 PM >Subject: BSD and MySQL : Major Problems >

BSD and MySQL : Major Problems

2002-02-12 Thread phinney
I am having some problems with MySQL and FreeBSD SMP 4.4 (STABLE) and (FAST) on an Intel platform. First, some vitals : - I am using the MySQL 3.23.48 FreeBSD 4.4 ELF binary, along with the latest versions of DBI/DBD::MySQL. I installed the binary, setup was no problem. I