Mysql
 sql >> डेटाबेस >  >> RDS >> Mysql

कोणीय के साथ डेटाबेस का उपयोग

1- क्या MySQL डेटाबेस को कोणीय ढांचे में एक्सेस करना संभव है?

प्रश्न कोणीय विशिष्ट नहीं है लेकिन हाँ यह संभव है , चूंकि MySQL 5.7 HTTP के माध्यम से MySQL में रिकॉर्ड डालना, अपडेट करना और हटाना संभव है। कुछ इस तरह

http://127.0.0.1:8080/sql/myhttp/SELECT+name_first,+name_last+FROM+names 
``` [refer here][1]

> Hence you can interact with MySQL directly with any HTTP client  with
> out any middle-ware.

 By HTTP Client I mean Curl,Wget or any Http library/API of any language (ajax,request,fetch,axios ... for JavaScript/node) 

2 - Would that be insecure like other JavaScript?

Again not JavaScript specific, But **Yes it's insecure(not recommended)** to directly interact with the database from the client.
  Why?
You need to handle database security issues like SQL Injection from the client side (angular in this case). It's is very inconvenient to do that.


  [1]: https://scriptingmysql.wordpress.com/2015/01/15/mysql-5-7-labs-and-the-http-plugin-inserting-updating-and-deleting-records-in-mysql-via-http/

> I do recommend to always have database access middle-ware
> (php,node,python ...) than interacting from client side



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. नेटबीन में प्रमाणीकरण प्लगइन 'caching_sha2_password' लोड करने में असमर्थ

  2. MySQL में REGEXP_INSTR () फ़ंक्शन कैसे काम करता है

  3. NHibernate / MySQL स्ट्रिंग संयोजन

  4. एक ही आईडी वाले रिकॉर्ड का चयन करने के लिए एसक्यूएल क्वेरी लेकिन दो कॉलम में अलग-अलग मान

  5. MySQL चार बनाम int