mysql web-based admin tool?

2002-01-29 Thread Ed Lazor
I used to use some php scripts that allowed me to work on my database. I'm trying to find them again... anyone know what they might have been called or where to find them? -Ed - Before posting, please check:

Re: mysql web-based admin tool?

2002-01-29 Thread Ferhat Can
Hi, The most widely used tool to reach MySQL over PHP is phpMyAdmin. You can obtain it from http://www.phpwizard.net/projects/phpMyAdmin/ - Original Message - From: Ed Lazor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 5:53 PM Subject: mysql web-based admin

Re: mysql web-based admin tool?

2002-01-29 Thread Matthias Blaser
Hi, On Tuesday 29 January 2002 16:53, Ed Lazor wrote: I used to use some php scripts that allowed me to work on my database. I'm trying to find them again... anyone know what they might have been called or where to find them? -Ed Maybe it's phpMyAdmin... http://phpmyadmin.sf.net/ Regards,

RE: mysql web-based admin tool?

2002-01-29 Thread Gurhan Ozen
Phpmyadmin is pretty good for what you ar elooking for. You can find it at: http://www.phpwizard.net/projects/phpMyAdmin/ Gurhan -Original Message- From: Ed Lazor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 10:54 AM To: [EMAIL PROTECTED] Subject: mysql web-based admin

R: mysql web-based admin tool?

2002-01-29 Thread Riccardi Moreno
You could find a useful tool at http://www.phpwizard.net/projects/phpMyAdmin/ Hy Moreno -Messaggio originale- Da: Ed Lazor [mailto:[EMAIL PROTECTED]] Inviato: martedi 29 gennaio 2002 16.54 A: [EMAIL PROTECTED] Oggetto: mysql web-based admin tool? I used to use some php scripts

Re: mysql web-based admin tool?

2002-01-29 Thread John McConnell
Ed, Have you checked out phpMyAdmin? It can be downloaded at: http://phpwizard.net/projects/phpMyAdmin/ I use it with all my clients and it's great! For when I want a bit more control I Telnet, but most of the time I use this to help my with my databases. I used to use some php scripts

Re: web based admin?

2001-02-22 Thread John Jensen
Do you have a remote server? Do you have a lot of data to enter into your database? Ask yourself: Would you rather preface each and every insert with "INSERT [data] INTO [table.column] ...", than enter data by filling in blanks in a webform. Do you want to correct typos or otherwise

Re: web based admin?

2001-02-21 Thread Ed Carp
John Jensen ([EMAIL PROTECTED]) writes: Do you have a remote server? Do you have a lot of data to enter into your database? Ask yourself: Would you rather preface each and every insert with "INSERT [data] INTO [table.column] ...", than enter data by filling in blanks in a

Re: web based admin?

2001-02-21 Thread John Jensen
Yes, I tried that too. It is certainly better than working directly in the command line, but you still have to watch your formatting very carefully. I still say a good GUI is the best way to go for data entry and updates. Besides, I have found telnet to mysql insecure and I got stumped trying

web based admin?

2001-02-20 Thread ited
why do [would] you want to *admin* MySQL over the web (say, with phpMyAdmin)? (this will help me to learn :) tia - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Antwort: web based admin?

2001-02-20 Thread alexander . skwar
On 20.02.2001 10:08:18 ited wrote: why do [would] you want to *admin* MySQL over the web (say, with phpMyAdmin)? Because especially phpMyAdmin allows me to nicely see what's in the database and administer it? Hmm, I know, questions should not be answered by questions, but why would you