MySQL Forums
Forum List  »  Newbie

Re: Converting a MySQL Table to PDF File
Posted by: Michael Smith
Date: May 26, 2023 10:37AM

My credentials are:

$servername = "doncasteroffice.com";
$username = "Mike";
$password = "mdsmith1";
$dbname = "ccprocess";

When I run SHOW GRANTS FOR 'Mike'@'doncasteroffice.com';
I get an error message about "Access Denied".

When I run SHOW GRANTS FOR 'mdsmith1'@'doncasteroffice.com';
I get the same error message.

Meanwhile my MySQL code works fine.

Any thoughts?

Mike

Options: ReplyQuote


Subject
Written By
Posted
Re: Converting a MySQL Table to PDF File
May 26, 2023 10:37AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.