Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
moodle_rebase10.1.2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Blinov
moodle_rebase10.1.2
Commits
d51181e3
Commit
d51181e3
authored
Jul 01, 2011
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update phpmyadmin working example
parent
c3d32ef6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
software/phpmyadmin/phpmyadmin-configuration-template.php.ini
...ware/phpmyadmin/phpmyadmin-configuration-template.php.ini
+0
-25
No files found.
software/phpmyadmin/phpmyadmin-configuration-template.php.ini
deleted
100644 → 0
View file @
c3d32ef6
<?php
$cfg
['blowfish_secret']
=
''
; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
$
i
=
0;
$i++
;
/*
Server
parameters
*/
$cfg
['Servers'][$i]['host']
=
'%(mysql_host)s'
;
$cfg
['Servers'][$i]['port']
=
'%(mysql_port)s'
;
/*
Authentication
type
*/
$cfg
['Servers'][$i]['auth_type']
=
'cookie'
;
$cfg
['Servers'][$i]['user']
=
''
;
$cfg
['Servers'][$i]['connect_type']
=
'tcp'
;
$cfg
['Servers'][$i]['compress']
=
false
;
/*
Select
mysqli
if
your
server
has
it
*/
$cfg
['Servers'][$i]['extension']
=
'mysql'
;
$cfg
['Servers'][$i]['AllowNoPassword']
=
false
;
/*
rajk
-
for
blobstreaming
*/
$cfg
['Servers'][$i]['bs_garbage_threshold']
=
50
;
$cfg
['Servers'][$i]['bs_repository_threshold']
=
'32M'
;
$cfg
['Servers'][$i]['bs_temp_blob_timeout']
=
600
;
$cfg
['Servers'][$i]['bs_temp_log_threshold']
=
'32M'
;
$cfg
['UploadDir']
=
''
;
$cfg
['SaveDir']
=
''
;
?>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment