زبان برنامه نویسی PHP و برنامه های حرفه ای که با این زبان نوشته می شه ، اگر نیاز به دسترسی به بانک اطلاعاتی داشته باشه ، بیشتر برنامه نویسان از بانک اطلاعاتی MySQL استفاده می کنند .
اما مشکل بعضی از برنامه نویسان تازه وارد این هست که آشنائی زیادی با MySQL ندارند ، و به همین دلیل به برنامه هائی که با امکانات بیشتر و آسانتر هستند رو می کنند ...
یکی از این برنامه ها ، برنامه Access هست که یکی از برنامه های مجموعه Office هست که کار خودش را هم خیلی خوب انجام داده و در بین برنامه نویسان مورد قبول هست .
اما برای تبدیل این بانکها یعنی بانکهائی که با برنامه Access ساخته شده اند به بانکهای اطلاعاتی MySQL شما می توانید از این برنامه استفاده کنید .
برنامه تمام و کمال برای انجام تبدیل بانکهای اطلاعاتی Access به MySQL ...
کار با نرم افزار خیلی راحت هست ، دانلود کنید ؛

Access2MySQL Pro is a database migration tool for data conversion from MS Access database (.mdb file) to MySQL server and MySQL db to Microsoft Access. You can convert Access to MySQL or visa versa MySQL to Access simply by configuring several options through Wizard interface or in command line mode.
Ability to organize application work using command line parameters is supplemented with a built-in scheduler so you can run the program without user input after scheduling. Along with general functionality - data importing / exporting - this easy to use converter allows you to store your data to PHP script. When using PHP script the speed of data export will be much faster than if MS Access databases were copied to MySQL database directly because the copying to MySQL database is executed with utilization of the server where the particular script is launched. If a direct access to your MySQL base is denied (no sufficient privileges) you can save your data into a dump file to overcome such restrictions. The primary function of the MySQL privilege system is to authenticate a user connecting from a given host, and to associate that user with privileges on to select, insert, update, and delete a database. The SELECT, INSERT, UPDATE, and DELETE privileges allow you to perform operations on rows in existing tables in a database. The privilege system ensures that all users may perform only the operations allowed to them. Thus in case you have no privileges to create or modify a database on the target MySQL server there is an opportunity to save your data into a dump file
Access2MySQL Pro converter fixes the contents of the source database into a local dump file instead of sending it to MySQL server directly.
The destination file will consist of MySQL statements to create all tables and to fill them with the data. Using this dump file MySQL server administrator will add data to your MySQL database.