hi guyz
(pardon me fo this loong mail)

my mysql s runnin finally
accepting my user login n all thank heavens

now i m havin a bit of a prob with php myadmin

i found a backup of my last configuartion n i ve copied it on (since the new 
one just wouldn work with me)

im gettin all these errors
when i click on my sirDb database i get the error :


----------------------------------------------------
Error
SQL-query :
SHOW TABLE STATUS FROM `sirDb`
MySQL said:
Access denied for user: 'sir@localhost' to database 'sirDb'
-----------------------------------


all though i CAN login thru these but it aint letting me even select a row 
from any table
and when i try to access any user(thru php myadmin):


-----------------------------------
Warning: mysql_result(): supplied argument is not a valid MySQL result 
resource in e:\final project\zroot\myadmin\user_details.php on line 989

Warning: Cannot add header information - headers already sent by (output 
started at e:\final project\zroot\myadmin\user_details.php:989) in e:\final 
project\zroot\myadmin\libraries\ob.lib.php on line 53

Warning: Cannot add header information - headers already sent by (output 
started at e:\final project\zroot\myadmin\user_details.php:989) in e:\final 
project\zroot\myadmin\header.inc.php on line 19

Warning: Cannot add header information - headers already sent by (output 
started at e:\final project\zroot\myadmin\user_details.php:989) in e:\final 
project\zroot\myadmin\header.inc.php on line 20

Warning: Cannot add header information - headers already sent by (output 
started at e:\final project\zroot\myadmin\user_details.php:989) in e:\final 
project\zroot\myadmin\header.inc.php on line 21

Warning: Cannot add header information - headers already sent by (output 
started at e:\final project\zroot\myadmin\user_details.php:989) in e:\final 
project\zroot\myadmin\header.inc.php on line 22

Warning: Cannot add header information - headers already sent by (output 
started at e:\final project\zroot\myadmin\user_details.php:989) in e:\final 
project\zroot\myadmin\header.inc.php on line 23

Warning: Cannot add header information - headers already sent by (output 
started at e:\final project\zroot\myadmin\user_details.php:989) in e:\final 
project\zroot\myadmin\header.inc.php on line 25

Any host - Any user
Error
MySQL said:
No user(s) found.
-----------------------------------


and i HAVE these two users && their separate databases aswell

now when i ran this thing fo the first time it worked showd me both my users 
and their privileges (ive given em both ALL )
but now its beyond me to figure whats rong with it


here r lines 18 thru to 28 of header.inc.php


--------------------------------------------------------------------
// Don't use cache (required for Opera)
$now = gmdate('D, d M Y H:i:s') . ' GMT';
header('Expires: 0'); // rfc2616 - Section 14.21
header('Last-Modified: ' . $now);
header('Cache-Control: no-store, no-cache, must-revalidate'); // HTTP/1.1
header('Cache-Control: pre-check=0, post-check=0, max-age=0'); // HTTP/1.1
header('Pragma: no-cache'); // HTTP/1.0
// Define the charset to be used
header('Content-Type: text/html; charset=' . $charset);
/**
* Sends the beginning of the html page then returns to the calling script
*/
------------------------------------------------------------


can n will somebdy plz help me with this ????

thnx a million

toby





_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to