Confused About Rows and Skipping On Import with MySQL Migration Toolkit 1.1

2009-03-06 Thread revDAVE
ix the field text string error? Thanks in advance - dave -- Thanks - RevDave Cool @ hosting4days . com [db-lists 09] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

Simple Search Logic Issue...

2009-02-14 Thread revDAVE
{ $mess_list1 = $_GET['Message']; } mysql_select_db($database_test1, $test1); $query_list1 = sprintf("SELECT * FROM mytable WHERE Name LIKE %s and Message LIKE %s and Topic LIKE %s ORDER BY mytable.id desc", GetSQLValueString("%" . $name_list1 . "%", "

Broken Database issue - tables vanishing

2009-01-27 Thread revDAVE
Admin - page showing localhost>mydatabase>structure table - action - then columns: records type collation - size - overhead all show: "in use" - when i click on a table it says: #1146 - Table 'mydatabase.contacts' doesn't exist hmmm... -- Thanks - RevDave Co

Importing - Adding Fields Into MySql From A List

2008-04-14 Thread revDAVE
d tables w / php - maybe that would work also If I can just get all the field names in the table as text fields - that would be ok for now - then I can individually change the field type by hand w phpMyAdmin... -- Thanks - RevDave Cool @ hosting4days . com [db-lists] -- MySQL General Ma