|
|
|
|
![]() ![]() |
Aug 7 2005, 09:56 AM
Post
#1
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 25 Joined: 7-August 05 Member No.: 7,682 |
How to migrate my database from SQL Server to MySQL?
|
|
|
|
Aug 7 2005, 11:35 AM
Post
#2
|
|
|
Super Member Group: Members Posts: 572 Joined: 25-April 05 From: Nashville Tennessee Member No.: 4,340 |
Your question leaves a lot to be desired. SQL is structured query language MySQL is a database server that accepts the most common SQL syntax so there is nothing to do just create a data base using the SQL of
QUOTE CREATE DATABASE databasename; and so on you don't migrate SQL to MySQL you use SQL or PHP to control the behavior of MySQL ormssql or PostgreSQL. Please be more specific with your question and you might get a better response.
then add a table to the database like CREATE TABLE tablename(all the parameters) |
|
|
|
Aug 7 2005, 08:55 PM
Post
#3
|
|
|
Member [ Level 1 ] Group: Members Posts: 32 Joined: 5-August 05 Member No.: 7,649 |
QUOTE(fabiocardoso @ Aug 7 2005, 04:56 AM) Depending on the size of your database structure it will be a fairly easy migration since both SQL Server and MySQL are nearly pure SQL database engines. If you follow the link below you will go to a very good tutorial on migrating to MySQL from SQL Server. This is from the MySQL.com website, and is the perfect place for you to learn MySQL once you do the migration. http://dev.mysql.com/tech-resources/articl...-microsoft.html After reading this tutorial you should have no problem. If you still are not sure what to do then you should probably hire someone to do the job for you. Good luck with your migration. Rodney Lay |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 5th September 2008 - 05:50 AM |