Re: Converting a MySQL Table to PDF File
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
Subject
Written By
Posted
Re: Converting a MySQL Table to PDF File
May 26, 2023 10:37AM
Sorry, you can't reply to this topic. It has been closed.
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.