full log debuging

2001-03-20 Thread - = k o l i s k o = -
Hello all! I have running now mysqld with --long-log option. is it fully debug log of mysql? becouse when phpmyadmin communicating with mysql it say 'Unknown database' error. But when i look to logs there is nothing about this error. How is possible turn on full log debuging. Thank You! S poz

phpmyadmin + mysql + "Unknown database 'test'"

2001-03-19 Thread - = k o l i s k o = -
Hi! I have installed many of mysql servers and phpMyAdmin clients. And every time it worked together fine. Now i have problem on RH70 with mysql and phpMyAdmin: Database pokus Error SQL-query: Content-Type: application/octet-stream MySQL said: Unknown database ' pokus' Back --

Re: sql command - copy of one row

2001-03-19 Thread - = k o l i s k o = -
super! it work fine. Thank You! S pozdravem, Michal Kolesar +420 608 225025 [EMAIL PROTECTED] http://www.egarden.cz server of free unix services - Original Message - From: "Peter Pentchev" <[EMAIL PROTECTED]> To: "- = k o l i s k o = -" <[EMAIL PROTECTED]&

Re: sql command - copy of one row

2001-03-19 Thread - = k o l i s k o = -
is backup of table1 when is something (row) changed... so I would like copy the row from table2 to table2 but try to add a field named "time" or "date". Is possible copy it and add in new table a new field? > On Mon, Mar 19, 2001 at 12:22:09PM +0100, - = k o l i s k o = - wrote:

Re: sql command - copy of one row

2001-03-19 Thread - = k o l i s k o = -
Hi! > On Mon, Mar 19, 2001 at 12:22:09PM +0100, - = k o l i s k o = - wrote: > > Hi! > > > > I have a problem. I would like copy one row from table1 to > > another table2. How could I do? > > > > I tried something like this: > > > > insert into

sql command - copy of one row

2001-03-19 Thread - = k o l i s k o = -
Hi! I have a problem. I would like copy one row from table1 to another table2. How could I do? I tried something like this: insert into table2 values (select * from table1 where username = '$uname') both (table1 and table2) have the same structure. Every time when I try do this sql command i g