Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    MYSQL




Syntax Error With Mysql LOAD DATA ... From Command Prompt


I have a script:

mysql -u dbuser -ppassword -e "LOAD DATA INFILE '/appl/tmp/mysqlwr.txt'
        INTO TABLE dbfile.dbtable
        FIELDS TERMINATED BY ':'
        ESCAPED BY ''
        LINES TERMINATED BY '
';"




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Cant Connect To Mysql At Command Prompt Error
please see attached file for error.

im a beginner. im following php/mysql book from site point. ive searched the forums already but couldnt find the solution.

i just installed IIS on windows xp, mysql and php.

im at command line and i get these (profanity removed) darn error messages. after 1 hour of re-reading chapters of the book i decided to bother you with this problem

in the book it says to check mysql is running by pressing ctrl +alt + del. then in "tasks" you should see "it" running. a) there is no tab called tasks when you press ctrl + alt + del. b) what is "it"

so i assume it (mysql) is running, since i dont really know because the instructions arent that clear for complete (profanity removed) silly billies like me

in another thread someone said "turn off your firewall then try again" - did that, didnt work

then from the command prompt i keep being told it cant connect (see screenshot)

LOAD DATA INFILE Syntax Error
I am attempting to import a large file with data in this format:

1923158|GA|1996 Olympic Yachting
Cauldron|park|Chatham|13|051 |320446N|0810502W|32.07944|-
81.08389||||||||Savannah

With this command:
LOAD DATA LOCAL INFILE 'C:PHPFL_DECI.txt'
INTO TABLE locations2
FIELDS TERMINATED BY '|'
LINES TERMINATED BY "
"
(@d,@d,LOCNAME,LOCTYPE,@d,STATE,COUNTY,@d,@d,LNG,L AT,@d,@d,@d,@d,@d,@d,@d,@=
d);

The @d is a dummy variable for information I do not need to import. The
table structure looks like this:

+---------+-------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+---------+-------------+------+-----+---------+----------------+
| ID | int(11) | | PRI | NULL | auto_increment |
| STATE | int(11) | YES | | NULL | |
| LOCNAME | varchar(25) | YES | | NULL | |
| LOCTYPE | varchar(10) | YES | | NULL | |
| COUNTY | int(11) | YES | | NULL | |
| CTRLAT | float | YES | | NULL | |
| CTRLNG | float | YES | | NULL | |
+---------+-------------+------+-----+---------+----------------+

And here is the error I get:

ERROR 1064 (42000): You have an error in your SQL syntax; check the
manual
that
corresponds to your MySQL server version for the right syntax to use
near
'@d,@d
,LOCNAME,LOCTYPE,@d,STATE,COUNTY,@d,@d,LNG,LAT,@d, @d,@d,@d,@d,@d,@d,@d)'
at
line
5

LOAD DATA INFILE 1064 Syntax Error
I have an SQL script, which creates a new database and its (9) tables. At the end of this script, after the tables have been created, I try populate the 9 tables with data from 9 .CSV files using LOAD DATA INFILE. The following is the first couple of files:

LOAD DATA LOCAL INFILE 'C:/Test data/file1.csv'
INTO TABLE table1
FIELDS TERMINATED BY ';'
OPTIONALLY ENCLOSED BY '"'
LINES TERMINATED BY '
';

LOAD DATA LOCAL INFILE 'C:/Test data/file2.csv'
INTO TABLE table2
FIELDS TERMINATED BY ';'
OPTIONALLY ENCLOSED BY '"'
LINES TERMINATED BY '
';

LOAD DATA LOCAL INFILE 'C:/Test data/file3.csv'
INTO TABLE table3
FIELDS TERMINATED BY ';'
OPTIONALLY ENCLOSED BY '"'
LINES TERMINATED BY '
';

but when I try this, I get the 1064 "You have an error in your SQL syntax..." error

No, my I have figured out, that if I only have one LOAD DATA INFILE command, for example, to populate table1, then it works fine, but when I try two or more LOAD DATA INFILE commands, I get the syntax error. Now, this seems to me that MySQL cannot handle more than one LOAD DATA INFILE command within a single script, am I correct in this, or have I just done something wrong. If I am right, what can I do to get around it, so I can populate multiple tables from the LOAD DATA within a script.

