stickyimage

Felici is packed with a cool notification manager, alert your visitors the smart way.

Learn More Close

Archives

  • Grant Remote Access To DB

    Jun 09, 2009 3 Comments

    Here is a small tutorial if you want to grant remote access to a DB on your server. First login trough SSH on your server and get access to you mysql $mysqladmin -u XXX password  XXX Note: that db_user and db_passwd are your database username and database password GRANT ALL PRIVILEGES ON db_base.* ...

    Read More →