Date: 11/30/01
- Next message: Dan McCullough: "Re: [PHP] SMS"
- Previous message: Dan McCullough: "Re: [PHP] SMS"
- In reply to: sgibbs <email protected>: "[PHP] How to work with MySQL tables WITHOUT telnet, SSH or PhpMyAdmin"
- Next in thread: Dan McCullough: "Re: [PHP] How to work with MySQL tables WITHOUT telnet, SSH or PhpMyAdmin"
- Reply: Dan McCullough: "Re: [PHP] How to work with MySQL tables WITHOUT telnet, SSH or PhpMyAdmin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 15:19 -0500 30-11-01, sgibbs <email protected> wrote:
> Our web host does not support telnet or SSH for its clients and is not
> interested in working with PhpMyAdmin at the moment (I think I need their
> assistance if I want to use PhpMyAdmin, right?). Is this rather typical of
> web hosts?
You do not need their assistance to use phpMyAdmin - it's just
another php site. All you need to do is edit its config file, where
you enter the database names, usernames and passwords for all your
databases. You can then choose a database from the phpMyAdmin "home
page".
The only limitation is I believe is that to create new databases,
you'll have to have "create" rights on the username for one of the
databases you set up, and choose that database in phpMyAdmin before
creating the new database with SQL.
Sverre
-- <disclaimer> I speak for myself only! </disclaimer> "to be yourself, in a world that tries, night and day, to make you just like everybody else - is to fight the greatest battle there ever is to fight, and never stop fighting" -- e.e. cummings-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Dan McCullough: "Re: [PHP] SMS"
- Previous message: Dan McCullough: "Re: [PHP] SMS"
- In reply to: sgibbs <email protected>: "[PHP] How to work with MySQL tables WITHOUT telnet, SSH or PhpMyAdmin"
- Next in thread: Dan McCullough: "Re: [PHP] How to work with MySQL tables WITHOUT telnet, SSH or PhpMyAdmin"
- Reply: Dan McCullough: "Re: [PHP] How to work with MySQL tables WITHOUT telnet, SSH or PhpMyAdmin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

