Re: Can we delete ibd table without repercussion?
Posted by: Peter Brawley
Date: January 08, 2019 11:03PM

Your users/grants setup appears to be a mess. First, confirm there is a root user with all privs ..

select host, user from mysql.user;

That will show host values for root, use it in ...

show grants for 'root'@'whattheabovecmdshowed';

Then log in as root and clean up the mess.



Edited 1 time(s). Last edit at 01/14/2019 12:39PM by Peter Brawley.

Options: ReplyQuote




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.