You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- mysql -e "create database IF NOT EXISTS test;use test;CREATE TABLE IF NOT EXISTS test (id INT, data VARCHAR(100));INSERT INTO test (id, data) VALUES (1, 'test');" -h127.0.0.1 -uroot