<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
I finally decided that my hangup problem was due to the old
installation of mysql that I couldn't seem to completely strip from the
system. I re-installed the operating system and did  a desktop only
installation. I then used XAMPP to create the web site. I loaded up
Drupal and everything works fine.  Tip:  don't leave an old copy of
MySQL on your system. It can screw everything up.<br>
<br>
Thanks everyone.<br>
<br>
Gary  R.<br>
<br>
On 09/20/2010 12:45 PM, Maurice Mengel wrote:
<blockquote
 cite="mid:AANLkTing81hkzxEB_ZhSDfn2tKrnrk+EW+gtHaY7pgGh@mail.gmail.com"
 type="cite">After successfully running thru the update.php, drupal
should have created many tables inside the database. If it didn't,
something is wrong. Usually drupal tells me if it has any kind of
problem with the database setup during this step, but from what you
say, it didn't complain. Hence a strange error.
  <div><br>
  </div>
  <div>I still guess it's due to the database rights. INSTALL.mysql.txt
says you need GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP,
INDEX, ALTER for your database drupal and your user. I avoid phpmysql
admin, so I don't know how exactly to do this best with this tool. I
don't know what "All, Grant" means exactly. Does it really mean grant
all rights? Are you sure you are looking in the right db? Maybe need to
flush privileges? Are you sure you are looking at the right db? From
what you said earlier it seems you called it "drupal".</div>
  <div><br>
  </div>
  <div>I think you are almost there and the next time it will be easier!</div>
  <div><br>
  </div>
  <div>best</div>
  <div>Maurice</div>
  <div><br>
  </div>
  <div>
  <div><br>
  <br>
  <div class="gmail_quote">On Mon, Sep 20, 2010 at 2:48 PM, Gary Roach <span
 dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:gary719_list1@verizon.net" target="_blank">gary719_list1@verizon.net</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">Reply to Maurice:<br>
    localhost/index.php -&gt; XAMPP Welcome Page<br>
    localhost/drupal/index.php -&gt; Drupal Setup Page (same as with
localhost/drupal)<br>
    <br>
    phpmyadmin shows that the drupal database exists and has "All,
Grant" privileges. MySQL is the same. The database engine should be
wide open. <b>No tables were created by drupal setup.</b> This seems
to conform to the requirements of the references.<br>
    <br>
Gary R.
    <div>
    <div><br>
    <br>
    <br>
    <br>
On 09/20/2010 11:04 AM, Maurice Mengel wrote:
    <blockquote type="cite">
      <div>A couple of questions come to mind</div>
      <ul>
        <li>What do you get if go to <a moz-do-not-send="true"
 href="http://localhost/index.php" target="_blank">http://localhost/index.php</a>
or <a moz-do-not-send="true" href="http://localhost/drupal/index.php"
 target="_blank">http://localhost/drupal/index.php</a> in our browser?
(Assuming that you use standard port 80, local host and, possibly, as
the url you provide suggests, drupal as a subdirectory in server root.) </li>
        <li>If you look at database thru phpmyadmin you should be able
to verify that database got populated with many tables. Right?</li>
        <li>Did you set the necessary rights for database user and
database? I think they are listed in INSTALL.TXT, or on d.o: <a
 moz-do-not-send="true"
 href="http://drupal.org/getting-started/6/install/create-database"
 target="_blank">http://drupal.org/getting-started/6/install/create-database</a></li>
      </ul>
      <div>Maybe you just have a look at INSTALL.TXT.</div>
      <div><br>
      </div>
      <div>best</div>
      <div>maurice</div>
      <div><br>
      </div>
      <div><br>
      </div>
      <br>
      <div class="gmail_quote">On Mon, Sep 20, 2010 at 1:10 PM, Gary
Roach <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:gary719_list1@verizon.net" target="_blank">gary719_list1@verizon.net</a>&gt;</span>
wrote:<br>
      <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
        <div bgcolor="#ffffff" text="#000000">I took Neal Adairs advice
and used the tar.gz file. I also ripped out the old installation and
re-installed using XAMPP. Everything went smoothly with all of the
installation going into a new /opt directory. I used phpmyadmin to
create a "me" user and a "drupal" database. I then ran <a
 moz-do-not-send="true" href="http://localhost/drupal" target="_blank">http://localhost/drupal</a>.
Everything progressed in an orderly manner until I got to the "Setup
Database" item. I filled in the required data and punched "Save and
Continue."  The browser flashed done, the blank form returned with no
error messages but drupal didn't go to "Install Site". I repeated this
a couple of times with the same results. Any suggestions.<br>
        <br>
Thanks everyone for your support.<br>
        <br>
Gary R.<br>
        <br>
        <blockquote type="cite">
          <div>
          <div class="gmail_quote">
          <div>On Sun, Sep 19, 2010 at 11:59 PM, Gary Roach <span
 dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:gary719_list1@verizon.net" target="_blank">gary719_list1@verizon.net</a>&gt;</span>
wrote:<br>
          </div>
          <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
            <div bgcolor="#ffffff" text="#000000">
            <div>I am trying to get a Debian Linux, Apache2, MySQL,
PHP5 system going. All of the instructions that I find assume that I am
installing from a tar file or some such. Debian installs everything,
including the config files, automatically. The Dbian installation
differs significantly from the documentation. I finally got Apache2,
MySQL and  /drupal6/install.php running but immediately got the
install.php error shown below.<br>
            <br>
            </div>
            <div>
            <div><font color="#ff0000">In your <em>./sites/default/settings.php</em>
file you have configured Drupal to use a <em></em>server, however your
PHP installation currently does not support this database type.</font></div>
            </div>
            <div>
            <p>Please check the error messages and <a
 moz-do-not-send="true"
 href="http://cruncher/drupal6/install.php?profile=default"
 target="_blank">try again</a>.<br>
            </p>
            <div>
            <p>When I finally found settings.php, the file had been
automatically generated by the .deb installation script. There is
nothing obviously wrong with it. Debian notes say to use install.php at
this point to populate the data tables. Obviously this is not going to
happen until the above error is fixed. <br>
            </p>
            <p>Any suggestions.<br>
            </p>
            <p>Gary R.<br>
            </p>
            </div>
            </div>
            </div>
            <br>
            <div>--<br>
[ Drupal support list | <a moz-do-not-send="true"
 href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a>
]<br>
            </div>
          </blockquote>
          </div>
          <br>
          </div>
        </blockquote>
        </div>
        <br>
--<br>
[ Drupal support list | <a moz-do-not-send="true"
 href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a>
]<br>
      </blockquote>
      </div>
      <br>
    </blockquote>
    </div>
    </div>
    </div>
    <br>
--<br>
[ Drupal support list | <a moz-do-not-send="true"
 href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a>
]<br>
  </blockquote>
  </div>
  <br>
  </div>
  </div>
</blockquote>
</body>
</html>