'How can I store currency in MySQL?

I have csv file i want import to phpmyadmin 5.1 there is currency number like:

4,292.99 and -106.00

what data type use in phpmyadmin to import this data i try to use DECIMAL (5, 2) and change the number alot without succeeding. any help?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source