37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
|
head 1.1;
|
||
|
access;
|
||
|
symbols;
|
||
|
locks; strict;
|
||
|
comment @# @;
|
||
|
expand @o@;
|
||
|
|
||
|
|
||
|
1.1
|
||
|
date 2009.02.03.11.01.51; author PiersHiggs; state Exp;
|
||
|
branches;
|
||
|
next ;
|
||
|
|
||
|
|
||
|
desc
|
||
|
@none
|
||
|
@
|
||
|
|
||
|
|
||
|
1.1
|
||
|
log
|
||
|
@none
|
||
|
@
|
||
|
text
|
||
|
@%META:TOPICINFO{author="PiersHiggs" date="1233658911" format="1.1" version="1.1"}%
|
||
|
%META:TOPICPARENT{name="WebHome"}%
|
||
|
|
||
|
---++How can I access mySQL directly?
|
||
|
|
||
|
Make sure the user is set up to acces Typo3 (http://www.tdwg.org/typo3). To do that, check out the wiki at [[TDWG Typo3 Documentation]].
|
||
|
|
||
|
Go to Typo3 and log in using your single sign on, you should see phpMyAdmin down the left hand side.
|
||
|
|
||
|
If you click on that, you're straight into phpMyAdmin. It will load within the typo3 frame, but it is pretty much a standalone application. It's official documentation is in http://www.tdwg.org/typo3conf/ext/phpmyadmin/modsub/phpMyAdmin-2.6.4-pl3/Documentation.html but that's not much use... this is a better place to start if you need it: http://www.phpmyadmin.net/home_page/docs.php
|
||
|
|
||
|
Ask the gang for any assistance you might need.@
|