Advertisement
Guest User

Untitled

a guest
Sep 12th, 2011
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1.  
  2. InnoDB: Unable to lock /opt/lampp/var/mysql/ibdata1, error: 11
  3. InnoDB: Check that you do not already have another mysqld process
  4. InnoDB: using the same InnoDB data or log files.
  5. InnoDB: Unable to lock /opt/lampp/var/mysql/ibdata1, error: 11
  6. InnoDB: Check that you do not already have another mysqld process
  7. InnoDB: using the same InnoDB data or log files.
  8. InnoDB: Unable to lock /opt/lampp/var/mysql/ibdata1, error: 11
  9. InnoDB: Check that you do not already have another mysqld process
  10. InnoDB: using the same InnoDB data or log files.
  11. 110601 10:23:19 InnoDB: Unable to open the first data file
  12. InnoDB: Error in opening /opt/lampp/var/mysql/ibdata1
  13. 110601 10:23:19 InnoDB: Operating system error number 11 in a file operation.
  14. InnoDB: Error number 11 means 'Resource temporarily unavailable'.
  15. InnoDB: Some operating system error numbers are described at
  16. InnoDB: http://dev.mysql.com/doc/refman/5.1/en/operating-system-error-codes.html
  17. InnoDB: Could not open or create data files.
  18. InnoDB: If you tried to add new data files, and it failed here,
  19. InnoDB: you should now edit innodb_data_file_path in my.cnf back
  20. InnoDB: to what it was, and remove the new ibdata files InnoDB created
  21. InnoDB: in this failed attempt. InnoDB only wrote those files full of
  22. InnoDB: zeros, but did not yet use them in any way. But be careful: do not
  23. InnoDB: remove old data files which contain your precious data!
  24. 110601 10:23:19 [ERROR] Plugin 'InnoDB' init function returned error.
  25. 110601 10:23:19 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
  26. /opt/lampp/sbin/mysqld: Too many arguments (first extra is 'restart').
  27. Use --verbose --help to get a list of available options
  28. 110601 10:23:19 [ERROR] Aborting
  29.  
  30. 110601 10:23:19 [Note] /opt/lampp/sbin/mysqld: Shutdown complete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement