- Timestamp:
- Apr 20, 2010, 1:00:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/Website/cfg/mysql.php
r7849 r7856 2 2 function connectdb() 3 3 { 4 mysql_connect("localhost:3306", "root", "d 3nn1s")4 mysql_connect("localhost:3306", "root", "dennis") 5 5 or die("Error connecting to mysql: " . mysql_error()); 6 6 mysql_select_db('save_energy')
Note:
See TracChangeset
for help on using the changeset viewer.