Stange I make a ps :

mysql     6337  0.0  5.4 27588 15608 ?       S    23:22   0:00
/usr/sbin/mysqld
--basedir=/ --datadir=/var/lib/mysql --user=mysql --pid-file=/var/lib/mysql/
www.
sassandra-conseil.com.pid --skip-locking
mysql server is reunnig with mysql user.

I make a su mysql :

this works
mysql> update TableName set FieldName =1;
Query OK, 1 row affected (0.00 sec)
Rows matched: 2  Changed: 1  Warnings: 0

with new created table

but with other nothings
>
>   12 -rw-rw----    1 mysql    mysql        8674 jui 15  2001 country.frm
>   24 -rw-rw----    1 mysql    mysql       20516 jui 15  2001 country.MYD
>    4 -rw-rw----    1 mysql    mysql        1024 jui 15  2001 country.MYI
>   12 -rw-rw----    1 mysql    mysql        8564 mar  9 23:18 TableName.frm
>    0 -rw-rw----    1 mysql    mysql           0 mar  9 23:18 TableName.MYD
>    4 -rw-rw----    1 mysql    mysql        1024 mar  9 23:18 TableName.MYI
>
a+.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to