Search Results

Search: Posts Made By: amit_27
Forum: MySQL DevZone RSS 02-25-2010
1,824
Posted By amit_27
How to get protocol, characterset, mysql info?
Hi,

I know the API to get protocol version, character set etc. If I want to find out the current protocol version, current user character set, mysql info, mysql server info wihtout using these API...
Forum: UNIX and Linux Applications 02-02-2010
3,518
Posted By amit_27
Thanks for the reply. I have used same...
Thanks for the reply.

I have used same command on both the machine using IP address, but still it is giving the same error as "ERROR 1045 (28000): Access denied for user.

I have also removed...
Forum: UNIX and Linux Applications 02-02-2010
3,518
Posted By amit_27
Error while connecting to MySQl Server 5.1.34 on UNIX platform.
Hi,

I have MySQL 5.1.34 installed on Solaris and Linux machine.

MySQl installed Solaris Machine - A.A.A.A
Remote Machine - B.B.B.B

I have user in mysql.user as below:

| user | ...
Forum: MySQL DevZone RSS 11-30-2009
3,580
Posted By amit_27
Hi Neo, Does "Switching Masters During...
Hi Neo,

Does "Switching Masters During Failover" supports for prior to version 4.1?

I found this point in 5.0 onward manual and not in "MySQL 3.23/4.0/4.1" manual.

Can you please tell me it...
Forum: MySQL DevZone RSS 11-27-2009
1,702
Posted By amit_27
Does Failover/SwitchOver mechanisam supported in MySQL?
Hi,

I need setup like:

Consider, Master - A and Slave - B machine.

We do operations on master will replicate to Slave. But in case if

Case 1:

If master(A) goes down then...
Forum: MySQL DevZone RSS 11-24-2009
3,580
Posted By amit_27
Thanks for the prompt reply. Let me know if...
Thanks for the prompt reply.

Let me know if We can make a setup like using MySQL.

We have master - A and slave - B setup.

Case 1:

If master(A) goes down then slave (B) becomes a master....
Forum: UNIX and Linux Applications 11-24-2009
3,923
Posted By amit_27
Need Oracle Replication steps.
Hi All,

Can anybody tell that Where is to find simple and easy steps of ORACLE replication process?

Any help on this highly appreciated.

http://www.unix.com/images/misc/progress.gif...
Forum: Oracle Updates (RSS) 11-24-2009
1,441
Posted By amit_27
Need Oracle Replication steps.
Hi All,

Can anybody tell that Where is to find simple and easy steps of ORACLE replication process?

Any help on this highly appreciated.

Thanks.
Forum: MySQL DevZone RSS 11-23-2009
3,580
Posted By amit_27
Does MySQL supports Synchronous Replication.
Hi All,

Does MySQL supports Synchronous Replication? If it is then From which version it is supported and how?

Any help on this highly appreciated.

Thanks.
Forum: MySQL DevZone RSS 09-17-2009
3,884
Posted By amit_27
MySQL 5.1.34 mysqlclient.lib gives error on compilation?
when I use "mysqlclient.lib" (mysql 5.1.34) on windows in my code and trying to compile the code it gives error as:
mysqlclient.lib(trees.obj) : error LNK2001: unresolved external symbol...
Forum: MySQL DevZone RSS 09-11-2009
2,619
Posted By amit_27
when I use "mysqlclient.lib" (mysql 5.1.34) on...
when I use "mysqlclient.lib" (mysql 5.1.34) on windows in my code and trying to compile the code it gives error as:
mysqlclient.lib(trees.obj) : error LNK2001: unresolved external symbol...
Forum: MySQL DevZone RSS 09-07-2009
2,619
Posted By amit_27
Authentication errror on Solaris 10 for MySQl 5.1 version.
Hi,

I have build one application which uses static reference of MySQL 4.0 old version library and dynamic reference of new version as MySQL 5.1 version library.
On Solaris
When I try to...
Forum: Solaris 08-20-2009
3,392
Posted By amit_27
MySQL Authentication errror 1251 on Solaris.
I am trying to connect to MySQL installed on windows from Solaris machine.

While doing this getting error as:

"Client does not support authentication protocol requested by server; consider...
Forum: MySQL DevZone RSS 08-12-2009
5,065
Posted By amit_27
Thanks. It is worked for me. ---------- Post...
Thanks. It is worked for me.

---------- Post updated at 08:58 PM ---------- Previous update was at 05:59 AM ----------

I am trying to build the my project on HPUX (HP-UX oscar B.11.11 U...
Forum: MySQL DevZone RSS 08-05-2009
5,065
Posted By amit_27
If I have installed mysql using...
If I have installed mysql using "mysql-essential-5.1.34-win32.msi" on "Comp1" and I want to connect to Comp1-> Mysql server from Comp2.

Then Is there any client requirement on Comp2 (like Oracle...
Forum: MySQL DevZone RSS 07-24-2009
5,065
Posted By amit_27
ok Thanks for your prompt reply.
ok Thanks for your prompt reply.
Forum: MySQL DevZone RSS 07-24-2009
5,065
Posted By amit_27
But this tells that we can use the role in My...
But this tells that we can use the role in My SQL.

MySQL :: MySQL Workbench :: 7.4.3.1 Adding Roles (http://dev.mysql.com/doc/workbench/en/wb-adding-roles.html)
Forum: MySQL DevZone RSS 07-24-2009
5,065
Posted By amit_27
How can we get the role information in MYSQL?
How can we get the role information in MYSQL?

Like we get in ORACLE from USER_ROLE_PRIVS table.
Forum: MySQL DevZone RSS 07-14-2009
4,096
Posted By amit_27
Get Dropped table info : table_schema information from information_schema.tables
Hi,

I have created 4 tables in 'amit' database and then I deleted them. Still I able to get information about the table_schema for the table deleted.
After drop table when I fire a query for...
Forum: MySQL DevZone RSS 06-17-2009
7,401
Posted By amit_27
Ok. I will create new thread.
Ok. I will create new thread.
Forum: MySQL DevZone RSS 06-17-2009
2,895
Posted By amit_27
How to get MySQL Native Data Type values?
How do I get the native data type like we get in ORACLE using

OCIAttrGet(colHandle, OCI_DTYPE_PARAM, (dvoid *) &dataType, 0,
OCI_ATTR_DATA_TYPE, m_errorHandle);

It will return &datatype value...
Forum: MySQL DevZone RSS 06-17-2009
7,401
Posted By amit_27
How do I get the native data type like we get in...
How do I get the native data type like we get in ORACLE using

OCIAttrGet(colHandle, OCI_DTYPE_PARAM, (dvoid *) &dataType, 0,
OCI_ATTR_DATA_TYPE, m_errorHandle);

It will return &datatype value...
Forum: MySQL DevZone RSS 06-16-2009
7,401
Posted By amit_27
Thanks you very much. I solved my problem.
Thanks you very much. I solved my problem.
Forum: MySQL DevZone RSS 06-15-2009
7,401
Posted By amit_27
Thanks. I got the information from...
Thanks. I got the information from INFORMATION_SCHEMA COLUMNS.

While retrieving the data from the result of query I faced following problem.

mysql> select select COLUMN_NAME, DATA_TYPE,...
Forum: MySQL DevZone RSS 06-12-2009
7,401
Posted By amit_27
Table schema information in MYSQL 5.1.34
How can we get the table schema information in MYSQL 5.1.34?

Like we use in ORACLE to get it as:

OCIDescribeAny() // //get the describe handle for the table to be described.

OCIAttrGet() ...
Showing results 1 to 25 of 52

 
All times are GMT -4. The time now is 09:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy