Can we store files in mysql?



Can we store files in mysql?..

Answer / Sewika Kumari

MySQL does not natively support file storage within the database. However, you can work around this by storing file paths or binary data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do I restart mysql on windows?

1 Answers  


Why are function needed?

1 Answers  


Can you tell what are various ways to create an index?

1 Answers  


How to escape special characters in sql statements?

1 Answers  


How do I assign a variable in mysql?

1 Answers  


I want to start and stop mysql on windows? How do I do that?

1 Answers  


How do I grant privileges to a user in mysql phpmyadmin?

1 Answers  


How to get the current date in mysql?

1 Answers  


How to add a new column to an existing table in mysql?

1 Answers  


What is mysql data directory?

1 Answers  


Explain the difference between FLOAT, DOUBLE and REAL.

14 Answers   Yahoo,


What is trigger in mysql?

1 Answers  


Categories