Twee Consulting Group

Twee Consulting Group TWEE We understand that each of our client's needs are unique, however they all require timely, technically sound and cost effective solutions.

TWEE provides professional IT enabled Geospatial, Information Technology and Graphic design consultancy services in strict adherence to the highest ethical and technical standards. Our standard business practice is to work with each client to clearly define project scope and requirements and develop a solution that is right on target. We assist our clients through consulting, planning, design and implementation of viable and practical projects & programs that are delivered on time and on budget.

Professional Web Hosting from TWEE Host.TWEE Host is dedicated to providing their customers with the most reliable web h...
02/09/2012

Professional Web Hosting from TWEE Host.

TWEE Host is dedicated to providing their customers with the most reliable web hosting service possible. Fast, reliable, web hosting at an affordable price with secure servers, and 24/7 technical support make hosting your website with TWEE Host the obvious choice.

http://www.tweehost.com/
http://demo.tweehost.com/whois.php

TWEE host, cheap web hosting service provider in Bangladesh

25/08/2012

# # # # # # # # # # Creating A Database user On Ubuntu Server
Login your Ubuntu Server
Goto terminal

On a default settings, mysql root user do not need a password to authenticate from localhost.
In this case, ou can login as root on your mysql server using:

$ mysql -u root

If a password is required, use the extra switch -p:

$ mysql -u root -p
Enter password:

Now that you are logged in, we create a database:

mysql> create database database_name;
Query OK, 1 row affected (0.00 sec)

We allow user USERNAME to connect to the server from localhost using the password userpassword:

mysql> grant usage on *.* to username@localhost identified by 'userpassword';
Query OK, 0 rows affected (0.00 sec)

And finally we grant all privileges on the sslbd database to this user:
mysql> grant all privileges on database_name.* to username@localhost;
Query OK, 0 rows affected (0.00 sec)

Check :
goto : http://server_IP/phpmyadmin
User : username
Password : userpassword

Address

Block#23, Plot#14, Road#6, Bank Town, Savar
Dhaka
1347

Alerts

Be the first to know and let us send you an email when Twee Consulting Group posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share