emaEstacao = t2.EstCodigo group by
t1.et order by mx DESC ,t1.RemaEstacao ";
echo $myquery;
mysql_query($myquery);
by the symptoms you describe along with the little investigation we
did yesterday, it appears your problem is somewhere in that string.
- michael
On 7/18/07, Douglas Araujo &l
Hello everydoby,
I'm having a problem executing a query in the MySQL server version 4.1, the
same query works fine in my other server with MySQL version 4.0.
My PHP code is attached, and the query is one on the line 13.
Please somebody help me,
Thanks,
Douglas
dbFlashDadosSonabra.php
Descr
..
Perhaps the relevant output from
$ mount -a
would shed some light.
On 7/6/07, Douglas Araujo <[EMAIL PROTECTED]> wrote:
> The results:
> $ ls -ld /var/lib/mysql/area2/
> drwxr-xr-x 2 mysql mysql 8192 Jul 6 11:48 /var/lib/mysql/area2/
>
> $ ls -ld /var/lib/mysql/area2/*
> -
will store the owner's UID. That UID may have different meaning on
the file host as opposed to the SQL host if the users and groups are
not synchronized between those hosts.
- michael
On 7/6/07, Douglas Araujo <[EMAIL PROTECTED]> wrote:
> There is no error in log file, the serv
07/7/6, Ananda Kumar <[EMAIL PROTECTED]>:
What i the error you seeing the error log file.
Please let us know
On 7/5/07, Douglas Araujo <[EMAIL PROTECTED]> wrote:
>
> Hi everybody,
>
> I have a MySQL 4.1 running on a Red Hat Linux Enterprise 4 that the
> databases direct
Hi everybody,
I have a MySQL 4.1 running on a Red Hat Linux Enterprise 4 that the
databases directory is the default point, /var/lib/mysql.
I have a NFS mount point in /var/lib/mysql/area2, that mounts the
directory of a storage, when I mount the NFS, the MySQL server don't
show the database.
A