Windows 10: convert a phpmyadmin mysql database directly to mssql server or access

Discus and support convert a phpmyadmin mysql database directly to mssql server or access in Windows 10 Gaming to solve the problem; Hi Microsoft, Do you have any utilities or wizards to convert a mysql database on at / under a phpmyadmin directly to ms sql server or ms access.... Discussion in 'Windows 10 Gaming' started by Damien W_206, Oct 23, 2022.

  1. convert a phpmyadmin mysql database directly to mssql server or access


    Hi Microsoft, Do you have any utilities or wizards to convert a mysql database on at / under a phpmyadmin directly to ms sql server or ms access.

    :)
     
    Damien W_206, Oct 23, 2022
    #1
  2. shuggans Win User

    Switching from mySQL to MSSQL

    Hello all,
    I a have a dilemma on my hands. MY application uses mySQL, and everything woks great. I planned to list mysql server as a requirement for my application, so that I didn't have to worry about licensing issues with distribution (my app is commercial, not GPL). My app uses libmysql.dll to connect to the mysql database instance, which, come to find out, must be licensed to distribute as well says Oracle.

    So:
    I planned to switch everything over to MSSQL express, which is totally free to distribute and use in commercial applications. I am used to mySQL server, not MSSQL. Upon installing MSSQL server, I discovered it uses local authentication (Windows username and pass)... Is there a way to set up MSSQL server to function like mySQL server? ex: requiring my connection string to use username, pass, DB name, and table name? The DB is accessed by both my app and an IIS site runnign on the same server.

    Does anyone know of any good tutorials or sample walkthroughs of building a vb.net app that connects to and uses MSSQL server?

    Thanks so much guys
     
    shuggans, Oct 23, 2022
    #2
  3. MSSQL Server 2012 to MySQL Linux. Dire performance

    I am running MSSQL on server 2012 and I'm trying to do queries against a MySQL database on a Linux box. I'm using MySQL ODBC 5.1 Driver. I have data moving in both directions often based on comparisons (update target from source where filedX <> FieldY
    and so on).

    My Issue is one of performance. It's rubbish. Basic queries work fine but as soon as I'm doing any bulk data moves (> 10,000 records say) then it becomes simpler to actually copy the data from MySQL to MSSQL, run the comparisons and send back a much reduced
    number of rows. This obviously makes for some interesting SQL scripts and a lot of pain!

    Am I missing something in terms of tuning the connection or whatever?

    Thanks in advance
     
    Alex Stennett, Oct 23, 2022
    #3
  4. W1zzard Win User

    convert a phpmyadmin mysql database directly to mssql server or access

    Convert hsql to mysql

    dump to csv and import. phpmyadmin is a great tool for managing mysql databases
     
    W1zzard, Oct 23, 2022
    #4
Thema:

convert a phpmyadmin mysql database directly to mssql server or access

Loading...
  1. convert a phpmyadmin mysql database directly to mssql server or access - Similar Threads - convert phpmyadmin mysql

  2. Unable to connect to MSSQL database when Dns servers are added to second NIC.

    in Windows 10 Gaming
    Unable to connect to MSSQL database when Dns servers are added to second NIC.: Hi all,In our setup we have a machine that has 2 network interfaces. the 2 networks it is part of are both statically configured and completely separated. The two networks are:172.16.2.0/24 completely isolated network, unmanaged switches connect all the...
  3. Unable to connect to MSSQL database when Dns servers are added to second NIC.

    in Windows 10 Software and Apps
    Unable to connect to MSSQL database when Dns servers are added to second NIC.: Hi all,In our setup we have a machine that has 2 network interfaces. the 2 networks it is part of are both statically configured and completely separated. The two networks are:172.16.2.0/24 completely isolated network, unmanaged switches connect all the...
  4. bring a mysql database into sharepoint , sharepoint list ?

    in Windows 10 Gaming
    bring a mysql database into sharepoint , sharepoint list ?: Hi Microsoft, Can you advise how we can bring a mysql database into sharepoint directly as a list or collection of lists ? convert a phpmyadmin mysql database directly to mssql server or access...
  5. bring a mysql database into sharepoint , sharepoint list ?

    in Windows 10 Software and Apps
    bring a mysql database into sharepoint , sharepoint list ?: Hi Microsoft, Can you advise how we can bring a mysql database into sharepoint directly as a list or collection of lists ? convert a phpmyadmin mysql database directly to mssql server or access...
  6. convert a phpmyadmin mysql database directly to mssql server or access

    in Windows 10 Software and Apps
    convert a phpmyadmin mysql database directly to mssql server or access: Hi Microsoft, Do you have any utilities or wizards to convert a mysql database on at / under a phpmyadmin directly to ms sql server or ms access....
  7. MySQL server is not starting in Xampp

    in Windows 10 Software and Apps
    MySQL server is not starting in Xampp: I had recently installed XAMPP on my Laptop and had created one website on localhost, everything was working fine till today but today when I started XAMPP server to proceed further with my website then Apache Server started normally as usual, but when I try to start MYSQL...
  8. Database users -- MySQL or MariaDB

    in Windows 10 Software and Apps
    Database users -- MySQL or MariaDB: Hi there It looks as if in future MySql won't be 100% compatible with MariaDB. -- is there any point in switching now to save hassles in future (currently all commands etc work equally on both systems) or for most people is this not really an issue. Tables, sql syntax etc...
  9. converting Access .mdb back-end to MySQL?

    in Windows 10 Customization
    converting Access .mdb back-end to MySQL?: I'm investigating converting my Access program back-end to MySQL and am looking for information about what would be involved and what, if any, changes it would require on the front-end. I'd appreciate just references to respected information sources. Gordon...
  10. MySQL Database Remote | NEED HELP

    in Windows 10 Software and Apps
    MySQL Database Remote | NEED HELP: I wanted to create a MYSQL Database which is remote accessable ( SQL Manager Studio 2017 from Microsoft) I firstly chose the LAMP App. Set it up updated everything, installed the MySQL-Server did the Secure Installation, changed the config (bind-address = 139.59.146.143),...