RE: Tracking Down a Ghost Database

2004-06-15 Thread David Blomstrom
--- Eve Atley <[EMAIL PROTECTED]> wrote: > > I noticed the answer from Shawn Green, and wanted to > let you know that I, > too, find the manual a bit too technical. > > I use PhpMyAdmin with great success. You want to go > into the SQL tab in the > main window, and hand-type a basic query in that

Re: Tracking Down a Ghost Database

2004-06-15 Thread David Blomstrom
--- [EMAIL PROTECTED] wrote: > > David, > > I am sorry but I have never used phpMyAdmin. I don't > know what it can and > cannot do. > > What I am referring to as "the client" is the > command-line interface tool > that comes bundled with MySQL. If you are going to > do any serious MySQL > datab

Re: Tracking Down a Ghost Database

2004-06-15 Thread SGreen
06/15/2004 01:41 Subject: Re: Tracking Down a Ghost Database

Re: Tracking Down a Ghost Database

2004-06-15 Thread David Blomstrom
--- [EMAIL PROTECTED] wrote: > > David, > > Try writing your queries to the screen (or as > comments into your HTML) then > running those queries *manually* from the MySQL > client. You should be able > to spot your design or logic errors pretty quickly. Thanks. I still haven't learned how to d

Re: Tracking Down a Ghost Database

2004-06-15 Thread SGreen
: Fax to: 06/14/2004 06:51 Subject: Tracking Down a Ghost Database

Re: Tracking Down a Ghost Database

2004-06-14 Thread David Blomstrom
--- Martin Gainty <[EMAIL PROTECTED]> wrote: > What happens if you > SELECT DATABASE(); > ??? Nothing. However, I've been tweaking this and that, and everything suddenly started working again. I THINK it was a problem in my PHP after all, and there were no error messages because my script doesn'

Re: Tracking Down a Ghost Database

2004-06-14 Thread Martin Gainty
What happens if you SELECT DATABASE(); ??? -M - Original Message - From: "David Blomstrom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 14, 2004 6:51 PM Subject: Tracking Down a Ghost Database > I'm not sure if I'm wrestling with a

Tracking Down a Ghost Database

2004-06-14 Thread David Blomstrom
I'm not sure if I'm wrestling with a 1) PHP problem, 2) MySQL problem, or 3) operator error. I have a really a page with a really nice script for querying my database. I've previewed a variety of pages, and everything was working fine. Suddenly, everything went dead. My pages still preview correc