Put your tips and tricks online - Share your knowledge! Login | Register
 
 
  Search     Advanced search
 

Home | Ask Question | Add tip | My tips | Recent tips & tricks | Suggest a category | FAQ | Forums

 
 
 
 Found 2 tips, Displaying 1 - 2 
 
Sort by 
 
 Delete MySQL user
To remove a MySQL user account run this command: mysql> drop user [username]; Dropping user will not disconnect an active database session, it will take effect after the user disconnects.
 More...
10/19/06
 
 
 Create new MySQL user account
The command below will create MySQL user called 'testuser' on localhost with all privileges for database called 'testdb' and with password 'mypassword'. Connect to the server with mysql and run command: grant all on testdb.* to testuser@localhost identified by 'mypassword';
     
More...

10/17/06
 
 


Recent tips & tricks
Miscellaneous > Middleware > Oracle Fusion Middleware > Oracle SOA Suite : How to create users using comm...
Databases > Oracle > Security : What privileges are needed to ...
Miscellaneous > Middleware > Oracle Fusion Middleware > Oracle SOA Suite : How to installl Standalone Res...
Databases > Oracle > Oracle 10g : How to upgrade Oracle 10.2.0.3...

More categories
Databases | Programming | Hardware | Operating Systems | Networking | Internet | ERP / CRM | Games & Multimedia | Graphics & Design | Miscellaneous | Office Software | TipLib FAQ
 

Home |  FAQ |  Terms of Use |  Privacy Policy

© 2005 tiplib.com