After A Syntax Error: I Get Thid Odd Prompt And Can't Enter Any More Commands.
My trying to paste CSV data into my dataBase sometimes the pasted data creates errors. After that my prompt looks like this: "> then I'm not able to enter any commands, the "> prompt keeps repeating every time I hit "enter" I have to shut the window and restart MySQL.

LOAD DATA LOCAL INFILE MySQL Command
Has anyone had any luck using the "LOAD DATA LOCAL INFILE" command with MySQL++? The query string shown below executes without any problems when using MySQL Query Browser (Version 1.1.18).

LOAD DATA LOCAL INFILE 'c:aAZ_combined.dat' INTO TABLE stocks FIELDS TERMINATED BY ',';


However, when I try to use this very same command in Visual C++ 7.1 using MySQL++, the command doesn't execute, and error_code is set to "1".

error_code = mysql_query(pConnection,"LOAD DATA LOCAL INFILE 'c:aAZ_combined.dat' INTO TABLE stocks FIELDS TERMINATED BY ','");


Is there something special that I have to do to get this particular command to work properly? Note that I have gotten other commands to work just fine in Visual Studio 7.1 using MySQl++. For instance:

error_code = mysql_query(pConnection,"CREATE TABLE stocks (ticker CHAR(7), date INT, open FLOAT(2) UNSIGNED, high FLOAT(2) UNSIGNED, low FLOAT(2) UNSIGNED, close FLOAT(2) UNSIGNED, volume FLOAT(2) UNSIGNED)");


This command worked in the same fashion that it did when using MySQL Query Browser. Can anyone offer any insight into what I'm doing wrong here?

Accessing Mysql From Command Prompt
The path to my mysql installation is "C:Program Filesxamppmysqlin".

I want to run myisamchk - to do this I think I have to access it via the command prompt.

A stupid question - I kmow - but how do I get to the directory in a DOS window??

MySQL Command Line Prompt
In DOS mode, we can use for example dir/w-p to break the whole page to sub-page.
In MySQL prompt window, when I type "show variables", it blooms about 190 rows, but I can't scroll BACK to first 1-50 rows, by resizing the prompt windows it won't help.
So, I think is there any additional keys for pause the page like DOS mode?

MySQL Command Prompt / Remote Server
Is it possible for me to use the mySQL command prompt to create/manipulate a database on a remote server?

Load Data Command
Okay real dumb question, i have a test file that looks like this:

"Name","Address","City","State","ZIP","Phone","BusCode","BusOrRes","SolicitFlag","BusType","Last Name","First Name","Middle Initial","Suffix","Secondary Name","URL"
"Adams P","7901 W 52nd Ave","Arvada","CO","80002","303-424-2529","","R","N","","Adams","P","","","",""
"Albright Christine","8020 W 52nd Ave","Arvada","CO","80002","303-583-7734","","R","","","Albright","Christine","","","",""
"Albright Eric","8020 W 52nd Ave","Arvada","CO","80002","303-583-7734","","R","","","Albright","Eric","","","",""
"Aldinger Ronald W","8520 W 52nd Ave","Arvada","CO","80002","303-420-9354","","R","N","","Aldinger","Ronald","W","","",""




and when i try to load it into my table, and use the fields terminated by ',' it imports the quotes too. in foxpro, loading text into a table drops the " " around character fields automatically so im a little stuck, i also tried '","' but it drops the first characters on the fields when it imports it.

How To Export Data From Phpmyadmin Into LOAD DATA INFILE Syntax
I have a table with a lot of data (several millions of records).
I would like to export the data using phpmyadmin into a SQL file. I know that phpmyadmin has an export feature.

I need the exported data to be in the LOAD DATA INFILE format after the export. Is there a way to achieve this?
Regular export uses the INSERT INTO ... syntax for the data.

Running Existing .sql File In Mysql Command Prompt?
I've seen "examples" of this in my book on MySQL, but it just shows the file on the prompt. It says that I can run an existing sql file - for creating a table - right from the prompt.

However, it doesn't really explain how to do this in detail. I've tried :

