- Original Message -
From: "John Doe" <[EMAIL PROTECTED]>
To: "Rhino" <[EMAIL PROTECTED]>
Sent: Sunday, January 15, 2006 6:15 PM
Subject: Re: Weird behaviour of Load Data
Rhino am Sonntag, 15. Januar 2006 23.53:
I'm getting some odd behaviour
I'm getting some odd behaviour from the 'load data' command which I can't
resolve. For some reason, 'load data' is putting a quotation at the end of
the first column of the table
Here is my table definition:
create table if not exists Ref
(ref_name varchar(30) not null,
ref_org varchar(30) not
le to access
> > additional databases matching the wildcard pattern, for example, GRANT
> > ... ON `foo\_bar`.* TO
>
> Michael
>
> Bostjan Skufca (at) domenca.com wrote:
> > Hello
> >
> > I am using MySQL 4.0.18 and i have come accross weird behaviour.
&g
o
I am using MySQL 4.0.18 and i have come accross weird behaviour.
I created the databas and user like this:
CREATE DATABASE dev_project;
GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,REFERENCES,INDEX,ALTER,CREATE
TEMPORARY TABLES,LOCK TABLES ON dev_project.* TO [EMAIL PROTECTED]
IDENTIFIED BY &q
Same for version 3.23.58.
On Monday 01 of March 2004 13:47, Bostjan Skufca (at) domenca.com wrote:
> Hello
>
> I am using MySQL 4.0.18 and i have come accross weird behaviour.
>
> I created the databas and user like this:
> CREATE DATABASE dev_project;
> GRANT SELECT,INSERT
Hello
I am using MySQL 4.0.18 and i have come accross weird behaviour.
I created the databas and user like this:
CREATE DATABASE dev_project;
GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,REFERENCES,INDEX,ALTER,CREATE
TEMPORARY TABLES,LOCK TABLES ON dev_project.* TO [EMAIL PROTECTED
Errno: 1046
Error: No Database Selected
I get this on only one of my sites, on the first query during a
connection only, and actually it is an impossible error.
All sites are driven by db_mysql.inc from PHPLIB. Therefore,
everything is totally automatic, no chance to omit the database
name durin