Skip to content
Advertisement

Tag: phpmyadmin

How to get the username through an id in Laravel?

I am trying to create an offers forum, where some user can create their offers in order to provide their services and I want to show the name of the person that created that offer instead of the id. In my database I have the two tables: Offers table: User table: In offers I have a column of the professor_id,

Access denied for user ‘root’@’localhost’ after installing phpmyadmin on ubuntu

I installed phpmyadmin on my ubuntu server following these steps here: https://www.rosehosting.com/blog/install-phpmyadmin-on-ubuntu-16-04/ I installed apache, php, mysql following these steps: https://vijayasankarn.wordpress.com/2017/01/17/setting-lamp-stack-in-ubuntu-16-04-using-aws-ec2/ and when I goto login to http://myserver.com/phpmyadmin I get this error: mysqli_real_connect(): (HY000/1045): Access denied for user ‘root’@’localhost’ (using password: YES) What am I doing wrong? Am I missing a step that is not in the links above? I

Advertisement