We Recommend

Smarty PHP Template Programming And Applications Smarty PHP Template Programming And Applications
Smarty is a templating engine for PHP. Designers who are used to working with HTML files can work with Smarty templates, which are HTML files with simple tags while programmers work with the underlying PHP code. The Smarty engine brings the code and templates together. The result of all this is that designers can concentrate on designing, programmers can concentrate on programming, and they don't need to get in each others way so much.


Posted By

jpdamen on 12/21/07


Tagged

mysql remote textmate connection config


Versions (?)


mysql allow remote connection


Published in: Other 


  1. GRANT ALL PRIVILEGES ON *.* TO root@192.168.123.xxx IDENTIFIED BY 'password';
  2.  

Report this snippet 

You need to login to post a comment.