1). fist login by using mysql -u root -p let us see the all exisint databse We have till- show databases; and provide password for mysql 3). if you want to see the tables in a DB use mydatabase_name; 4). next we may in the need to see the...
Install MySql2 on an Ubuntu machine…
MySQL is a powerful database management system used for organizing and retrieving data To install MySQL, open terminal and type in these commands: sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql During the installation, MySQL will ask you to set a root password. If you miss the chance to set the...