Programmer Lab
Home
PHP | Mysql | Laravel
Post Question
Doctrine
Mysql
Mysql
Install Php7,Apcahe and Mysql 5.6 on ubuntu 16.06 ?
October 19, 2016
12,050 Comments
Install PHP 7 First install python-software-properties package on your system which provides add-apt-repository command then use the following set of
[...]
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
[...]