Re: Query Problems

2007-07-19 Thread Douglas Araujo
; 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 [EMAIL PROTECTED] wrote: Hello everydoby, I'm having a problem executing a query in the MySQL

Query Problems

2007-07-18 Thread Douglas Araujo
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

Re: NFS database

2007-07-06 Thread Douglas Araujo
[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 directory is the default point, /var/lib/mysql. I have a NFS

Re: NFS database

2007-07-06 Thread Douglas Araujo
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 server just don't show me the database

Re: NFS database

2007-07-06 Thread Douglas Araujo
-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/* -rwxrwxrwx 1 mysql mysql 0 Set 15 2006 /var/lib/mysql/area2/449

NFS database

2007-07-05 Thread Douglas Araujo
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.