Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
MaxDB
Page 110 of 129 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10  

7.5.0.12 install problems on Win32 - cygwin sshd conflict

I think we found the conflict. The two systems that fail to run the install program also have Cygwin SSHD. If we remove cygwin from the PATH then the install goes fine. So some kind of co

Subject: FW: AIX binaries for 7.5.01?

Woops my mistake. I really meant to ask about 7.5.01 in fact 7.5.01.00 alpha 2. My goal is to be able to run the proxy on an AIX box. -----Original Message----- From Dave Guyer Sent Frid

The History of MaxDB

Hello all I 'm trying to trace the history of MaxDB all the way back to 1977. However there seems to be very little information on this other than a very sketchy timeline. http //www.sapdb

Subject: AIX binaries for 7.5.0.1?

Are the binaries for 7.5.0.1 all and the proxy scheduled to be released soon? If not has anyone compiled them under AIX 5.1 or 5.2 that would be willing to make them available? Thank you in

Antwort: RE: differences in odbc driver

Hi Thomas After installing / rebooting / creating dsn / rebooting I get the folling error when connecting e.g. with ms access > > odbc-call failed systemerror 127 driver could not be loa

Problem with SAPDB

Hi Can any one help me regarding this I am getting the following error I need to know what action need to be taken to come out of it -24920 ERR_BACKUPOP backup operation was unsucces

Subject: Problem in Creating Instance

Hi I have installed sapdb on Linux AS 2.1 and given the following commands to create an instance. > > # ./dbmcli db_create -s abc dbm d

calling a dbproc from within SQL Studio

hi all... just a quick question if i may... i have created a dbproc no probs but when i try and call it from SQL studio it complains... the dbproc definition is CREATE DBPROC TSC_UTI

7.5.0.12 install problems on Win32

We have never had this problem before so we assume a recent change with the SDBINST program. When you try to do a install on a Windows 2000 Server (SP4 with latest Windows Update patches)... t

Trigger to update last date & time changed...

There is great satisfaction in reading the docs or searching the archive to find the solution to your problem.. That being said I just don 't have the time... I am under a tight deadline for a proje

INSERT blocks SELECTs when using isloation level > 0

Hi we are using 7.5.0.11. We set autocommit off. With all isolation levels > 0 in our installation INSERT to table T1 locks all "SELECT * FROM T1 " until commit or rollback. This means we ca

Subject: Optimizing stored procedures

Hi I have a couple of stored procedures that are critical for performance. The tables accessed by select statements in the stored procedures have indexes defined. Still execution performance

RE: Question on linux installation. Problem while setting up demo
    dat abase.

Hello Christoph Please look for articles mentioning the LD_ASSUME_KERNEL setting under Linux in the mailing list archive. Regards Alexander Schr?der SAP DB SAP Labs Berlin > -----Origi

Question on linux installation. Problem while setting up demo dat
   abase.

Hello! I 'm a newbie for SAPDB-Linux installations....Windows-Installation I did a few. I 'm running a SuSE 9.1. (For testing the Linux is running in a VMware virtual machine...shouldn 't matter

Can I install Maxdb even if I am not in a root shell?

Hello I have a username on solaris but not "root " so can I install Maxdb on jupiter under my dir? ( such as "/export/home/abc/ " ) if i can what should i notice to administrator? is ther

CVS - has there been a change?

I 'm trying to refresh my tree but suddenly I 'm getting all kinds of cvs checkout move away maxdb-75/sys/src/in/vin25 it is in the way C maxdb-75/sys/src/in/vin25 cvs checkout move away maxdb-7

MySQL InnoDB vs MaxDB / SAP DB

Hello We currently run mysql 4.0.14 in MyISAM table format. Server config Dual P-3 600 1GB of ECC SDRAM 6 SCSI drives 10 000 RPM using RAID 5 Array. OS RedHat Linux 9. We just real

Recovery Question

Hi I finally started to recover a huge database via /* db_admin util_connect util_execute INIT CONFIG medium_put data /space/data file data medium_put logs /space/log file l

Subject: Problem altering usergroup

I am wondering if anyone else has had this problem or if it is something I am doing. I created a role (as identified by password) and assigned permissions to it. Then I created a usergroup and a

RE: how to show column names as their real names(not columnY --Y=
   1,2,3...)?

Hello Unfortunately it is not possible to get the column names from the SQLDA- >S member in ORACLE mode. The precompiler will ever return the default values. Regards Burkhard > -----Original Me

Subject: differences in odbc driver

Hi what are the differences between the odbc-driver included in SQL-Studio (SQLSTUDIOODBC) and odbc-driver included in odbc75.exe (SAP DB) The first works well under windows nt 4.0

AW: Is this procedure to Back-Restore a database correct

> Step 2. Run restore script (dbrestore.sh) on another MaxDB server > > DB_NAME $1 > > _cmd `cat < <EOF | dbmcli -d $DB_NAME -u dbm dbm 2 >&1 > db_admin > backup_media_put data db_backup.full FI

Off Topic: Execute process hourly

You should type 'man cron ' and read the instructions. Alexander Schr?der SAP DB SAP Labs Berlin > -----Original Message----- > From maxdb [mailto maxdb@(protected)] > Sent Tuesday Ma

Is this procedure to Back-Restore a database correct

In any database with any number of Data volumes I want to backup it an restore it on another server. My procedure is this. Note My create database script (dbcreate.sh) is #! /bin/sh DB_N

hibernate problem

dear all I using hibernate 2.1 and a sapdb database with tablenames like this myTABLE now some users want to acces this tables with hibernate this tool rocks! and I become the exception

Subject: Execute process hourly

How can I execute process hourly on my MaxDB Linux box? -- MaxDB Discussion Mailing List For list archives http //lists.mysql.com/maxdb To unsubscribe http //lists.mysql.com/maxdb?unsub

Create Database

Can I create a new database from a sql session? -- MaxDB Discussion Mailing List For list archives http //lists.mysql.com/maxdb To unsubscribe http //lists.mysql.com/maxdb?unsub mysql@(protected)

Upgrade 7.3 - > 7.5 using data Backups ?

Hi how do I upgrade a 7.3 version to 7.5 version ? Where do I find documentation on this ? I tried making a cold complete data backup of 7.3 and then restore it into the 7.5 db. It gives m

sapdb problem in setting new value to MAXBACKUPDEVS

Hi I have a problem with sapdb. I created an instance xyz in sapdb. i have issued the following commands... ./dbmcli on xyz >param_extgetall.

Subject: Create instance with JDBC

Hi all I just made an example of how to create a DB instance in java using the sapdb jdbc powertools. I give here the full example in case other also look for as previous answers in the mailling l
Page 110 of 129 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10