Triggers

2013-05-10 Thread Aastha
If triggers use complex business rules and large transaction. What would we be recommendations? I need three possible ways. Thanks,

Re: monitoring tool

2012-10-10 Thread Aastha
it should do the following: 1. give the status of the health of the nodes -Primary concern 2. Give slow queries 3. NO or reads etc 4. No of users logged in 5. Other admin tasks On Wed, Oct 10, 2012 at 1:20 PM, Manuel Arostegui wrote: > > > 2012/10/10 Aastha > >> Hi, >&g

monitoring tool

2012-10-10 Thread Aastha
Hi, Are there any open source MYSQL rela time monitoring tools available in the market. Aastha

Re: user last activity and log in

2012-10-04 Thread Aastha
Yes, i meant DB users. On Thu, Oct 4, 2012 at 10:57 AM, Johan De Meersman wrote: > > - Original Message - > > From: "Reindl Harald" > > > > this makes pretty no sense and is NOT the job of a RDBMS > > implement it in your application / db-abstraction-layer > > I notice no specification o

user last activity and log in

2012-10-04 Thread Aastha
Hello, I want to find the last time the given list of users logged in. Is there any mysql table from where i can retrieve the data or anyt specific sql Aastha Gupta

Re: Mysql cluster installation error

2012-09-23 Thread Aastha
to transfer is schema, do it the same way you would any > other table type: use mysqldump with the - - no-data option. > > On 2012-09-23 1:29 PM, "Aastha" wrote: > > Thanks Nitin. > I specied the location of my.ini while starting the SQL node and it worked > fine. >

Re: Mysql cluster installation error

2012-09-23 Thread Aastha
Mehta wrote: > Hi Aastha, > > I'm not 100% sure but you could try defining the full connectstring using: > > ndb-connectstring = localhost:1186 > > See if that helps. > > Regards, > > > ____ > From: Aastha > To: mysql@lis

Mysql cluster installation error

2012-09-22 Thread Aastha
uster Could anyone help to identify/ Aastha Gupta

user accounts using Active Directory

2012-08-22 Thread Aastha
database and the tables within the schema using active directory. Also. is there a way to create group of privileges and assign users to the group required. Thanks, Aastha Gupta

Error starting data node

2012-08-07 Thread Aastha
ctstring=172.17.3.66 # location of the management server ndb-nodeid=10 Kindly help. I have looked at the configuration and things fine to me Regards, Aastha Gupta

create roles/groups in MYSQL

2012-08-01 Thread Aastha
Hello, I have 10 different users and i have to give different accesses to different tables. Is it possible to create a groups with different set of access rights on different tables. I know there are ROLES and PROFILES in Oracle. Is there something similar in MySQL. Thanks, Aastha Gupta