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

Similar Messages

  • 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.

  • 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.

  • 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!

  • 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 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

  • HT1386 my Ipod will not connect to my computer it worked yesterday but not today and it is only a new ipod touch, it will not even be recognised on my itunes but yet it can charge off my computer. need help!

    it worked yesterday but not today and it is only a new ipod touch, it will not even be recognised on my itunes but yet it can charge off my computer. need help!

    iOS: Device not recognized in iTunes for Mac OS X
    or
    iOS: Device not recognized in iTunes for Windows

  • How to transfer itunes library to another computer

    I have my Itunes library on an external harddrive but want to change it to another computer please help?

    Is the whole library on the external or just the media folder?
    If it is just the medial folder see Making a split library portable otherwise you should be good to go.
    tt2

  • 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

  • How to transfer te license on another computer (CS5)

    Hi everyone, i'm truly sorry if this is the wrong forum to ask, but I thought it was the right one!
    I need to transfer the license of the whole CS5 Design standard on another computer, since the old one it's gonna be sold and formatted.
    I didn't find the proper way to do it, so here i am asking.
    Thank you for your help.
    Linda

    Hi Windycina,
    I believe you still have the access to the serial number. If you do, Please use the following download link to download Adobe Design Standard CS5 (If you dont have the media with you) and use the serial number to complete the installation.
    Other downloads
    For the deactivation from the previous machine, please launch any one of the products ( say Photoshop ), navigate to help > Deactivate.
    Cheers,
    Kartikay Sharma

  • 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 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

  • Capturing XBOX live game feed successful!

    Just thought I would share how I did it... I used this: http://www.canopus.com/products/ADVC55/index.php And something like this... http://www.radioshack.com/product/index.jsp?productId=2103065&cp=2032057.2032187 .2032188.2032195&pg=2&numProdsPerPage

  • Error from bex query while executing in portal

    Dear Experts, while executing the query bex analyzer, is working ok but the same query when executing in portal is throwing the following error: error message: The initial exception that caused the request to fail was: Termination message sent ABEND

  • Watermark in pdf.

    Hi All, Can you anybody help me on how to apply watermark on adobe interactive form.The watermark should not overlap the data that is being currently shown. Cheers, Tubai

  • INCLUDE report "%_HR9008" not found'.

    Hi All I also got the same problem. I already executed RPUMS40CCI. But i still got error message ' INCLUDE report "%_HR9008" not found'. any one tellme how to run the standard program RPUMS40CCI?

  • Exporting playlists from a ipod

    I have a master playlist that i have created on my ipod. I want to export that playlist from my ipod so that i can make a back up copy in case the ipod crashes. Does any body know how to export playlists from the ipod to np3 format? I tried to export