can python and php access same mysqldb? -


is possible access same mysql database using python , php.beacause developing video searching website based on semantics. purposely have use python , javaee. have make datbase store video data. should accessed through both python , javaee, can use php interfacing between javaee mysql database. problem python can access same database.?

i new here , developing. appreciate kindness. think can best solution

it's database. doesn't care language or application you're using access it. that's 1 of benefits of having standards mysql protocol, sql in general, or things tcp/ip: allow different systems seamlessly inter-operate.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -