Load data infile 'abcd.txt' into table b.chicago;

2004-08-21 Thread Remember14a
Dear friends, Load data infile 'abcd.txt' into table b.chicago; This statement loads half of the data from file and gives error posted below. Any guidance, please. Thank you. -- --- mysql use b Database changed

LOAD DATA

2004-08-21 Thread Remember14a
Dear friends, I use following code use databasea load data infileabcd.txt' into table databasea.tablename; Data gets loaded in table, however at the end of each record I see a square symbol, the symbol usually we see in compiled code. Can anyone give insight into these extra squares appearing

LOAD DATA INFILE

2004-08-20 Thread Remember14a
Dear Friends, I am trying to pull lots of data in text file into database table. Their is single field in table/ The data in text file has been placed in mysql data directory. Any guidance for this error mysql is giving, please mysql use b Database changed mysql LOAD DATA INFILE -

load data infile

2004-08-20 Thread Remember14a
Dear freinds, I am still getting errors.Load infile script. Guidance , please. Asif Qureshi -- --- mysql describe chicago - ; +---+--+--+-+-++ | Field | Type

Re: LOAD DATA INFILE

2004-08-20 Thread Remember14a
Dear friend, I tried the IGNORE option so that data is loaded from the file to table, still getting error pasted below. Any advice. mysql use b Database changed mysql describe chicago - ;

LOAD DATA---------- (HALF LOADED WHY?)

2004-08-20 Thread Remember14a
Dear Friends, There are 40 records of email entries in text file which I want to load to table, however, When I enter load data infile 'chicago.txt'into table b.chicago; I see only 18 rows been updated with output pasted below. Any insight what is happening and guidance, please. mysql load

DESCRRIBE ALL TABLES

2004-08-15 Thread Remember14a
Dear friends, I have a database spec, I have pasted details from command prompt, to see structure of table I use following commands. use spec show tables describe account The last command displays the structure of table, Now can you guide me to a command, where in I can see structure of all

MYSQL DUMP FILES

2004-08-14 Thread Remember14a
Dear friends, I am using following command to dump mysql database files, mysql mysqldump b - c:/hdump/dump.sql where c:/hdump/dump.sql is the path where database files should be stored, however its not working. Any guidance, please.

MYSQL RECORDS AND ALPHABETICAL ORDER

2004-08-14 Thread Remember14a
Dear Friends, I have mysql table which retains names,Data is written to mysql table using php query, however when I check the records, I amn't able to do the same in alphabetical order. How do I make mysql to retain records in alphabetical order. Any guidance, please.

Re: MYSQL RECORDS AND ALPHABETICAL ORDER

2004-08-14 Thread Remember14a
Dear friends, In this query what precisely needs to be added at alphabetical_field following ORDER BY SELECT * FROM mytable ORDER BY alphabetical_field so that I get output in alphabetical order. guidance, please. -- My

MYSQL and COMMANDFOR DUMP FILE

2004-08-13 Thread Remember14a
Dear Driends, From command prompt I want to generate dump files of database tables. Any guidance how do I do the same. Inform, please.

Load data ini file

2004-08-10 Thread Remember14a
Dear Friends, My data in text file isn't been loaded to columns in table. Data text file is in data directory of server. rest of the commands are as follows, any guidance, please. mysql load data - infile 'kemailsusa.txt' - into table - kemailsusa; ERROR 1062: Duplicate entry '0-'

Mysql, php and unsubscribe or delete

2004-08-09 Thread Remember14a
Dear Friends, I have a table in mysql database, which retains emails, I have PHP application where I enter emails and emails get stored in mysql database,table, I have an option to unsubscribe as well, which works, However, Problem application is giving me is in case I unsubscribe one email

Question

2004-08-05 Thread Remember14a
Dear friends, I am using mysql 4.0.17-nt with php 4.3.3 In mysql tables, I can write to columns of tables with varchar, int etc etc datatypes, however text datatype columns I am not able to write. Any guidance, please.

Table query and column overlap

2004-08-05 Thread Remember14a
Dear Friends, I am using mysql 4.0.17-nt I have pasted structure of table below, while managing through command prompt using sql without GUI. Once I use without GUI, via command prompt select * from quiz to see contents of full table in each column I get overlap of columns as pasted below,

Question

2004-08-02 Thread Remember14a
My connection to the mysql is correct, that is host, username, password, however when I click the link of form so that it will pull out data from mysql database, I see the php code of the form, any guidance, please.

Fwd: Question

2004-08-02 Thread Remember14a
---BeginMessage--- Long back I had set it and was working that time,For a long time I wasn't working on same, at this point how to check the same, I don't remember, can you guide , please. How do I check if mysql, php apache are configured, also any GUI graphical user interface for Apache

Re: Question

2004-08-02 Thread Remember14a
Yes, extension of file is php and php is running on server.

Importing data

2004-07-26 Thread Remember14a
Dear friends, I import data to my table,from CSV file.CSV file has emails in each row. While importing, A window pops up stating number of rows imported, however when I see the table, nothing has been imported. Version of mysql, gui and structure of table has been pasted. Any guidance with

IMPORTING

2004-07-23 Thread Remember14a
Dear friends, When I import records fron csv file.I window pops up, stating total number of records imported, however when I check table nothing has been imported.Any guidance,

MYSQL ROWS

2004-07-20 Thread Remember14a
Dear Friends, I have 7000 rows in mysql table, it crashes often, is number of rows reason, or can their be any other reason, I want to increase number of rows and prevent further crashes how do I do the same, Inform ,please

Question DB

2003-12-19 Thread Remember14a
Dear friends, I am using mysql 3.23.58-max. Want to create database Entered mysqlCREATE DATABASE[IF NOT EXISTS] db_anyname -- - it gives me response of too many paramaters. Can anyone advice, please. Delmar.

Question

2003-12-18 Thread Remember14a
Dear friends, I downloaded mysql on windows 98. I entered cd c;\mysql_install_db It is responding as too many parameters Can anyone advice how to fix it, please. Delmar