Hi,
I need to create a master user to access all MySQL databases from Workbench at a time.
On other Panels than aaPanel I used:
mysql -u root -p -e "CREATE USER 'user'@'localhost' IDENTIFIED BY 'password'" but it does not work in my installation.
I can access them one by one remotely, but I need to work crossly.
How can I do it?
Thanks a lot
Ricardo