Re: Error: Didn't find any fields in table 'name'

2001-04-18 Thread Sinisa Milivojevic
Ide, Jim writes: > > Pentium III 667 mhz, 256mb ram, 20 gb hd > OpenBSD 2.7 > MySQL 3.22.32 (installed with pkg_add mysql-3.22.32.tgz) > started with: > safe_mysqld --user=mysql > /dev/null & > > I have several text files that look like this: > use mydb; > create table mytable

Error: Didn't find any fields in table 'name'

2001-04-17 Thread Ide, Jim
Pentium III 667 mhz, 256mb ram, 20 gb hd OpenBSD 2.7 MySQL 3.22.32 (installed with pkg_add mysql-3.22.32.tgz) started with: safe_mysqld --user=mysql > /dev/null & I have several text files that look like this: use mydb; create table mytable ( (field defs)