Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. InnoDB: Error: trying to access page number 197105 in space 89,
  2. InnoDB: space name dbname/tablename,
  3. InnoDB: which is outside the tablespace bounds.
  4. InnoDB: Byte offset 0, len 16384, i/o type 10.
  5. InnoDB: If you get this error at mysqld startup, please check that
  6. InnoDB: your my.cnf matches the ibdata files that you have in the
  7. InnoDB: MySQL server.
  8.  
  9. innodb_data_home_dir = "C:/xampp/mysql/data"
  10. innodb_data_file_path = ibdata1:10M:autoextend
  11. innodb_log_group_home_dir = "C:/xampp/mysql/data"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement