Re: Filesystem choice

2012-02-07 Thread Sameh Attia
-statement.html http://www.enterprisestorageforum.com/storage-technology/the-future-of-storage-devices-and-tiering-software.html http://www.enterprisestorageforum.com/storage-hardware/linux-file-system-fsck-testingthe-results-are-in.html Regards Sameh Attia -- - Failure is not an option

Using Open Source Database

2009-08-27 Thread Sameh Attia
database and which to use Oracle. Then migrate these applications to the new open source database. Part of this exercise is a financial exercise on the savings resulting from this transformation (CAPEX OPEX). So do you have any pointers, case studies, and so on? Regards Sameh Attia -- - Failure

Re: query only returns one row

2003-01-08 Thread Sameh Attia
); $result = mysql_query(SELECT * FROM NAMES_TBL,$db); while ($row = mysql_fetch_array ($result)) { printf(DBID: %sbr\n, $row[DBID]); printf(First Name: %sbr\n,$row[FIRST_NAME]); printf(Last Name: %sbr\n, $row[LAST_NAME]); } ? -- Sameh Attia Senior System

[OT] Re: InnoDB vs. MySQL performance Issue

2003-01-08 Thread Sameh Attia
there will be no more pigs and monkeys in our lands. -- Sameh Attia Senior System Engineer T.E. Data -- __ __ _ _ _/ /_/ /_(_)___ _ / ___/ __ `/ __/ __/ / __ `/ (__ ) /_/ / /_/ /_/ / /_/ / //\__,_/\__/\__/_/\__,_/ She who is in my mind and mouth, I love her with all my

Re: InnoDB vs. MySQL performance Issue

2003-01-06 Thread Sameh Attia
Sam Przyswa wrote: Sameh Attia ([EMAIL PROTECTED]) écrivait: She who is in my mind and mouth, I love her with all my heart and blood We'll restore OUR Palestine Did you know a democratic country named ISRAEL created in 1948 ? How do u define democratic? country? Israel? created

Re: InnoDB vs. MySQL performance Issue

2003-01-06 Thread Sameh Attia
Sameh Attia wrote: Hi, I have a system running MySQL 3.23.41. I read many times about InnoDB performance and that it is superior to the MyISAM one. I have a table 'sessions' in a MyISAM format with about 20 milion records. Its size is 2.5 GB; the index file is 1.1 GB. In mysql client I

Re: InnoDB vs. MySQL performance Issue

2003-01-06 Thread Sameh Attia
Sam Przyswa wrote: Sameh Attia ([EMAIL PROTECTED]) écrivait: Sam Przyswa wrote: Sameh Attia ([EMAIL PROTECTED]) écrivait: She who is in my mind and mouth, I love her with all my heart and blood We'll restore OUR Palestine Did you know a democratic country named ISRAEL created

Re: InnoDB vs. MySQL performance Issue

2003-01-06 Thread Sameh Attia
, Gelu _ G.NET SOFTWARE COMPANY Permanent e-mail address : [EMAIL PROTECTED] [EMAIL PROTECTED] - Original Message - From: Sam Przyswa [EMAIL PROTECTED] To: Sameh Attia [EMAIL PROTECTED]; MySQL List

Re: InnoDB vs. MySQL performance Issue

2003-01-06 Thread Sameh Attia
] [EMAIL PROTECTED] Ive already done that. I asked about a solution to my problem. -- Sameh Attia Senior System Engineer T.E. Data

Re: InnoDB vs. MySQL performance Issue

2003-01-06 Thread Sameh Attia
_ G.NET SOFTWARE COMPANY Permanent e-mail address : [EMAIL PROTECTED] [EMAIL PROTECTED] Ive already done that. I asked about a solution to my problem. -- Sameh Attia Senior System Engineer T.E. Data

InnoDB vs. MySQL performance Issue

2003-01-05 Thread Sameh Attia
anyone point me? Regards -- Sameh Attia Senior System Engineer T.E. Data -- __ __ _ _ _/ /_/ /_(_)___ _ / ___/ __ `/ __/ __/ / __ `/ (__ ) /_/ / /_/ /_/ / /_/ / //\__,_/\__/\__/_/\__,_/ She who is in my mind and mouth, I love her with all my heart and blood We'll

Re: hebrew/arabic language

2002-07-25 Thread Sameh Attia
it is capable Regards -- Sameh Attia Senior System Engineer T.E. Data -- __ __ _ _ _/ /_/ /_(_)___ _ / ___/ __ `/ __/ __/ / __ `/ (__ ) /_/ / /_/ /_/ / /_/ / //\__,_/\__/\__/_/\__,_/ - Before posting

Re: CREATE FUNCTION

2002-07-16 Thread Sameh Attia
authorised f3 and so on Regards Sameh -- Sameh Attia Senior System Engineer T.E. Data

CREATE FUNCTION

2002-07-14 Thread Sameh Attia
Hi, Can anybody help me figuring how to control granting users permissions to created functions in MySQL like we do for SELECT, INSERT, ...etc or it is not possible and every one logged in to MySQL could simply use them like any other native function? Regards -- Sameh Attia Senior System

Re: CREATE FUNCTION

2002-07-14 Thread Sameh Attia
Veysel Harun Sahin wrote: http://www.mysql.com/doc/P/r/Privileges.html Sameh Attia wrote: Hi, Can anybody help me figuring how to control granting users permissions to created functions in MySQL like we do for SELECT, INSERT, ...etc or it is not possible and every one logged