Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Run MySQL database server issue

$
0
0
Hi All,

When i try to run MySQL database server getting below errors,

[mysql@TEST app] $ bin/mysqld safe --user=mysql &
[1] 9046
[mysql@TEST app] $ 130503 10:37:27 [Warning] Changed limits: max_open_files: 8192 max_connections: 151 table_cache: 4015
130503 10:37:27 [ERROR] Can't find message file '/usr/local/mysql/share/errmsg.sys'
130503 10:37:27 [Note] plugin 'FEDERATED' is disabled.
130503 10:37:27 InnoDB: The InnoDB memory heap is disabled
130503 10:37:27 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130503 10:37:27 InnoDB: Compressed tables use zlib 1.2.3
130503 10:37:27 InnoDB: Using Linux native AI0
bin/mysqld: Can't create/write to file '/db/mysql/tmp/iboBah3h' (Errorcode: 2)
130503 10:37:28 InnoDB: Error: unable to create temporary file; errno: 2
130503 10:37:28 [ERROR] Plugin 'InnoDB' init function returned error.
130503 10:37:28 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
bin/mysqld: Too many arguments (first extra is 'safe').
Use --verbose --help to get a list of available options
130503 10:37:28 [ERROR] Aborting

130503 10:37:28 [Note]


Plz let konw the solution for this issue.

OS --> Redhat linux 5 64-Bit
MySQL ---> mysql-advanced-5.5.17-linux2.6-x86_64

Regards,
Hari

Viewing all articles
Browse latest Browse all 13329

Trending Articles