Posts by melque_tcd • 135 points
3 posts
-
3
votes4
answers30736
viewsA: Permission error when trying to access database
This error happened because the password that was specified in the script, where the connection to the database is made, was different from the root password of my machine. Silly mistake for lack of…
-
6
votes4
answers30736
viewsQ: Permission error when trying to access database
I took a little project already ready to study, only that is giving this error, recently migrated to the Ubuntu and I do not know what to do. Error: SQLSTATE[28000] [1045] Access denied for user…
-
4
votes2
answers1688
viewsQ: 1005 - Can’t create table '' Rrno: 150
I’m starting my programming journey and came across a mistake in the creation of the Mysql database: 1005 - Can’t create table 'mydb.supplier' (Rrno: 150) What could it be? I’ve entered several…