1,478
edits
mNo edit summary |
m (→PHP Scripts) |
||
Line 322: | Line 322: | ||
'''''[[#top | Top]]''''' | '''''[[#top | Top]]''''' | ||
== phpMyAdmin (versions 3.3.0 and 3.3.1) == | |||
* Problem: Missing import TAB | |||
* Solution: Use the Query window | |||
Although you can use the Query window (second icon top left) to import files I prefer an import TAB. | |||
If you want to re-establish this tab proceed as follows: | |||
Edit file: | |||
* UniServer\home\admin\www\phpMyAdmin\libraries\'''server_links.inc.php''' | |||
Locate this block: | |||
<pre> | |||
$tabs['import']['icon'] = 's_sync.png'; | |||
$tabs['import']['link'] = 'server_synchronize.php'; | |||
$tabs['import']['text'] = $strSynchronize; | |||
</pre> | |||
Replace with: | |||
<pre> | |||
$tabs['synchronize']['icon'] = 's_sync.png'; | |||
$tabs['synchronize']['link'] = 'server_synchronize.php'; | |||
$tabs['synchronize']['text'] = $strSynchronize; | |||
</pre> | |||
'''''[[#top | Top]]''''' | |||
---- | ---- | ||
[[Category: Uniform Server 5.0-Nano]] | [[Category: Uniform Server 5.0-Nano]] |