RE: How to start mysql with innoDB.

2001-07-02 Thread Paul Linehan
> > We want to use the Windows GUI tool to connect to a database on > > a Linux box. > You have to grant privileges to user@ip_address and enter ip_address > in host table. Or grant privilege to user@"%". I entered these records by hand from the > ./mysql -u root -p mysql command line to

How to start mysql with innoDB.

2001-07-02 Thread Gerlinde Fischer
Hi, I need a transaction Database with Mysql. I have compiled the sourccode 3.23.39 the following on Linux. ./configure --with-innodb after that I have stopped and restartet mysql. but if I make "create table .. type=InnoDB"; I create a ISAM-Table. How can I make a InnoDB-Table. Please help.