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
I can't seem to get any of the mysql related commands to work. Just curious if i'm doing something wrong?
For the mysql_create command I get:
Matts-MacBook-Pro:bin mwisner$ ./mysql_create test
=> Starting MySQL Server
=> Creating database test
Warning: Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111)
Warning: Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111)
Warning: Using a password on the command line interface can be insecure.
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111)
...
Just repeats over and over.
The mysql error log repeats:
2015-01-06 18:41:57 597 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2015-01-06 18:41:57 597 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2015-01-06 18:41:58 597 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2015-01-06 18:41:58 597 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2015-01-06 18:41:59 597 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2015-01-06 18:41:59 597 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2015-01-06 18:42:00 597 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
Hello,
I can't seem to get any of the mysql related commands to work. Just curious if i'm doing something wrong?
For the mysql_create command I get:
Just repeats over and over.
The mysql error log repeats: