On 15-Feb-2003 Jocelyn Fournier wrote:
> Hi,
>
> AFAIK, Aux is indeed a special filename in Windows (if I execute Aux under
> the W2K console, it opens the "open with" window).
>
MS-DOS, actually.
Unix has 3 pre-defined file streams: stdin, stdout, and stderr.
MS-DOS has the same three, plus t
Paul, Pedro,
>>INSERT INTO Aux VALUES
>>(100.00),(100.11),(100.00),(100.22),(101.00),(102.00);
> It works fine on Unix. Is "Aux" a special filename in Windows?
Good guess! Here's what I get:
C:\mysql\bin>echo hallo > aus
C:\mysql\bin>echo hallo > aux
Zugriff verweigert
This is "access denied
ocelyn
> - Original Message -
> From: "Pedro Vasconcelos" <[EMAIL PROTECTED]>
> To: "Paul DuBois" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Saturday, February 15, 2003 6:20 PM
> Subject: Re: Report a bug
>
>
> > > It wo
ROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, February 15, 2003 6:20 PM
Subject: Re: Report a bug
> > It works fine on Unix. Is "Aux" a special filename in Windows?
> Not that i am aware of.
> Maybe you should try this on Windows. I could be just a problem on
> It works fine on Unix. Is "Aux" a special filename in Windows?
Not that i am aware of.
Maybe you should try this on Windows. I could be just a problem on
windows version.
Thanks.
On Sat, 15 Feb 2003, Paul DuBois wrote:
> At 18:10 + 2/15/03, Pedro Vasconcelos wrote:
> >The NameOfFile.s
At 18:10 + 2/15/03, Pedro Vasconcelos wrote:
The NameOfFile.sql contains:
#
# Table structure for table 'Aux'
#
DROP TABLE IF EXISTS Aux;
CREATE TABLE Aux (
PrecoBase decimal(40,2) default NULL
) TYPE=MyISAM;
#
# Dumping data for table 'Aux'
#
LOCK TABLES Aux WRITE;
INSERT INTO Aux VALUE
The NameOfFile.sql contains:
#
# Table structure for table 'Aux'
#
DROP TABLE IF EXISTS Aux;
CREATE TABLE Aux (
PrecoBase decimal(40,2) default NULL
) TYPE=MyISAM;
#
# Dumping data for table 'Aux'
#
LOCK TABLES Aux WRITE;
INSERT INTO Aux VALUES
(100.00),(100.11),(100.00),(100.22),(101.00),(10
At 17:44 + 2/15/03, Pedro Vasconcelos wrote:
if you have a file NameOfFile.sql where you have a table named Aux and you
try to create it using:
mysql -u USER -p DATABASE
I have no problem creating a table named Aux, there's probably something
wrong with the statement other than the table n
if you have a file NameOfFile.sql where you have a table named Aux and you
try to create it using:
mysql -u USER -p DATABASE http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e
Hi Benjamin,
> > INSERT INTO mysql.db VALUES
> > ('%','xyz00_%','xyz00','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
>
> Has the second line anything to do with the behaviour? It shouldn't as
> you use "xyz00" below and user field will match only the user name
> 'xyz00_%'.
nope, has nothing to do
Hi.
On Sat, Feb 16, 2002 at 07:47:57AM +0100, [EMAIL PROTECTED] wrote:
> Hi mysql list members,
>
> Meanwhile I am pretty sure that this strange behaviour is a bug. But
> obviously I am blind. Where can mysql bugs be reportet?
http://www.mysql.com/doc/B/u/Bug_reports.html
> The strange behavio
Hi mysql list members,
Meanwhile I am pretty sure that this strange behaviour is a bug. But
obviously I am blind. Where can mysql bugs be reportet?
The strange behaviour is (I asked about it yestereday):
We use the following statements to setup users and rigts for a mysql
server which is access
12 matches
Mail list logo