0
How To Use MySql
How To Use MySql. How To Add File To Database And Take Any Files In Database?
2 Respostas
+ 4
You should't store files in mysql. You can store it in your server and then store its path in your database.
0
Follow the SQL tutorial. MySQL is just a variation of sql, but the foundation is the same. And if you mean installation, I used xampp (which includes php.) There are many tutorials online