Programmer Lab
Home
PHP | Mysql | Laravel
Post Question
Doctrine
mysql
Mysql Databse connection code
July 15, 2016
Add Comment
Mysql Databse connection code
[...]
Mysql Databse connection code
July 15, 2016
Add Comment
Mysql Databse connection code mysql_connect("localhost","username","password");
[...]
Connect mysql DB from command line interface
July 15, 2016
9 Comments
Open terminal Ctr+Alt+T Enter following command sudo mysql -u root(username of your db) -p Press Enter Now it will ask for password
[...]