Hi

Yes and No :/

It all depends on the priviledges setup within the MySQL Server. More
information is in the manual at :

http://www.mysql.com/doc/P/r/Privileges.html

If you have a shell account and appropriate MySQL login then you can
maintain your database through shell and use the mysql client installed on
that machine.

You might also want to look at using the mysql client with the --host option
to specify a remote host instead of localhost if your remote host allows
login from anywhere.

BTW: phpMyAdmin does work really well if you're allowed to install it.

Regards


Girish
--
www.girishnath.co.uk


----- Original Message -----
From: "Ben Clumeck" <[EMAIL PROTECTED]>
To: "Girish Nath" <[EMAIL PROTECTED]>
Sent: Tuesday, January 29, 2002 1:51 AM
Subject: RE: [PHP] MySQL Newbie


I am under the understanding that anyone who has shell can access my
database and view all information.  Is this true?

Can I use shell to access my database?

Thanks,

Ben

-----Original Message-----
From: Girish Nath [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 28, 2002 5:00 PM
To: Ben Clumeck
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] MySQL Newbie


Hi

If you haven't got shell access but have a PHP enabled webserver then you
could try and install phpMyAdmin:

http://www.phpwizard.net/projects/phpMyAdmin/

Regards


Girish
--
www.girishnath.co.uk



----- Original Message -----
From: "Ben Clumeck" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 28, 2002 10:49 PM
Subject: [PHP] MySQL Newbie


How do I use MySQL through the web.  I currently have MySQL running on my
personal PC on WinXP.  I use a command prompt to add tables, add records,
and so forth.  How do I create tables and records when my database is on the
web?

Thanks,

Ben


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to