Transfer Mysql database to another computer

i need help to transfer mysql database to other computer. i read a lot of forum but still did not understand.. some video also but still confuse.. can anyone help me..  that teach step by step.. if migrate, it say need to install obdc admin.. but
what is that? n how it be installed to another computer.. sorry.. i really did not have any idea in this

SQL is the Database System Produced by Microsoft.
MySQL is a open source alternative to SQL and not affiliated with Microsoft in any way. In fact they are the competition.
The Microsoft Forum is propably not the best place to ask for MySQL Problems.
If you ask here, it's propably better asked in the
SQL Subforum (where people who work a lot with Databases frequent) rather then the Visual C# Forum.
Let's talk about MVVM: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/b1a8bf14-4acd-4d77-9df8-bdb95b02dbe2 Please mark post as helpfull and answers respectively.

Similar Messages

  • Transfer Mysql database to another computer.. need help..

    i need help to transfer mysql database to other computer. i read a lot of forum but still did not understand..
    some video also but still confuse.. can anyone help me..  that teach step by step.. if migrate, it say need to install obdc admin.. but what is that? n how it be installed to another computer.. sorry.. i really did not have any idea in this.. i am using
    c#

    This is a Microsoft SQL Server T-SQL programming forum.
    Search for a MySQL forum to get assistance.
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Connecting to a database from another computer...

    hi guys!
    i just wonder if there is a simple way to connect to my database from another computer?
    do you have to change something in this method?
        private static Connection getConnection() {     Connection con = null;     try {         Class.forName("com.mysql.jdbc.Driver");         String url = "jdbc:mysql://localhost/Movies";         String user = "root";         String pw = "x";         con = DriverManager.getConnection(url, user, pw);         System.out.println("****Connected****");     }     catch (ClassNotFoundException e)     {         System.out.println(e.getMessage());           System.out.println("1");         System.exit(0);     }     catch (SQLException e) {         System.out.println(e.getMessage());           System.out.println("2");           System.exit(0);     }         return con;     }
    thanks! :)
    Edited by: Shaor-1 on Dec 22, 2008 3:47 AM

    hey!
    is there no one who knows how to do this?
    Here is my program that i want to change so it can connect to my mysql database but from another computer.
    import java.sql.*;
    import java.text.NumberFormat;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    public class ListMovies {
            static String exist = "existed";
        static int ye = 2221;
        static double pr = 21.12;
    public static void main (String[] args) throws InterruptedException {
    go();
    public static void go(){
           NumberFormat cf = NumberFormat.getCurrencyInstance();
        for(int i = 0; i < 1; i--){
        ResultSet movies = getMovies();
        try
            while (movies.next()){
                Movie m = getMovie(movies);
                String msg = Integer.toString(m.year);
                msg += ": " + m.title;
                msg += " (" + cf.format(m.price) + ")";
                System.out.println(msg);
              Thread.sleep(1000*10);
                catch (InterruptedException ex) {
                    Logger.getLogger(ListMovies.class.getName()).log(Level.SEVERE, null, ex);
                }    catch (SQLException e)
            System.out.println(e.getMessage());
    public static void loanMovie(String d) {
        Connection con = getConnection();
        try {
            Statement stmt = con.createStatement();
            String insert = "insert into movie "
                    + "(title, year, price) "
                    + "values ("
                    + "\"" + d + "\"" + ", "
                    + ye + ", " + pr +");";
            int i =stmt.executeUpdate(insert);
            if (i == 1){
                System.out.println("Loan recorded");
            else
                System.out.println("Loan not recorded");    
        catch (SQLException e){
            System.out.println(e.getMessage());
            System.out.println("CRAP"); 
    private static ResultSet getMovies()
        Connection con = getConnection();
        try {
            Statement s = con.createStatement();
            String select = "Select title, year, price " +
                    "from movie order by year";
            ResultSet rows;
            rows = s.executeQuery(select);
            return rows;
        catch (SQLException e)
            System.out.println(e.getMessage());
        return null;
        private static Connection getConnection() {
         Connection con = null;
         try {
             Class.forName("com.mysql.jdbc.Driver");
             String url = "jdbc:mysql://localhost/Movies";
             String user = "root";
             String pw = "x";
             con = DriverManager.getConnection(url, user, pw);
             System.out.println("****INFO****");
         catch (ClassNotFoundException e)
             System.out.println(e.getMessage());
               System.out.println("1");
             System.exit(0);
         catch (SQLException e) {
             System.out.println(e.getMessage());
               System.out.println("2");
              System.exit(0);
            return con;
        private static Movie getMovie(ResultSet movies) {
            try {
                String title = movies.getString("Title");
                int year = movies.getInt("Year");
                double price = movies.getDouble("price");
                return new Movie(title, year, price);
            catch (SQLException e)
            System.out.println(e.getMessage());   
            return null;
        private static class Movie
            public String title;
            public int year;
            public double price;
            public Movie(String title, int year, double price)
                this.title = title;
                this.year = year;
                this.price = price;
    BTW_
    my computers ip is: 81.229.40.17
    the database is on that computer.
    thanks!

  • How do i transfer my itunes to another computer

    My laptop that I have itunes on broke so how do I transfer the info to another computer so I can update

    Welcome to the Apple Community.
    In what way did it break, please.

  • My ipod touch has a huge collection of music that I don't want to lose or replace but my computer has now crashed beyond recovery. How can I access my itunes account from another computer or transfer my playlists to another computer from my ipod?

    My ipod touch has a huge collection of music that I don't want to lose or replace but my computer has now crashed beyond recovery. How can I access my itunes account from another computer or transfer my playlists to another computer from my ipod?

    You can transfer iTunes purchases to your "new" computer by
    iTunes Store: Transferring purchases from your iPhone, iPad, or iPod to a computer
    You can transfer other stuff by:
    Best iPod to PC
    How to transfer or sync files from iPod to PC - Windows mac iPhone iPod software reviews - Software Wiki

  • Can't transfer e-book to another computer

    I'm using Windows Vista, Adobe Digital Editions v 1.5, I purchased an ebook online, and I'm trying to transfer the ebook to another computer for printing. I followed all the instructions online for transferring ebooks, and logged onto the other computer's ADE with the same account, but I keep getting the error "Document is not Licensed for this Device Type".
    We've already called the customer service and they didn't provide any help.
    Can anyone help please? Thank you very much in advance.

    I am having a related problem. My laptop with 100 purchsed ebooks on it died.  I bought a new laptop, copied all my files from backups, downloaded Adobe Digital which would NOT recognize my email/password and therefor will not open the library.
    The most important part of the library is professional texts that I need access to.
    Although this must be a daily occurrence Adobe have not been able to help (shall I say.. "yet").  I tried to redownload the books from the purchase site but they also will not open.. and with all the hassle I have now exceeded download limits.
    This seems the most simple of problems but I have been two weeks without the documents.
    The terms of use from the download site required me to use Adobe, they charged full price for the ebooks and the books are now not usable.
    Ian1406   Australia/Vietnam

  • Transfer Album Artwork to another computer?

    Most of my album artwork has been retrieved automatically using the "Get Album Artwork" command in iTunes. Other album artwork has been copied from amazon.com or other sites. Where exactly does all this artwork get stored? How can I transfer album artwork to another computer? I see album artwork docs stored in 4 folders:
    1) C:\Documents and Settings\Owner\My Documents\My Music\iTunes\Album Artwork\Download
    2) C:\Documents and Settings\Owner\My Documents\My Music\iTunes\Album Artwork\Local
    and ALSO in:
    3) C:\Documents and Settings\MYUSERNAME\My Documents\My Music\iTunes\Album Artwork\Download
    4) C:\Documents and Settings\MYUSERNAME\My Documents\My Music\iTunes\Album Artwork\Local
    To backup/transfer to another computer, which of these 4 folders do I need? Why are there 4? How can I combine to 1 or 2? Do I simply copy folders from one computer to another? Which folder(s)? My iTunes library is on an ext hard drive, but the album artwork is on the C drive. I backup/transfer the itunes library by connecting my ext hard drive to the 2nd computer, and hit "Add Folder to Library", but don't know how to properly transfer the artwork folder(s). Thanks for the help!

    Hi Pete,
    You would copy the entire iPhoto Library folder to the other computer. Put the iPhoto Library folder in the Pictures folder of the other computer (make sure there is no library with the same name in the Pictures folder. If there is rename it.
    Does the other computer have the same version of iPhoto? does the other computer already have photos in the library.
    What do you want to do if there is another library on the other computer?
    Copy iPhoto Library folder from one Mac to another
    -If the library is small enough, burn the ENTIRE iPhoto Library folder to CD/DVD.
    Drag the iPhoto Library folder from the CD/DVD to your Pictures folder of the iMac.
    -If the computers are networked, copy the ENTIRE iPhoto Library folder to the Pictures folder of the other Mac.
    -If you have an iPod, copy the ENTIRE iPhoto Library folder to the iPod. Connect the iPod to the other computer and copy the iPhoto Library folder to the Pictures folder of the other Mac.
    -If you have a firewire cable, copy the ENTIRE iPhoto LIbrary folder to the Pictures folder of the other Mac
    Things to keep in mind:
    -If the usersnames are different you might have to set the permissions on the iPhoto Library folder to Read/Write for the new user. Check the "apply to enclosed items" at the bottom of the "get info" window.
    -If there is another iPhoto Library folder on the other Mac, change it's name so it doesn't get replaced by the iPhoto Library folder you are copying into the Pictures folder...or....drag it to another place on your hard drive.

  • Can i transfer pse 11 to another computer?

    can i transfer pse 11 to another computer?

    Hi GederGenealogy,
    A retail version of the software is good to install on 2 computers as per the End User License Agreement.
    If you wish to transfer the license you need to deactivate the software first by launching the software, go to the 'help' menu and select 'Deactivate'.
    You can then install the software on the new machine and use the serial number to activate it.

  • Can I transfer my photoshop to another computer without losing my work?

    Can I transfer my photoshop to another computer without losing my work? will my pictures stay tagged and organized?

    Yes. Just make sure you back-up the XMP files/ Bridge catalogs with your images.
    Mylenium

  • Can i transfer my backup to another computer and then restore my backup

    can i transfer my backup to another computer and then restore my backup

    Yes.  However, the backup file does not necessarily contain everything on your device (music, some purchases, some photos) so you want to make sure all items are backed up and transferred for safekeeping first.
    iOS: How to back up  - http://support.apple.com/kb/HT1766
    iTunes: About iOS backups - http://support.apple.com/kb/HT4946 - including a list of what is backed up.
    How to Restore iPhone From Backup - http://ipod.about.com/od/iphonetroubleshooting/ss/restore-iphone.htm
    iTunes: Backing up, updating, and restoring iOS software - http://support.apple.com/kb/HT1414
    You will need to copy the backup file from one computer to another:
    http://support.apple.com/kb/ht4946 - iTunes: About iOS backups > Where iTunes backups are stored on your computer

  • How do i transfer ipad backup to another computer

    I'm having a new Mac soon to replace the current windows computer now. I have been syncing my iPad with this computer and wonder if I can transfer my iPad Backup to the new Mac so I can sync my ipad with it. Anyone has an idea?

    This article is pretty easy to follow and contains the steps needed to transfer your iPad content to the new computer.
    http://www.tcgeeks.com/how-to-sync-ipad-to-a-new-computer-ipad-tips/
    If you want to just transfer the iPad backup to new computer here is where it is located.
    Mac: ~/Library/Application Support/MobileSync/Backup/
    Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    Windows Vista: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    The information is from this article
    http://support.apple.com/kb/HT4079
    This thread also discusses how to move the iPad content to another computer.
    https://discussions.apple.com/message/11527071#11527071
    Message was edited by: Demo

  • How do I transfer my library to another computer

    I have a new laptop and want to move my library over to the new laptop.  How can I do that?

    Hello Jeff,
    Congratulations on your new laptop!  The article below outlines several methods to transfer your music from your previous computer to your new computer.
    Home Sharing is the easiest way to transfer your music from one computer to another, but I recommend reviewing the options available in the table to decide which method would work best for you:
    The following table compares the methods to move music from your old computer to your new computer.
    Method
    Considerations
    Home Sharing
    The easiest option, as long as your new computer is already connected to the Internet.
    External drive
    Requires additional hardware but backs up your iTunes library.
    Transferring purchases
    Fastest, but only moves the content you purchased from the iTunes Store. Also requires an iPhone, iPad, or iPod with the content on it.
    Windows Migration Assistant
    Works best for migrating from an old PC to a new Mac, and transfers more than iTunes.
    You can find the steps for each of these methods in the following article:
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/ht4527
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How do i transfer my edits to another computer

    i have transferred my music by copying and pasting the entire itunes folder onto the hard drive of another computer and importing it into itunes there
    how do i transfer the edits in comments and groupings, playlists, ratings, etc
    or is there another way to pick up all the songs and tranfer them with edits ?

    First, when you say "Store" you mean the "Store" option on the menu bar not the iTunes Store in the source menu. And if you want to transfer music from computer to computer its harder than just authorising the new computer. You have to transfer the files manually. I do hope you have an external HDD or a FireWire 400 cable (if you have two Macs). Basically copy and paste the iTunes folder (not the iTunes Music folder) onto the external HDD and from the HDD to the other computer. If its a Mac make sure that its in the Music folder. Open iTunes with the option key down and click Choose Library. Navigate to the Music folder and select the iTunes folder.

  • How do I transfer my music to another computer?

    How do I transfer my music from my ipod nano to another computer; keep getting message "ipod is synced with another iTunes library. An iPod can be synced with only one iTunes library at a time."?

    You cannot transfer music from an iPod directly in iTunes, you would have to use a third party application.
    As for the message, it's because you have it set to automatically sync whatever's in the library. You'd want to check "Manually manage music and videos" under the Device tab.

  • How to connect to a MySQL database in another server

    Dear friends,
    I am using Oracle SQL Developer 1.5.3 and I need to connect to a MySQL database located in another server.
    I am trying to create a new connection, informing connection name, username and password. Supposing that "Hostname" is the IP server address, I click on "Choose database", but I always receive the following error message: "Status : Failure - Cannot connect to MySQL server".
    Please tell me what I should do to solve this situation. Thanks in advance.
    Best regards,
    Franklin

    You need to configure your mysql database to accept connection from your PC for the user you used.
    For example,
    GRANT ALL ON *.* TO 'someuser'@'somehost';
    FLUSH PRIVILEGES;

Maybe you are looking for