insert command denied in mysql

后端 未结 7 1009
天涯浪人
天涯浪人 2021-01-17 07:41

I have a database table from which, when I select data with username and password, it works but when I insert some data in that table with same username and password it show

7条回答
  •  离开以前
    2021-01-17 08:26

    Make sure that you have an open connection to the database.

    If you have separate functions for database connection and for insert values check the database connection is open or not.

提交回复
热议问题