473,581 Members | 2,497 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

output from mysqlbug

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

--------------2ABCD8BC51CA575 D47B206C8
Content-Type: text/plain; charset=us-ascii;
name="dead.mysq lbug"
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.mys ql.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*****@bellso uth.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=comple x' '--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=i3 86-slackware-linux' 'host_alias=i38 6-slackware-linux' 'target_alias=i 386-slackware-linux'

--------------2ABCD8BC51CA575 D47B206C8
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
--------------2ABCD8BC51CA575 D47B206C8--

Jul 19 '05 #1
0 1382

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

Similar topics

4
8128
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: ------------------------------------- test3.pl ------------------------------------- print "PERL Hello from Perl! (plain print)<br>\n"; print STDERR "PERL This is text sent to STDERR<br>\n";...
0
557
by: amg | last post by:
--------------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
3
2777
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"; wstring output;
4
15058
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 this program returns. I'm just missing the stepshere. I know that I can set the Shell command to an integer,but this only returns a 0 to me telling me...
24
2678
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
2059
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 unsigned char #endif
32
2761
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 the same file ? If not then how much variation is allowed ? Is it just a bit more or less white space here and there or could could there be larger...
3
2615
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 src=\"" + vars + " />"); output.AddAttribute(HtmlTextWriterAttribute.Src, (string)vars); output.RenderBeginTag(HtmlTextWriterTag.Img);
3
4651
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 <stdlib.h> #include <stdio.h> #include <math.h> #include <string.h> #include "util.h" //Main Loop
2
3368
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 @idUser int OUTPUT,
0
7792
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8304
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7899
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8175
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6553
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3827
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2301
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1403
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1138
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.