Re: [gentoo-user] [OT] Rusty on MySQL specifics

2009-04-14 Thread Mick
On Monday 13 April 2009, Alan McKinnon wrote: On Monday 13 April 2009 23:42:08 kashani wrote: Alan McKinnon wrote: Not at all. What you are seeing when pressing the up arrow is not commands stored by MySQl, but commands stored by your shell. It's complex to explain, so bear with me:

[gentoo-user] [OT] Rusty on MySQL specifics

2009-04-13 Thread Mick
Hi All, I am not sure if I am alarming myself unnecessarily, but this is what I observed: Login as e.g. mick; (this is a unix acccount) mysql -u root -p Enter password: XX mysql GRANT ALTER, CREATE, CREATE TEMPORARY TABLES, CREATE VIEW, INDEX, INSERT, SELECT, UPDATE ON database1.* TO

Re: [gentoo-user] [OT] Rusty on MySQL specifics

2009-04-13 Thread Etaoin Shrdlu
On Monday 13 April 2009, 22:10, Mick wrote: Hi All, I am not sure if I am alarming myself unnecessarily, but this is what I observed: Login as e.g. mick; (this is a unix acccount) mysql -u root -p Enter password: XX mysql GRANT ALTER, CREATE, CREATE TEMPORARY TABLES, CREATE VIEW,

Re: [gentoo-user] [OT] Rusty on MySQL specifics

2009-04-13 Thread Alan McKinnon
On Monday 13 April 2009 22:10:20 Mick wrote: Hi All, I am not sure if I am alarming myself unnecessarily, but this is what I observed: Login as e.g. mick; (this is a unix acccount) mysql -u root -p Enter password: XX mysql GRANT ALTER, CREATE, CREATE TEMPORARY TABLES, CREATE VIEW,

Re: [gentoo-user] [OT] Rusty on MySQL specifics

2009-04-13 Thread kashani
Alan McKinnon wrote: On Monday 13 April 2009 22:10:20 Mick wrote: Hi All, I am not sure if I am alarming myself unnecessarily, but this is what I observed: Login as e.g. mick; (this is a unix acccount) mysql -u root -p Enter password: XX mysql GRANT ALTER, CREATE, CREATE TEMPORARY

Re: [gentoo-user] [OT] Rusty on MySQL specifics

2009-04-13 Thread Alan McKinnon
On Monday 13 April 2009 23:42:08 kashani wrote: Alan McKinnon wrote: Not at all. What you are seeing when pressing the up arrow is not commands stored by MySQl, but commands stored by your shell. It's complex to explain, so bear with me: I don't know about complicated. cd more