Re: Weird behaviour of Load Data

2006-01-15 Thread Rhino
- 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

Weird behaviour of Load Data

2006-01-15 Thread Rhino
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

Re: Weird behaviour

2004-03-01 Thread Bostjan Skufca (at) domenca.com
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

Re: Weird behaviour

2004-03-01 Thread Michael Stassen
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

Re: Weird behaviour

2004-03-01 Thread Bostjan Skufca (at) domenca.si
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

Weird behaviour

2004-03-01 Thread Bostjan Skufca (at) domenca.com
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

No Database Selected /weird behaviour

2001-08-03 Thread Werner Stuerenburg
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