ME lerning: Back Up and Restore a MySQL Database
Backup Mysql
Tuesday, January 6, 2009
Friday, December 26, 2008
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
Posted by Gen at 4:37 AM 0 comments
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.
Posted by Gen at 4:47 AM 0 comments
Labels: Oracle
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)
Posted by Gen at 7:24 AM 0 comments
Labels: Oracle