Questions
Login | Register RSS
Posted on 01/30/2012
Here is how you can easily backup & restore MySQL database.   Backup MySQL database: mysqldump –u root –p password db_1 > db_1.sql Restore MySQL database: mysqldump –u root –p passwor... Read More...
Posted on 08/05/2011
Use this command to create a new username, with a password, but no grant permissions. CREATE USER 'username'@'localhost' IDENTIFIED BY 'password'; Use this command to remove a username. DROP USER 'username'@'localhost'; ... Read More...
Page # 1 of 5 Next Page »
 
Image

Image Gallery