Different Connections To MySQL

2002-07-23 Thread Otoniel Cantu`
Are there any ways to remotely connect to MySQL besides TCP/IP? Also, what are the 'bad' implications for allowing to connect to MySQL via TCP remotely? Thanks for your advice in advance. - Before posting, please check:

Changing MyISAM to InnoDB

2002-07-15 Thread Otoniel Cantu`
For the life of me I can not figure out why I can not create or change my tables from MyISAM to InnoDB. I create the table with InnoDB and MySQL creates the table as MyISAM. I am using MySQL-max-nt. Any ideas how I can change the tables or even create them as InnoDB for that matter? Thanks in

FW: Changing MyISAM to InnoDB

2002-07-15 Thread Otoniel Cantu`
: Monday, July 15, 2002 2:40 PM To: 'Otoniel Cantu`'; MySQL MailingList (E-mail) Subject: RE: Changing MyISAM to InnoDB Hi Otoniel, I am running w2k as well. Check if your mysql startup properly. One thing you may want to check is whether you have specify the log_dir and data_dir for Innodb

MySQL Relationships

2002-07-12 Thread Otoniel Cantu`
Hi, I am new to MySQL and was needing to know about MySQL and relationship between tables. Can it be done and if so how? Any docs or show me how would be greatly appreciated. Thanks in advance! - Before posting,