473,396 Members | 2,061 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

output from mysqlbug

amg
--------------2ABCD8BC51CA575D47B206C8
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

--------------2ABCD8BC51CA575D47B206C8
Content-Type: text/plain; charset=us-ascii;
name="dead.mysqlbug"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="dead.mysqlbug"

SEND-PR: -*- send-pr -*-
SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
SEND-PR: will all comments (text enclosed in `<' and `>').
SEND-PR:
From: amg
To: my***@lists.mysql.com
Subject: [Command in the Tutorial generates error msg]
Description: <In the Tutorial, section 3.3.3, the command:
mysql> LOAD DATA LOCAL INFILE "pet.txt" INTO TABLE pet;
generates the following error msg:
ERROR 1148: The used command is not allowed with this MySQL version
How-To-Repeat: <Just run the above command again>Fix: <Unknown - your job>
Submitter-Id: <ur*****@bellsouth.net>
Originator:
Organization: <Professional Programmer>MySQL support: [none]
Synopsis: <Command in the Tutorial Fails>
Severity: <Serious pain in the ass - my company was looking at using MySQL for production
Priority: <medium>
Category: mysql
Class: <doc-bug>
Release: mysql-3.23.56 (Source distribution)
Server: /usr/bin/mysqladmin Ver 8.23 Distrib 3.23.56, for slackware-linux on i386 Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license

Server version 3.23.56-log
Protocol version 10
Connection Localhost via UNIX socket
UNIX socket /var/run/mysql/mysql.sock
Uptime: 2 hours 58 min 35 sec

Threads: 1 Questions: 38 Slow queries: 0 Opens: 14 Flush tables: 1 Open tables: 2 Queries per second avg: 0.004Environment:

<machine, os, target, libraries (multiple lines)>
System: Linux UrsaPro 2.4.20 #4 Mon Mar 17 22:08:41 PST 2003 i686 unknown
Architecture: i686

Some paths: /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/3.2.2/specs
Configured with: ../gcc-3.2.2/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i386-slackware-linux --host=i386-slackware-linux
Thread model: posix
gcc version 3.2.2
Compilation info: CC='i386-slackware-linux-gcc' CFLAGS='-O3 -march=i486 -mcpu=i686' CXX='gcc' CXXFLAGS='-O3 -march=i486 -mcpu=i686 -felide-constructors -fno-exceptions -fno-rtti' LDFLAGS=''
LIBC:
lrwxrwxrwx 1 root root 13 Apr 27 14:44 /lib/libc.so.6 -> libc-2.3.1.so
-rwxr-xr-x 1 root root 1435624 Mar 5 00:57 /lib/libc-2.3.1.so
-rw-r--r-- 1 root root 2425490 Mar 5 00:57 /usr/lib/libc.a
-rw-r--r-- 1 root root 178 Mar 5 00:50 /usr/lib/libc.so
Configure command: ./configure '--prefix=/usr' '--with-mysqld-user=mysql' '--with-unix-socket-path=/var/run/mysql/mysql.sock' '--localstatedir=/var/lib/mysql' '--enable-assembler' '--with-raid' '--without-debug' '--without-readline' '--enable-thread-safe-client' '--without-bench' '--with-extra-charsets=complex' '--program-prefix=' '--program-suffix=' 'i386-slackware-linux' 'CFLAGS=-O3 -march=i486 -mcpu=i686' 'CXXFLAGS=-O3 -march=i486 -mcpu=i686 -felide-constructors -fno-exceptions -fno-rtti' 'CXX=gcc' 'build_alias=i386-slackware-linux' 'host_alias=i386-slackware-linux' 'target_alias=i386-slackware-linux'

--------------2ABCD8BC51CA575D47B206C8
Content-Type: text/plain; charset=us-ascii

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/my***********...ie.nctu.edu.tw
--------------2ABCD8BC51CA575D47B206C8--

Jul 19 '05 #1
0 1367

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Mark Wilson CPU | last post by:
This must be easy, but I'm missing something... I want to execute a Perl script, and capture ALL its output into a PHP variable. Here are my 2 files: -------------------------------------...
0
by: amg | last post by:
--------------2ABCD8BC51CA575D47B206C8 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit --------------2ABCD8BC51CA575D47B206C8 Content-Type: text/plain;...
3
by: edgekaos | last post by:
Is method 2 valid? Method 1: wstring input = L"STRING"; wstring output = input; transform(output.begin(), output.end(), output.begin(), towupper); Method 2: wstring input = L"STRING";...
4
by: Kevin Mansel via .NET 247 | last post by:
Ok, basically this is my problem. I'm building a console app tocall a dos program. So i'm using the Shell command to call theprogram, now depending on what happens, I want to read theoutput that...
24
by: kalamantina | last post by:
#include "stdafx.h" #include <stdio.h> #define output( x ) printf( #x "\r\n" );fflush( stdout ) class CMyBase { public: CMyBase() { output( CMyBase() ); f(*this);
0
by: newbie | last post by:
i'm a newbie of c language. can anyone help me to implement the code so that I can get the ciphertext from the output. thanks. #ifndef _3DES_H #define _3DES_H #ifndef uint8 #define uint8 ...
32
by: spibou | last post by:
Is the output of the C preprocessor deterministic ? What I mean by that is , given 2 compilers which conform to the same standard, will their preprocessors produce identical output given as input...
3
by: MatsL | last post by:
Hi, This is seriously driving me crazy, could anyone explain to me why neither of these doesn't produce XHTML compliant output (it is being called in Render() btw): output.WriteLine("<img...
3
by: undshan | last post by:
I am writing a code that needs to open a file, create an output file, run through my function, prints the results to the output file, and closes them within a loop. Here is my code: #include...
2
by: gabosom | last post by:
Hi! I've been breaking my head trying to get the output variables from my Stored Procedure. This is my SP code CREATE PROCEDURE GetKitchenOrderDetail( @idService int, --outPut Variables ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.