Re: iam new bee to mysql

2009-09-30 Thread F.A.I.Z.A.L
t; Sent: Wednesday, September 30, 2009 11:11 AM > To: John Daisley > Cc: mysql@lists.mysql.com > Subject: Re: iam new bee to mysql > > Hi > > 1. can you please explain me about mysql 5 architecture and background > process.. > > You need to read the manual for this. Sta

Re: iam new bee to mysql

2009-09-30 Thread F.A.I.Z.A.L
hi tonies.. you mistaken me. I am exploring many forums and discussion. these questions are only my doubts. iam started to explore mysql.com. but i need some quick inputs to complete my task. if u or anyone experienced in mysql can answer this because iam sitting in urgent task. anyways thanks f

RE: iam new bee to mysql

2009-09-30 Thread John Daisley
Basic answers under each of your questions below -Original Message- From: F.A.I.Z.A.L Sent: Wednesday, September 30, 2009 11:11 AM To: John Daisley Cc: mysql@lists.mysql.com Subject: Re: iam new bee to mysql Hi 1. can you please explain me about mysql 5 architecture and background

Re: iam new bee to mysql

2009-09-30 Thread Martijn Tonies
Hello Faizal, no, i don't see this portal before. You didn't see " www.mysql.com " before? Geesh... for my quick view, can u please answer my question in previous email.. I fail to see why I should answer if you don't even bother to look up these things yourself in about 5 minutes... Is yo

Re: iam new bee to mysql

2009-09-30 Thread F.A.I.Z.A.L
hi tonies no, i don't see this portal before. for my quick view, can u please answer my question in previous email.. thanks for ur link.. Best Regards Faizal S GSM : 9840118673 Blog: http://oradbapro.blogspot.com On Wed, Sep 30, 2009 at 3:46 PM, Martijn Tonies wrote: > Hi, > > 1. can you ple

Re: iam new bee to mysql

2009-09-30 Thread Martijn Tonies
Hi, 1. can you please explain me about mysql 5 architecture and background process.. 2. how to create a schema in mysql 3. is there anything like tablespace in oracle.. 4. if yes, how to create tablespace. 5. how is storage system in mysql. in oracle, tablespace->segment->extend->block,

Re: iam new bee to mysql

2009-09-30 Thread F.A.I.Z.A.L
Hi 1. can you please explain me about mysql 5 architecture and background process.. 2. how to create a schema in mysql 3. is there anything like tablespace in oracle.. 4. if yes, how to create tablespace. 5. how is storage system in mysql. in oracle, tablespace->segment->extend->block, i

RE: iam new bee to mysql

2009-09-30 Thread John Daisley
If you have a mysql username/password you can start mysql client from the command line and log in like so mysql -uusername -ppassword Where username is your username and password is your password. Once logged in you can issue the command Show variables like 'datadir%'; This will tell you wher