MySQL Forums
Forum List  »  NDB clusters

Re: mysql cluster on Windows Server 2008r2
Posted by: LUCA FATA
Date: March 14, 2012 06:05AM

I made another attempt using this guide:
http://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&cts=1331726738455&ved=0CEoQFjAE&url=http%3A%2F%2Fdownloads.mysql.com%2Ftutorials%2Fcluster%2FGetMySQLClusterRunning-Windows.pdf&ei=8odgT8OACs3S4QSU4a21Dg&usg=AFQjCNEilJev8DhTJOA3uwVY-Mj9CdbCBQ&sig2=Xcl0egK_t5HB5tabS-uLKw

but now I get this error: ERROR 157 (HY000):
Could not connect to storage engine

when I launch this command:

create table simples (id int not null primary key) engine = ndb;

while now running the command: show engine\g

I see this:

mysql> SHOW ENGINES\G
*************************** 1. row ***************************
Engine: ndbcluster
Support: YES
Comment: Clustered, fault-tolerant tables
Transactions: YES
XA: NO
Savepoints: NO
*************************** 2. row ***************************
Engine: MRG_MYISAM
Support: YES
Comment: Collection of identical MyISAM tables
Transactions: NO
XA: NO
Savepoints: NO
*************************** 3. row ***************************
Engine: MyISAM
Support: YES
Comment: MyISAM storage engine
Transactions: NO
XA: NO
Savepoints: NO
*************************** 4. row ***************************
Engine: ndbinfo
Support: YES
Comment: MySQL Cluster system information storage engine
Transactions: NO
XA: NO
Savepoints: NO
*************************** 5. row ***************************
Engine: CSV
Support: YES
Comment: CSV storage engine
Transactions: NO
XA: NO
Savepoints: NO
*************************** 6. row ***************************
Engine: BLACKHOLE
Support: YES
Comment: /dev/null storage engine (anything you write to it disappears
Transactions: NO
XA: NO
Savepoints: NO
*************************** 7. row ***************************
Engine: ARCHIVE
Support: YES
Comment: Archive storage engine
Transactions: NO
XA: NO
Savepoints: NO
*************************** 8. row ***************************
Engine: FEDERATED
Support: NO
Comment: Federated MySQL storage engine
Transactions: NULL
XA: NULL
Savepoints: NULL
*************************** 9. row ***************************
Engine: PERFORMANCE_SCHEMA
Support: YES
Comment: Performance Schema
Transactions: NO
XA: NO
Savepoints: NO
*************************** 10. row ***************************
Engine: InnoDB
Support: DEFAULT
Comment: Supports transactions, row-level locking, and foreign keys
Transactions: YES
XA: YES
Savepoints: YES
*************************** 11. row ***************************
Engine: MEMORY
Support: YES
Comment: Hash based, stored in memory, useful for temporary tables
Transactions: NO
XA: NO
Savepoints: NO
11 rows in set (0.00 sec)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql cluster on Windows Server 2008r2
963
March 14, 2012 06:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.