> > 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
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.