1 message in com.mysql.lists.win32can't create tables
FromSent OnAttachments
Ramon Nours13 Aug 1999 04:52 
Subject:can't create tables
From:Ramon Nours (nik@home.com)
Date:08/13/1999 04:52:26 AM
List:com.mysql.lists.win32

Hi all I'm just setting up Mysql (using web monkey's article). I have php3.0.11 and apache1.3.6 installed on my windows98 and they work fine.

My problem is that when I want to insert or create tables mysql is not taking it. I tested this by a simple php3 file to read the tables and i get the following message: Warning: 0 is not a MySQL result index in c:\apache\htdocs\mysqltest.php3 on line 13 When I used the mysql-client I found out that the 'mydb' database was created but it carried no tables in it. My 'CREATE TABLE' code is in the c:\Mysql\bin, but for some reason I think that Mysql is not reading this code. Any help would be greatly appreciated. Thank you in advance...Ramon.