-h host - u user -D database -p < myfile.sql

but it gives an error. How do I point it to the right file on my system?

Using Loops With LOAD DATA Command?
I would like to load a lot of textfiles at the same time. The files are named with the following YYYYMMDD_DataFile.txt.

I am using this to load a single text file:

LOAD DATA INFILE '/var/www/Data/20010101_DataFile.txt'
INTO TABLE kevin.DataTbl
FIELDS TERMINATED BY ' '
LINES TERMINATED BY '
'
IGNORE 2 LINES;

What is the best way for me to use the LOOP command or WHILE command to loop through all the textfiles? I have about 120 files to load. I would like to do it all via mysql if possible and avoid finding the files and looping through php.

Loading Data Into Tables Using The Load Command
I have been trying to load data from a notepad into a table but iam finding it very difficult.Can someone please tell me what i need to o.i.e specify the path, the command for a windows os and if i need to change a config for this to work.

Syntax Error In INSERT Command
I am trying to insert some data into a field of one data entry. For some reason, despite the fact that I used the same syntax as I have previously, I keep getting the syntax error message. Here is the query I created:

$insertquery = "INSERT INTO employeeskills ($forminput) VALUES (1) WHERE employeeid = '$employeeid'";

The error message says there is an issues near "WHERE employeeid = '"

Any ideas?

LOAD DATA SYNTAX
I'm looking for a smooth method to update our webdatabase regularly. At the moment we are using LOAD DATA INFILE..., with CSV data, but sometimes the process will run forever (copying to temp table or something like that).

I think anything went wrong during the process and he cannot go on. The load in this state is very high, so that the db is useless. Does it help to give "LOAD DATA" the option "LOW_PRIORITY"? By the way, I'm in an argument, is there an "HIGH_PRIORITY" statement for "LOAD DATA", I don't think so and also nothing found about that.

LOAD DATA INFILE Command To Import A Text File
I am using the LOAD DATA INFILE command to import a text file into
mysql.

However, there is much more text in the file than needed in my tables.
How can I make a selection from the text line. For example position 5 -
10 in field A, position 20-23 in field B, etc ...

Load Data Infile - Script Vs Command Line Problem
I am in the process of loading a large amount of data from a delimited text file into a database (on the order of 27m records with 20 fields per record). The data is originally stored in a very old legacy format to conserve disk space, and I have written a PERL script that parses the old format and constructs a new delimited flat file to directly load into my database.

The original data is about 8 Gb in size and the new flat files are broken up into chunks so that each flat file is about 20 Mb (or about 150k records). When this flat file is loaded by issuing a command via the script, all but the last few records are inserted into the database. Let's say there are 138,505 records in the flat file, then 138,487 are loaded.

The last record is compeletely empty (i.e. either NULLs or default values) and the next to last record is partially inserted (i.e. the first 5-10 fields have values and the remaining are NULL or default). However, if I issue the same load data statement from the mysql command prompt, all 138,505 records from the flat file are inserted properly. Does anyone have an idea of why this is happening?

How To Skip Column From A CSV File Using Load Data Infile Command
I have a CSV file with 111 columns but i want to load only 24 columns from it into my database.My database also has 24 columns.How can i do it with load data infile command.

Help Needed With Load Data Infile Syntax
I'm relatively new to MySQL, and I've never used the Load Data Infile command. I'm having trouble getting it to work correctly. I have a comma separated file generated as output by another program that I can't seem to parse correctly. It contains data similar to the following:

VAL1, LASTNAME, FIRSTNAME, ADDRESS1, ADDRESS2, ETC1, ETC2, ETC3
VAL2, "LASTNAME, JR.", FIRSTNAME, ADDRESS1, ADDRESS2, ETC1, ETC2, ETC3

The "LASTNAME, JR." hoses up the import. It imports "LASTNAME into one field and JR." into another.

Error : Load Data Infile : MySQL : PhpMyAdmin
I have a large? Access2000 database table (650,000 records). I want to determine the easiest way to move it to MySQL database (on a webserver).

It's too large to convert to a text file or excel file.

