View Single Post
  #1 (permalink)  
Old September 24th, 2003, 02:41 PM
cbright cbright is offline
Registered User
 
Join Date: Sep 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Beginning JSP 2.0 cannot get code to work

i am trying to execute the statement below that I got from on page 102 #2. in the middle of the page

mysql>grant all privileges on catalog.*
    ->to catalogDBA@localhost
    ->identified by 'wrox';

error 1044 access denied for user: '@localhost' to database 'catalog'

Charlie Bright
All's well that ends before SNL.
Reply With Quote