Skip to content
This repository was archived by the owner on Jun 24, 2023. It is now read-only.
This repository was archived by the owner on Jun 24, 2023. It is now read-only.

mysql commands #8

Description

@mwisner

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:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions