|  | Posted by AnrDaemon on 11/06/07 04:40 
Greetings, farhan.In reply to Your message dated Monday, November 5, 2007, 01:02:00,
 
 > <?php
 >  $username = "root";
 >  $password = "budget";
 >  $database = "budget";
 
 Do. Not. Use. ROOT. User. In. Production. Environment.
 Ever.
 
 All SUPER users in MySQL handled with special rules, different from normal
 users.
 
 
 --
 Sincerely Yours, AnrDaemon <anrdaemon@freemail.ru>
 [Back to original message] |