Jump to content

Recommended Posts

Posted (edited)

Are you using MySQL? And could you please provide more information on the issue you are receiving please.

No, I'm using postgre. When I make any insert to the db is imposible cause this message come out.

Edited by rivas0x
Posted

Insert is working for me on postgresql on Johnny. Which database are you trying to insert into? Which username are you running the insert command from? Are you using command line or pgphpadmin or something else?

Posted

Insert is working for me on postgresql on Johnny. Which database are you trying to insert into? Which username are you running the insert command from? Are you using command line or pgphpadmin or something else?

The database name is: rivas0x_TSJ, the user is: rivas0x_root and I can't insert using command line in my proyect, but in the phppgadmin I use the same insert instruction and it work fine...

Posted

I used:" GRANT USAGE ON SEQUENCE public. usuario_id_seq TO public;" and this way I could insert, in case someone requires the solution, thank you.

Guest
This topic is now closed to further replies.
×
×
  • Create New...