12. To create tables in uxtechno database:
mysql> CREATE TABLE student (name varchar(20), age int(3)); Query OK, 0 rows affected (0.00 sec) mysql>
13. To see fields of a table “student “:
mysql>DESCRIBE student;
Sample output:
Platform for learning UNIX & LINUX technologies
4. Now make the second field blank. [root@kalwa1 ~]# cat /etc/passwd|grep -i uxtechno uxtechno::500:500::/home/uxtechno:/bin/bash [root@kalwa1 ~]# This time the user...
Don’t use regular MySQL, Percona and MariaDB (we’ll migrate to MariaDB later) are better.