Showing posts with label LINUX. Show all posts
Showing posts with label LINUX. Show all posts

Friday, 24 January 2014

MYSQL Database Create

|0 comments
Create a MySQL Database, Tables and Insert Data How do I create a MySQL database, tables, and insert (store) data into newly created tables? MySQL is a free and open source database management system. You need to use sql commands to create database. You also need to login as mysql root user account. To create a database and set up tables for the same use the following sql commands: ...[Readmore]

Share Folder Linux

|1 comments
How to install Samba server on CentOS 6 Part 1: Configuring anonymous share with samba server To install the samba package,enter the following command: sudo yum install samba samba-client samba-common Check the version of installed samba software by using this command: smbd --version Configure the samba service, so that, it will start automatically...[Readmore]