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,

monitoring tool

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

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 man...@tuenti.com wrote: 2012/10/10 Aastha aast...@gmail.com

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: 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 vegiv...@tuxera.bewrote: - Original Message - From: Reindl Harald h.rei...@thelounge.net this makes pretty no sense and is NOT the job of a RDBMS implement it in your application / db-abstraction-layer

Re: Mysql cluster installation error

2012-09-23 Thread Aastha
Mehta ntn...@yahoo.com 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 aast...@gmail.com To: mysql@lists.mysql.com Sent: Sunday

Re: Mysql cluster installation error

2012-09-23 Thread Aastha
: If all you need 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 aast...@gmail.com wrote: Thanks Nitin. I specied the location of my.ini while starting the SQL node and it worked fine. I have

Mysql cluster installation error

2012-09-22 Thread Aastha
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
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