Re: Data Standards on Database Export->Import

2005-03-24 Thread Z X C V
e data from memory to media and the format of the data on the media is usually determined by a number of factors (type of data, type of media, is the data intended for human or machine use, etc.). So I am not sure there ARE any standards for database export formatting (I did a quick Google and didn

Re: Data Standards on Database Export->Import

2005-03-23 Thread Stephen Andert
tually exists (at > least not in any modern literature). There are many ways to move data from > memory to media and the format of the data on the media is usually > determined by a number of factors (type of data, type of media, is the > data intended for human or machine use, etc.).

Re: Data Standards on Database Export->Import

2005-03-22 Thread SGreen
ern literature). There are many ways to move data from memory to media and the format of the data on the media is usually determined by a number of factors (type of data, type of media, is the data intended for human or machine use, etc.). So I am not sure there ARE any standards for database export

Data Standards on Database Export->Import

2005-03-21 Thread Z X C V
Hello, Are there any good rfcs or other documents that would assist in the discussion I'm having with our organization's Oracle programmers in regards the following: Oracle DB -> MySQL They recommend: ~ col~col ~col~ col'",~col NOTE::I placed the '" in for a reason. I am looking for: "col","col"

RE: Database export

2004-08-18 Thread Boyd E. Hemphill
hill MySQL Certified Professional [EMAIL PROTECTED] Triand, Inc. www.triand.com O: (512) 248-2287 M: (713) 252-4688 -Original Message- From: Edd Dawson [mailto:[EMAIL PROTECTED] Sent: Monday, August 16, 2004 4:39 AM To: [EMAIL PROTECTED] Subject: Database export I have a 4GB database which i ne

Re: Database export

2004-08-16 Thread Cemal Dalar
;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 16, 2004 1:39 PM Subject: Database export > I have a 4GB database which i need to move to another hosting company. > The source and destination databases are mysql so there is no > conversion issue. > > My que

Database export

2004-08-16 Thread Edd Dawson
I have a 4GB database which i need to move to another hosting company. The source and destination databases are mysql so there is no conversion issue. My question is has anyone any recomendations on which is the best method for doing this. I am aware of doing a database dump and then importing int

Re: mysql database export

2001-04-10 Thread Adrian D'Costa
Usually it is not in the folders that are listed below. It is in one of the server's folder that you don't usually have access to view. Since you have only ftp you need to install phpMyAdmin from phpMyAdmin.net on your server, htdocs. Export your database using mysqldump dbname > somename.sql

Re: mysql database export

2001-04-10 Thread Gerald Clark
Check with your ISP. You need shell access. ashok wrote: > > hi, > > sir,we have to upload mysql database on our website,the isp people has enable mysql >for our websites,now we wanted to upload or export the mysql table, > please give us the suggetion where to upload the tables and how odbc h

mysql database export

2001-04-10 Thread ashok
hi, sir,we have to upload mysql database on our website,the isp people has enable mysql for our websites,now we wanted to upload or export the mysql table, please give us the suggetion where to upload the tables and how odbc has to be enable, when we are connecting to our site through ftp we ar