Cannot Log On Via Command Prompt.
Our entertainment division uses MySQL as the database of choice for their various websites. They are not command-line-type people (who would want to that? i mean I like command line OK, but I'm weird). Using their PHP Admin program, they administer the databases quite efficiently.

All of us can log on fine via the PHP interface. Additionally, I've installed the MySQL ODBC in a few places and it works fine. We all use the username root and password abc. No problems.

My problem is that I can't access the MySQL server via the command prompt.

I do this:
CODEc:mysqlinmysql -u root -p

Command Prompt Shortcut
Each time I call up Command Prompt, I go through the long rigmarole till eventually I arrive at the MySql database. Is there a way to make shortcuts for Command Prompt so I could click on the shortcut and arrive straight at the database,

Paste Into Command Prompt
I've heard it said that you can copy and paste into mysql on Window's command prompt.

The normal way - Ctl-V - doesn't work for me. But once, when I had some documents resting on the keyboard, something actually did go from the Clipboard onto the command prompt screen.

Problems Executing .sql File From Command Prompt
I am having problems executing a .sql batch file from the mysql command prompt. I can run this file through SQLYog and i have no errors/problems but if i try and run the batch file through the windows command prompt (after connecting to the mysql database) i get a problem as soon as i try to change the delimiter back to ;

Has anyone else had problems with this?

Load Data Error
I am a newcomer of mysql. I installed it on windows. I am studying the manual of it and encountered a problem when doing :

To load the text file pet.txt into the pet table, use this command:
mysql> LOAD DATA LOCAL INFILE '/path/pet.txt' INTO TABLE pet;
I created a pet.txt file under mysqlXXdata folder, but i do not know how to load it into mysql.

and always get ERROR 2 (HY000): File 'pet.txt' not found (Errcode: 2)

LOAD Command In MySQL
I am ChandraSekhara Rao, new to this group. I would like to know how LOAD command was implemented in MySQL ?
Day before yesterday i tried to load a data file of size 540 MB to a table. It took about only 2 min. But using PERL and PYTHON i tried to parse the same file into Lists at that time it took more than 1 hr. I surprised about this.
My question is why PYTHON and PERL ( this took around 45 min to parse the same file) took lot of time and while MySQL took only 2 min and how the LOAD command in MySQL was implemented

Load Data Error In PhpMyadmin
I use to add some data to my db form PhpMyadmin using its query window.

this is the query i issued

load data local infile "c:data.txt" into table subs_data

It returns and error saying the file not found. but it is actually there. if i copy and past "c:data.txt" in to Run in startmenu it works

LOAD Data File Error
Im having problems trying to insert data from a comma delimited text file (in the format below) into my database table using phpmyAdmin.

<start of textfile>
BB11,2PX,S,38350,43160,2
BB12,7DE,S,37970,43280,9
BB18,6RD,S,39110,44670,34
BD 2,3BU,S,41770,43530,15
<end of textfile>

My table is set up to contain the postcodes data above and has the following fields:

field1  varchar(255)  
field2  varchar(255)   
field3  varchar(255)   
field4  int(11)   
field5  int(11)   
field6  int(11)   

I have set up a table with the same fields as my text file but the following error occurs

SQL-query :  

LOAD DATA INFILE '/tmp/tempname' INTO TABLE `TABLE` FIELDS TERMINATED BY ',' ESCAPED BY '' LINES TERMINATED BY '
'

MySQL said:

Access denied for user: '****database name****' (Using password: YES)

LOAD DATA INFILE Error
I'm loading a data file which contains lots of null values. Am using /N which works well for all fields except for those of Type char(1). Does anyone know a way to add a null value to this type of data?

Load Data Infile Error
When I enter 'LOAD DATA INFILE 'imptest.txt' INTO TABLE imptest' directly into phpmyadmin I get the following error

Access denied for user: 'me@localhost' (Using password: YES)

Yet when I use the following php code, it opens the same file without any problem.

$url = '../../imptest.txt';
$fp = fopen ($url, 'r') or die ('Cannot access file.');

I am new to mysql and don't understand why I'm getting an access denied error. Do you normally have to supply a password with 'load data infile'? If so, how?

I am using a remote server running version 3.23.49.


Load Data - Succuess/Error Information
I'm using the MySQL "Load data" command to load big .csv files into a MySQL
database. Sometimes there are special characters within these .csv files
which cause some kind of "displacement" of the loaded data.

(1) Is there a way to check if the data from the .csv file was loaded
correctly ?

(2) I'd also like to know in which line an error occured.
The Oracle loader does this very well, but I need something similar for
MySQL, too!

Load Data Local Infile - Error 22
how i can load data from a txt file into the database with each field going into the correct column?

i've attempted this query:

mysql> load data local infile '/path/filename.txt' into table table_name
-> fields terminated by ',';

and it gave me error 22...

i've also tried:

mysql> load data local infile '/path/filename.txt' into table table_name
-> (col1,col2,col3);

same error!! =(

Load Data Infile Error After Upgrade To 5.0
I'm trying to load a fixed length file into a table using the following statement:

load data infile "filename" into table table_name fields terminated by '' enclosed by '';

It worked fine previously, but after the upgrade to 5.0 I'm receiving this error:

ERROR 1406 (22001): Data too long for column 'client_cust_id' at row 1

the column is VARCHAR(30) and I've triple checked the file to make sure its formatted properly. Any thoughts?

You Have An Error In Your SQL Syntax; Check The Manual That Corresponds To Your MySQL Server Version For The Right Syntax To Use Near 'orange' WHERE `ID` = '11128'' At Line 1
I am getting this error message everytime I run my php script....
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'orange' WHERE `ID` = '11128'' at line 1

It seems that there is a limit on the where syntax. I don't know how to fix it, and it's a very big problem for me.

My task is to insert 1million values into mysql table with a php foreach loop. If I insert aprox. 10.000 values, this error don't come, but any numer over will give my mysql error.

MySQL Error, #1064 - You Have An Error In Your SQL Syntax.
I was adding a table in phpMyAdmin and when i clicked on go it produced this SQL CREATE

TABLE `pm` (
`to` VARCHAR( 30 ) NOT NULL ,
`from` VARCHAR( 30 ) NOT NULL ,
`message` BLOB( 25000 ) NOT NULL ,
UNIQUE (
`to` ,
`from`
)
)
and this error
MySQL said:

#1064 - You have an error in your SQL syntax.**Check the manual that corresponds to your MySQL server version for the right syntax to use near '(25000) NOT NULL, UNIQUE (`to`, `from`))' at line 1

Syntax Problem With The WHERE Command
I have it run a query with $_GET['name'] as my variable

in this case it's always two words, ie "John Smith". I used the urlencode and urldecode functions in PHP to pass the whitespace from one page to the next, but when it's used to run the query it produces and error as a result of the whitespace.

What is the proper syntax for this line right here?

SELECT * FROM `table` WHERE name=john smith

The whitespace there causes a syntax error, is there a PHP function I can use to fix this problem?

MyODBC Command Syntax
I'm trying to do what I thought was a fairly simple thing, select a group of
records from a mySQL database.
I'm not much of an SQL guy. The syntax I would use for Microsoft SQL is
shown on the "query =" line.
A myODBC error message indicates this is not supported syntax.
Can anyone help me?

{ ADO Startup Values and Creation using the .Open method}

{Create a COM object reference to ADO Recordset.}
recordset = COM_CreateObject("ADODB.Recordset");

{ Open a Recordset }
query = "SELECT * FROM t_course_date
WHERE(modified>=CONVERT(DATETIME,'1999-07-31 00:00:00',102))";
("modified" field above is a mySQL field name)

recordset.Open(query, 'connection id', adOpenDynamic,adLockOptimistic); <--
This statement fails.

Mysql Command Line Error
I m using mysql command line tool in my shell script for updating tables but there is no error handling provided in the batch mode
for example i am doing
mysql < sql > out
The out file would only contain the output not the errors which mysql command line throws on the screen. I tried --tee options but wont work. I have been using Sybase for a long time it has a somethign similar to mysql command line tool known as isql in which u can direct ur output to a outfile which also contains errors if any while processing the query.

Command Line Syntax For Script
Have a script that creates and populates a table which will execute via the EMS MySQL Mnager Lite interface if you open the database 'test' and run the *.sql script.

The *.sql script is located in the 'data' folder which is the parent folder of 'test'.

Having opened the database 'test' through the command line, what is the correct syntax to run the script, please?

Checking Command Syntax Without Execution
Is there anyway you can run one more sql commands (via mysql) to just check for syntax without actually executing the commands.

LOAD DATA In MySql 4.0
I'm getting an error running LOAD DATA on server running version 4.024 MySql. I know it's part of 4.11 (it's in the documentation). Does anyone know if it is supported in 4.0?

Difference Between LOAD LOCAL DATA INFILE And LOAD DATA INFILE?
i'm confused about LOAD LOCAL DATA INFILE and LOAD DATA INFILE? are there any significant difference btw both these query?

MySQL Fails To Launch On Mac OSX Command Error
I just bought kevin Yanks "build your own database driven website using php & MySQL" and I was going step by step on the installation process for Mac OSX users. After I installed MySQL and attempted to login using the:

shell%sudo/usr/local/mysql/bin/mysqld_safe

command i get this error:

[Denise-Womacs-Computer:~] denisewo% shell%sudo/usr/local/mysql/bin/mysqld_safe
shell%sudo/usr/local/mysql/bin/mysqld_safe: Command not found.

MySQL Syntax Error
I am getting a syntax error with the following query. Can anyone see what's wrong.

DELETE FROM
    properties_xref_features
WHERE
    xref_properties_id NOT IN (
        SELECT
            xref_properties_id
        FROM
            properties_new
        UNION
        SELECT
            id
        FROM
            properties
        WHERE
            featured = 1
    )

Error In MySQL Syntax
I'm trying to add a plugin to my website and it's installed however, when I try and run it, I get this sql error:

MySQL error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY id' at line 1

Can anyone tell me what this means exactly? The code for this is in the .php file. Here is the line I think it's calling:

$sql = ldu_mysql_query("SELECT id, name, creator, startdate, enddate, maxusers, currentusers, minusers, winner, status, type, minlevel FROM $db_tourney ORDER by id");

Mysql Syntax Error
my connection in my vb app to access db works fine

' Opens the Access database.
Set conn = New ADODB.Connection
conn.ConnectionString = _
"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & txtAccessFile.Text & ";" & _
"Persist Security Info=False"
conn.Open

but this one is problamatic:

' Opens the MySQL database.
Set c3 = New ADODB.Connection
c3.ConnectionString = _
"Provider={MySQL ODBC 3.51 Driver};database=pacs;" & _
"Data Source=" & txtMySQLFile3.Text & ";" & _
"Persist Security Info=False"
c3.Open

Error = Provider cannot be found. It may not be properly installed

MySQL Syntax Error
When I use this code, I get
MYSQL ERROR: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'replace) VALUES ('','[b]','')' at line 1

The Code is
$code = $_POST['code'];
$replace = $_POST['replace'];

mysql_query("INSERT INTO codes (id,code,replace) VALUES('','$code','$replace')") or die('<br>MYSQL ERROR: ' . mysql_error());

and the table is setup like
CREATE TABLE `codes` (
`id` INT(4) NOT NULL AUTO_INCREMENT ,
`code` VARCHAR(225) NOT NULL ,
`replace` VARCHAR(225) NOT NULL ,
PRIMARY KEY (`id`) );

MYSQL Syntax Error
I recieve the following mysql error when conducting a mysql query via php:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '0' at line 1

The relevant code consists of:

if (!$get['p']) {
$p = 0;
} else {
$p = $get['p'];
}
mysql_connect("mysql2.freehostia.com", "therec_site", "kslee");
mysql_select_db("therec_site");
$query = "SELECT * FROM `pages` WHERE `id` = " + $p;
$qd = mysql_query($query) or die(mysql_error());
$row = mysql_fetch_array($qd) or die(mysql_error());
$mquery = "SELECT * FROM `menus` WHERE `id` = 0";
$mqd = mysql_query($mquery) or die(mysql_error());
$mrow = mysql_fetch_array($mqd) or die(mysql_error());

Mysql Syntax Error
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE uid='13'' at line 1

this is the error i get. what does it mean, how do i remove it? :|


Copyright İ 2005-08 www.BigResource.com, All rights reserved