I know this must be a simple issue and maybe I am asking it in the
wrong place, so if the latter is the case, please direct me to the
correct place.

I am getting my feet wet with MySQL.  I have installed running on
WhiteBox linux and have created a datebase with one table and put some
date in it.  All seems to work fine form the the command line.

I am now trying to connect throw a browser on a different workstation
using PHP.  I seem to be able to connect ok.  I can select the "test"
database that ships with MySQL but  when I try to select the database
I created the select fails.

I am guessing this is some kind of premissions issue, that I am not
understanding yet.

I have looked some at the db table i the mysql database and I see this -

host | user   |  db
------------------------------------
%    |           | mynewdb
%    | mysql | mynewdb
%    |           | test
%    |           | test\_%

Where do I need to be looking to see the problem and better yet,
understanding the problem.

Thanks for the help.

Charles

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to