Hello, I am checking out MySQL Cluster functions on 5 VM Redhat servers. I configured a cluster with 1 mgmt, 2 API and 2 Data nodes. Now I try to install wordpress with the help of an API server on the cluster. Once I was successful when I had a mysqld service running on my API node. After the local install I gave the datatables an alter table to the ndbengine from MyISAM. With the ndbengine they were automatically written to the ndb nodes.
I want to know how to install applications and a CMS directly to the storage nodes. I didnt find any how to's via google. There are always MySQL Cluster installation Howtos. To give you an example what i mean: If I try to install wordpress on the Cluster configuration, it's asking for a database connection. Normally it tries to connect to local host.
Connected to Management Server at: localhost:1186
Cluster Configuration
---------------------
[ndbd(NDB)] 2 node(s)
id=2 @10.90.0.210 (mysql-5.1.47 ndb-7.1.5, Nodegroup: 0)
id=3 @10.90.0.211 (mysql-5.1.47 ndb-7.1.5, Nodegroup: 0, Master)
[ndb_mgmd(MGM)] 1 node(s)
id=1 @10.90.0.214 (mysql-5.1.47 ndb-7.1.5)
[mysqld(API)] 5 node(s)
id=4 @10.90.0.212 (mysql-5.1.47 ndb-7.1.5)
id=5 (not connected, accepting connect from 10.90.0.213)
I would be very joyful if you could give me some advices how I can handle Applications and the CMS (wordpress for example).
I want to know how to install applications and a CMS directly to the storage nodes. I didnt find any how to's via google. There are always MySQL Cluster installation Howtos. To give you an example what i mean: If I try to install wordpress on the Cluster configuration, it's asking for a database connection. Normally it tries to connect to local host.
Connected to Management Server at: localhost:1186
Cluster Configuration
---------------------
[ndbd(NDB)] 2 node(s)
id=2 @10.90.0.210 (mysql-5.1.47 ndb-7.1.5, Nodegroup: 0)
id=3 @10.90.0.211 (mysql-5.1.47 ndb-7.1.5, Nodegroup: 0, Master)
[ndb_mgmd(MGM)] 1 node(s)
id=1 @10.90.0.214 (mysql-5.1.47 ndb-7.1.5)
[mysqld(API)] 5 node(s)
id=4 @10.90.0.212 (mysql-5.1.47 ndb-7.1.5)
id=5 (not connected, accepting connect from 10.90.0.213)
I would be very joyful if you could give me some advices how I can handle Applications and the CMS (wordpress for example).