Tuesday, January 6, 2009

ME lerning: Back Up and Restore a MySQL Database

ME lerning: Back Up and Restore a MySQL Database
Backup Mysql

Friday, December 26, 2008

Test for me groups

Test for me

Wednesday, December 24, 2008

ME lerning: Adding mysql foreign key constraint using ruby on rails migrations

ME lerning: Adding mysql foreign key constraint using ruby on rails migrations
http://guides.rubyonrails.org/migrations.html

Friday, June 13, 2008

Connecting & creating oracle in terminal (linux)

For connecting & creating user in oracle in Linux terminal mode



SQL> connect system/jude
Connected.

Note.here system is my admin username & jude is my admin password
SQL> CREATE USER jason IDENTIFIED BY pass;

User created.

Monday, May 12, 2008

Creating a New Administration Account

The installation process creates an account named SYSTEM. This account is considered an administrator account because it has DBA access.

Using an Oracle best practice, we can create our own administrator account and password so that we can create database user accounts when needed.
Steps to do:
1.Go to your Database home page

Login as your default adminstrator user
Username=system
Password=Jude
(Note:password will the one which u have given at the time of oracle configuration)