Jump to content
Froxlor Forum
  • 0

[solved] Root Passwort


Philax

Question

5 answers to this question

Recommended Posts

<?php

//automatically generated userdata.inc.php for Froxlor

 

////1

$sql['host']='127.0.0.1';

$sql['user']='froxlor';

$sql['password']='XXXXX';

$sql['db']='froxlor';

 

////2

$sql_root[0]['caption']='Default';

$sql_root[0]['host']='127.0.0.1';

$sql_root[0]['user']='root';

$sql_root[0]['password']='XXXXX';

?>

 

Was davon ist nun SQL, was SSH? Ich dachte ja das 2. w?re SSH, aber anscheinend ist das auch SQL :o

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...