MySQL Forums
Forum List  »  Newbie

Re: A few newbie questions
Posted by: Jon Stephens
Date: August 01, 2024 09:26AM

MySQL supports multiple users whose privileges you can specify.

You should be able to export from Access to CSV or similar, and import this into MySQL.

After that, it shouldn't be too difficult to write a front end to this using PHP, Python, or whatever.

The latest MySQL 8.0 or 8.4 release should work fine for something like this. You can obtain installers for Community (free to use) releases for Windows, Mac, Linux from https://dev.mysql.com/downloads/.

For documentation, see https://dev.mysql.com/doc/refman/en/.

cheers

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Written By
Posted
July 31, 2024 05:14PM
Re: A few newbie questions
August 01, 2024 09:26AM
September 25, 2024 09:40AM
August 02, 2024 01:52AM
September 11, 2024 11:12AM
September 25, 2024 09:42AM
August 02, 2024 04:40AM
September 25, 2024 09:43AM
September 25, 2024 07:36AM
September 25, 2024 09:46AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.