Re: basic mysql setup

2004-05-16 Thread Scott Haneda
on 05/16/2004 01:15 AM, bruce at [EMAIL PROTECTED] wrote: > but this brings to mind a question. is it possible to have multiple users > accessing the phpMyAdmin app, with each having different access rights for > different databases/tables...?? Yes, that's exactly what it does, you basically assi

RE: basic mysql setup

2004-05-16 Thread bruce
and what the h*^* are you doing up at this time of night!! thanks... -Original Message- From: Scott Haneda [mailto:[EMAIL PROTECTED] Sent: Sunday, May 16, 2004 12:51 AM To: MySql Subject: Re: basic mysql setup on 05/16/2004 12:52 AM, bruce at [EMAIL PROTECTED] wrote: > > i&#

Re: basic mysql setup

2004-05-16 Thread Scott Haneda
on 05/16/2004 12:52 AM, bruce at [EMAIL PROTECTED] wrote: > > i'm running rh 8.0 with mysql on a test system. i'm relatively new to the > admin functions of mysql. another person setup the mysql on the system. > > in reviewing the setup, it appears that mysql was setup with using root, and > the

Re: Basic MySQL setup question

2002-08-01 Thread Jeremy Zawodny
On Fri, Aug 02, 2002 at 10:41:12AM +0800, Kenneth Gomez wrote: > Dear All, > > My web host provider says that he cannot allow me to have a MySQL account > on the server. However, he asks me to set up my tables offline and ftp them > across and asses them using Php. > > Can this be done? Yes.

Re: Basic MySQL setup question

2002-08-01 Thread Bhavin Vyas
Yes, Install mysql on a local box (same OS as your provider and preferably the same MySql version), create and populate your tables and then FTP the files that reside in the mysql data directory. There will be 3 files associated with each table .MYD (Data file) .MYI (Index file) .frm (schema/descr