Tagged Questions
0
votes
1answer
19 views
MySQL Workbench Database Migration - data truncates after apostrophe
I'm using MySQL Workbench Data Migration Wizard to migrate an MS SQL Server R2 database to MySQL database. The schema and data are migrating properly but for the fields having apostrophe, the data ...
0
votes
3answers
123 views
How to import part of xml to mysql table?
I'd like to import some of the items in an large xml file to mysql table. Lets say the xml contains thousands of items like:
<CD>
<TITLE>Empire Burlesque</TITLE>
<ARTIST>Bob ...
1
vote
1answer
83 views
Database mapping tools for MySQL in order to help migrate from one db to another?
I need to migrate WordPress data from one database to another the catch is, some of the information needs to change values. For example I have a meta_key table and I need to change all values "xyz" to ...
0
votes
1answer
37 views
mongify embed error
I'm trying to migrate my database from MySQL to mongodb.
After a long search I decided to use mongify.
It works perfectly, but when I try to embed table it doesn't do anything, it doesn't even import ...
0
votes
0answers
125 views
Unable to migrate stored procedure and triggers from SQL Server to Mysql
I am trying to migrate a single stored procedure along with several triggers from SQL SERVER to MySql. I tried it through the Mysql workbench wizard and it seems to only migrate over the tables from ...
0
votes
1answer
92 views
Mix asp.net with Php login / registration form
Am trying to convert a php website to asp.net but I am having an issue moving the already registered users(php/mysql) to asp.net since the passwords are salted in php.
I am planning on mixing the ...
0
votes
1answer
121 views
Migrate login details from php/mysql to asp/sqlserver
I have a website in php which I have converted all the pages to .aspx but the website has login/signup pages.
I`d like to know how I could transfer the already existing login details to an sql server ...
0
votes
0answers
92 views
Which assert* to use with comparing SELECT statements from MYSQL and MSSQL pre-migration
I keep getting assertion errors when I send this QUERY to the database even though when I manually enter in the query into both databases it return the correct data.
The only difference is the ...
0
votes
3answers
1k views
How to save records from one table to another table using stored procedure in mysql?
I have tried, but I don't know how to do this.
I want to migrate records from one table into another table using a stored procedure. I have started with a simple procedure (not sure whether it is ...
1
vote
2answers
359 views
moving data from one table of databse to another table with shell
I have two databases in mysql and I want to move data from one table of database1 to one table in database2. These tables have similar schema. I know that I can use this query for inserting data to a ...
1
vote
1answer
135 views
Migration from an Access database (2GB) to a MySQL DB: what tools? [closed]
I have an Access database, about 2GB size (after compacting). Querying the db is becoming very hard.
I'm finding some solutions to export it to MySQL.
The MySQL DB will be on a NAS in a local network ...
0
votes
1answer
80 views
Split columns out of MySQL table using Liquibase
I have an existing table with data in it.
foobar_table
foo
bar
baz
I want to split the baz column out of the foobar_table table and create a new table called baz_table that contains it. ...
0
votes
0answers
168 views
migrating data from MySQL To Oracle using PHP
This Question is not a code based question its rather a theoretical one,
We have 2 things running, an oracle database server running at our home office, and a php MySQL website hosted on goDaddy, now ...
0
votes
0answers
102 views
How to import data from mysql to hsql?
How can i import database from mysql to hsql, i have seen razorsql tool for importing but
i am getting some strange error when i try to import that using sql or as a csv is there
any ...
0
votes
1answer
97 views
SQL: Exporting and then importing data to new schema
I'm trying to figure out which way is the best way to export a database table and then import it into the NEW columns that have been created in a totally separate database.
Some columns will no ...
0
votes
0answers
91 views
How to migrate partial data to another database
This is my first time facing this problem and I'm not really sure how to pursue it.
We've got a site with information on a couple hundred doctors and I need to move all the 'doctors' from one mySQL ...
0
votes
2answers
93 views
How to merge data from mysql schemas that have diverged?
I have two servers that share an original ancestor codebase, but which have changed during the past couple of months in terms of database schema (I'm using mysql). I'm about to use the second one as ...
2
votes
1answer
1k views
Migrate MySQL database to Oracle 11g with SQL Developer 3
I try to migrate a sample database from mysql to Oracle 11g using SQL developer. I go through some online tutorial and follow each steps but I don't know why there is no data show up in the target ...
7
votes
7answers
342 views
Migrate rows for import into existing Database, taking care of changing ids etc
The purpose of this is to copy some rows from one environment to another without overwriting existing rows.
Sample DB:
INSERT INTO `school` (school_id,name) VALUES (15,'Middle');
INSERT INTO `class` ...
1
vote
1answer
489 views
Requested conversion is not supported
I'm trying to migrate a table from MySql to MSSQL using openquery but I keep getting the following error message:
OLE DB provider "MSDASQL" for linked server "MYSQL" returned message "Requested ...
0
votes
2answers
724 views
Continuous data migration from mysql to Hbase
I have installed hadoop and hbase for real time analytics purpose. The proble I face is to migrate data on line from mysql to Hbase.
The sqoop tool is useful to do bulk data migrations, is there any ...
0
votes
2answers
187 views
MySQL, after migrating Latin1 to UTF8, LIKE searches no longer work. Tried all UTF8 collations
first question here. Been a long time lurker, really appreciate the immense help this site offers.
So, we completed the migration of a rather large system with hundreds of legacy components to UTF8. ...
1
vote
1answer
297 views
1and1 hosting: Data migration from shared hosting to VPS
I am doing this first time so I need some help. I am using 1and1 hosting. I want to migrate a domain from shared hosting package to virtual server. This link shows how to migrate domain but shows this ...
0
votes
1answer
140 views
Data Migration with Doctrine
I have inherited a proprietary CMS that uses Doctrine for the Database Setup, this includes the awful lft, rgt and level columns.
My issue is migrating data from an old database to this new database, ...
4
votes
2answers
177 views
Is there an official tool for porting a MySQL database to PostgreSQL? [duplicate]
Possible Duplicate:
Is there a simple tool to convert mysql to postgresql syntax?
I have a very data-rich UTF8 db in mysql and i'm trying to port to postgresql.
After a lot of research ...
0
votes
2answers
443 views
Transfer data between large MySQL tables
I'm looking to transfer some data from a multi-million row table into another table. The problems I'm facing are:
I can't use data dumps, because I need a WHERE clause
I can't do a simple INSERT ...
1
vote
1answer
470 views
Copy records from a table in mysql database to a SQL-SERVER 2008 database?
How can I copy all the records from a table in a MySql database to another table in a SQL-SERVER 2008 database?
I have tons of records in that mysql table and I'm trying to "migrate" the data.
I tried ...
3
votes
1answer
858 views
MySQL data migration
I have a MySQL database with some data.
I have to migrate this data between databases with almost the same tables, but different with table and field names.
The data is the same on both databases, ...
0
votes
2answers
1k views
Step By Step procedure to migrate data from Excel to MySql database table [duplicate]
Possible Duplicate:
how to import from MS excel into MYSQL DB
I want the procedure to migrate the excel data into mysql database.
Supppose i have excel abc.xls and table in MySql is abc
Now ...
3
votes
1answer
710 views
Is it OK to move an old MySQL data folder to a new MySQL install's folder?
I've installed MySQL on my Mac running lion using their DMG installer. This has created 2 folders, mysql-5.5.15-osx10.6-x86_64 and mysql-5.5.9-osx10.6-x86_64 with a symlink from /usr/local/mysql/ ...
1
vote
2answers
505 views
Move MySQL schema
We have a Linux server that has been running our MySQL 5.1 server. For a variety of reasons we have created a new MySQL5.5 server. What is the easiest and most efficient way to move an entire schema ...
0
votes
2answers
855 views
Counting non-empty values in each column of a table
I am looking for missing data in a data migration project, and this report will help me immensely.
Given a MySQL table, I would like to count all the empty (NULL or '') values in each row of that ...
0
votes
2answers
368 views
I'm trying to migrate SQL SERVER Express to MySQL
I have a somewhat small database in SQL Server Express 2005 that I really need to migrate over to a MySQL install on my hosting service (Dreamhost). After reading for a couple days, everything ...
0
votes
2answers
158 views
migrating a table full with data from MSSQL to MYSQL
I'm importing data from SQL Server to mysql.
Currently I need to migrate a single a table with a simple data structure (no constraints, only values), to mysql. The table is 1.6 milion rows
What is a ...
1
vote
1answer
163 views
in mysql database,how to upload the modified data from csv file
Initially, I created a database called "sample" and updated the data from massive size CSV file.
Whenever I have small changes in .csv file (some data are added/deleted/modified), I have to update ...
1
vote
1answer
444 views
Migrating from HSQL to MySQL
I see a lot of questions about moving from MySQL to HSQL but none about doing the reverse.
I have the .script file, and everything else. I just need to cleanly import that into a MySQL database. ...
1
vote
1answer
906 views
Passing multiple sqlite rows to mysql?
I was brainstorming how I should handle this. This is how the application is going to work:
User enters multiple pieces of data into app
App stores data into SQLite database
User hits SYNC button ...
0
votes
2answers
519 views
send data from mysql to MS-SQL database
I have a table name student with fields, name and roll in my-sql database. Also, I have a same table name student in MS-SQL database with the fields, name and roll.
When a value inserted into my ...
0
votes
0answers
80 views
Magento OSC Tool dies while syncing database
I am trying to migrate plus 20k users and purchase orders into our new Magento
setup, I have succeeded in importing all of our products and groups through the
OSC Migration Tool already. The OSC tool ...
1
vote
3answers
1k views
Copy tables with different column name MySQL
I need to copy all rows from table1 matching specific columns into table2 with different columns name.
For example:
table1 name = oldAddressBook , table1's columns name = Name,Surname,Number
table2 ...
0
votes
1answer
480 views
Sql Server to MySql Data Migration
I have been given the enviable task of migrating a legacy SQL Server 2000 database to MySql. The two databases have enitrely different structures. I only have to migrate data i.e no stored procedures ...
1
vote
1answer
146 views
Schedule data transfer service in MySQL
I have two DB servers, i.e Server1 and Server2.
I want to transfer data from Server1 to Server2 every morning (at 9:00AM lets say).
How can we achieve it?
Can this transfer of data be done ...
0
votes
2answers
73 views
transferring data from my database to my friends database
Just created a database in my own MySQL server. Now I want to transfer the data from my MySQL server to one of my friend's MySQL server.
Any idea how this can be done?
Also, how would I do this if I ...
1
vote
2answers
814 views
Split table into two tables with foreign keys
I have one table: drupal.comments, with amongst others, the columns:
cid: primary key
uid: foreign key to users table, optional
name: varchar, optional
email: varchar, optional
The description ...
0
votes
1answer
98 views
Synchronize two databases with differing levels of normalization
I have two tables. Table A is brand new and relatively normalized. Table B is old and completely breaks all levels of normalization.
I'm creating a brand new system using table A, but table B is ...
1
vote
1answer
333 views
MySQL joins across databases on different servers
So, I have an existing db with some tables for a class of users. We're building a more general app to handle multiple things the company does and this class of users, call them hosts, is a general ...
2
votes
3answers
1k views
Databases: Migrate data between MS Access DB and MYSQL
I have 2 databases, one is MS Access DB from an old website, and the other one is MYSQL from the new Joomla+VirtueMart based website.
I need to migrate existing products from MS Access to MYSQL.
I ...
0
votes
1answer
109 views
Are there any guidelines for running a database migration?
I am enhancing an existing web application and I have created a new database schema. So I need to do a database migration that will transfer the data from the old database schema to the new one, and ...
0
votes
2answers
315 views
table migration with sql without using programming language like JSP, PHP
I have three table,
tblstock --> StockID(Primary Key),ProductCode,Status,
tblstockhistory --> StockID(tblstock table StockID, 1:N),Qty,invoceNo,MRP
tblstockinoutrtnstats --> ...
0
votes
4answers
118 views
How do I get data from an old (non-ruby) app to a new (ruby) app?
I have an old CMS I built using Coldfusion. I would like to get the data from the old CMS to the new Ruby on Rails app. It's not a huge set, only about 1300 records. I need some advice/ideas.
The ...




