12
sarc
5y

Whole class: makes an sql database using phpmyadmin. Simple, easy, meets the requirements
Me: fuck it. Use python with pyqt5. And Microsoft sql server Spend unnecessary hours on making repetitive functions, cause my stupid ass can't figure out how to pass more than one parameters in class methods.
All in all, it looks good. I feel like I did something, learnt something new. Took on a challenge. Its a wierdly good feeling, somewhat rewarding.

Comments
  • 2
    What do you mean by "makes and SQL database"?
  • 9
    Or you know - opens terminal

    mysql -u root - p
    .
    create database hello_world;
    .

    Also MS database is not a MySql database. So your effort did not deliver the actual requirements.
  • 0
    @hell he means use mysql gui in phpmyadmin. Amirite?
  • 1
    @C0D4 maybe the requirement is sql.
  • 0
    Apologies for the confusion in writing, wrote it in haste.
    So, the thing is we're studying databases and so had to use sql to write our database schema. Now as sql has some variants, mine was mssql. Now we had to develop a front end gui for it and also setup a backend server. Mostly people used php for the backend and developed html pages and had them connected to it as a front end gui.
Add Comment