mysqlor:
/usr/local/mysql/bin/mysqlYour shell prompt should now look like this:
mysql>Run this command:
GRANT ALL PRIVILEGES ON *.* TO USERNAME@IP IDENTIFIED BY "PASSWORD";
FLUSH PRIVILEGES;Was this worth your time?
mysql or: /usr/local/mysql/bin/mysql Your shell prompt should now look like this: mysql> Run this command: GRANT ALL PRIVILEGES ON . TO USERNAME@IP IDENTIFIED BY "PASSWORD"; FLUSH PRIVILEGES; 📚 Related Articles →…
mysqlor:
/usr/local/mysql/bin/mysqlYour shell prompt should now look like this:
mysql>Run this command:
GRANT ALL PRIVILEGES ON *.* TO USERNAME@IP IDENTIFIED BY "PASSWORD";
FLUSH PRIVILEGES;Was this worth your time?