I have a few tables in my MYSQL database that I'd like to send over to a MY SQL database and develop a few queries applications based on it. The tables have no stored procedures or triggers - Can anyone recommend a good tool or method to do the conversion process?
If they'rent a lot, manually doing it wouldn't be a way? if you dont want it manually, I have a software bought for 49$ I can merge your tables for 10$
MS Access comes with some pretty advanced export features-- check the help area. You should be able to export the schema and content and upload to a mySQL database with phpmyadmin pretty easily. Q...
The MySQL Migration Toolkit can convert a variety of databases to MySQL (including MSSQL): http://dev.mysql.com/doc/migration-toolkit/en/mysql-migration-toolkit-features.html
There are some softwares which converts automatically sqlserver databast to mysql database. Other way is generate sql script and paste it in mysql using phpmyadmin