Process: 4118 ExecStartPre=/usr/libexec/mysql-check-socket (code=exited, status=0/SUCCESS) Main PID: 4182 (mysqld) Status: "Server startup in progress" Tasks: 20 (limit: 24872) Memory: 456.0M CGroup: /system.slice/mysqld.service ...
ACUSQL_LIBS = $(ACU_LIBDIR)/libesql.a $(ACUSQL_ODBC_LIB) runcbl: amain.o $(SUBS) $(CC) $(EXEC_LDFLAG) $(LDFLAGS) -o $@ amain.o $(SUBS) \ libruncbl$(BITS).a $(LIBS) $(SYS_LIBS) $(SYS_C_LIBS) \ $(EXTOBJS) $(EXTLIBS) ...
100622 22:18:36 [ERROR] /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 100622 22:18:36 [ERROR] Fatal error: Can't open and lock privilege tables: Can't find file: './mysql/host.frm' (errno: 13) ...
We are using MySQL v5.1 with a partitioned table using MyISAM engine. We are getting the following message in the error log. 080220 9:16:55 [ERROR] /usr/libexec/mysqld: Can't open file: './stun_development/Subscribers.frm' (errno: 24) ...
/usr/local/mysql/libexec/mysqld: File './mysql-bin.index' not found (Errcode: 13) 081221 23:49:16 [ERROR] Aborting 081221 23:49:16 [Note] 081221 23:49:16 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended ...
100226 18:18:10 [ERROR] /usr/libexec/mysqld: Can't find file: './bugtracker/mantis_bug_file_table.frm' (errno: 13) 100226 18:18:10 [ERROR] /usr/libexec/mysqld: Can't find file: './bugtracker/mantis_bug_history_table.frm' (errno: 13) ...
110418 19:08:31 [ERROR] /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 110418 19:08:31 [ERROR] Fatal error: Can't open and lock privilege tables: Can't find file: './mysql/host.frm' (errno: 13) ...
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2101) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2548) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1605) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1524) ...
I ran /usr/libexec/mysqld-prepare-db-dir after installing the software. mysqladmin can connect to the server just fine, but phpMyAdmin seems to refuse to do so. Went and reread the installation section of the MySQL manual. I even did a complete clean reinstall and it still refuses to pl...
at com.mysql.jdbc.Connection.execSQL(com.mysql.jdbc.Statement, java.lang.String, int, com.mysql.jdbc.Buffer, int, int, boolean, boolean, java.lang.String, boolean, byte, boolean) (Unknown Source) at com.mysql.jdbc.Connection.configureClientCharacterSet() (Unknown Source) ...