databases disappear...

2001-06-27 Thread Marco Bleeker
[No David, the result set that suddenly goes to 0 is, or should not be empty, it is the result of a SELECT with no WHERE - and there were no deletes yet] For the first time developing a PHP-MySQL system, I am experiencing strange things. Perhaps it is the off-line mode (Localhost) I am running

Re[2]: databases disappear...

2001-06-27 Thread Werner Stuerenburg
> In any case, the problem is not with Mysql - perhaps if you were to > enquire on the PHP list with a code sample? Also, it is a good idea to shut down mysql and restart it to see changes written to disk, which is fine to recover memory leaks unde Win, too. I wrote a batch cd c:\mysql\bin mysql

[Bug report] Databases disappear from the server - (vi.recover)

2001-06-27 Thread Rafael Martinez
databases and start the mysql-server again. >Submitter-Id: -- Rafael Martinez >Originator: >Organization: >MySQL support: [none] >Synopsis: Databases disappear from the server but Mysql server does not crash. >Severity: <[ critical ]> >Priority: &

Re: databases disappear...

2001-06-26 Thread David Robley
On Wed, 27 Jun 2001 12:34, Marco Bleeker wrote: > For the first time developing a PHP-MySQL system, I am experiencing > strange things. Perhaps it is the off-line mode (Localhost) I am > running Apache in, or my Wintel 98SE Pentium3. So I create and populate > 3 small tables in a database with a s

databases disappear...

2001-06-26 Thread Marco Bleeker
For the first time developing a PHP-MySQL system, I am experiencing strange things. Perhaps it is the off-line mode (Localhost) I am running Apache in, or my Wintel 98SE Pentium3. So I create and populate 3 small tables in a database with a standard little PHP script. Then I start working on my

databases disappear...

2001-06-26 Thread Marco Bleeker
For the first time developing a PHP-MySQL system, I am experiencing strange things. Perhaps it is the off-line mode (Localhost) I am running Apache in, or my Wintel 98SE Pentium3. So I create and populate 3 small tables in a database with a standard little PHP script. Then I start working on my