--- 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
--- [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
06/15/2004 01:41 Subject: Re: Tracking Down a Ghost
Database
--- [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
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.
Respectfully,
Shawn Green
Database Administrator
Unimin Corporation - Spruce Pine
--- 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'
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 1) PHP problem,
> 2) MySQL problem, o