Hi tahir,
I'm on windows, using xampp, hope this helps:
Go to your mysql/bin folder and edit the “my” file and uncomment the innodb lines —
skip-innodb
# Uncomment the following if you are using InnoDB tables
innodb_data_home_dir = e:/apachefriends/xampp/mysql/
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = e:/apachefriends/xampp/mysql/
innodb_log_arch_dir = e:/apachefriends/xampp/mysql/
Change the sever from “[mysqld]” to “[mysqld-max-nt]”
Re-start mysql.
Is the innodb type working? Try alter table , advanced properties, and select innodb from the pulldown.
Now about this relationship thing. I got the innodb working, but no luck creating a relationship. Let me know if you succeed in creating a relationship!
Ed