mattyh88
Legacy Member
Laat mij beginnen bij het begin.
Wanneer ik ingelogd ben op phpMyAdmin (staat hier op mijn eigen serverke thuis) zie ik onderaan het bericht "Extra opties om met tabellen te werken, die gelinkt zijn, zijn uitgeschakeld. Om te weten te komen waarom klik hier." staan. Ik zou nu een database moeten restoren in phpMyAdmin die gebruik maakt van foreign keys ("gelinkte tables dus" ?) Ik heb eens geklikt op die "meer info" knop en ben dan uitgekomen bij onderstaande uitleg.
--- --- --- --- ---
For a whole set of new features (bookmarks, comments, SQL-history, PDF-generation, field contents transformation, etc.) you need to create a set of special tables. Those tables can be located in your own database, or in a central database for a multi-user installation (this database would then be accessed by the controluser, so no other user should have rights to it). Ik heb een central database "phpmyadmin"
Please look at your ./scripts/ directory, where you should find a file called create_tables.sql. (If you are using a Windows server, pay special attention to FAQ 1.23). Heb ik gedaan, ook die FAQ 1.23 is in orde
If you already had this infrastructure and upgraded to MySQL 4.1.2 or newer, please use ./scripts/upgrade_tables_mysql_4_1_2+.sql. niet van toepassing bij mij
You can use your phpMyAdmin to create the tables for you. Please be aware that you may need special (administrator) privileges to create the database and tables, and that the script may need some tuning, depending on the database name. ik weet niet of hier echt iets moet gebeuren...
After having imported the ./scripts/create_tables.sql file, you should specify the table names in your ./config.inc.php file. The directives used for that can be found in the Configuration section. You will also need to have a controluser with the proper rights to those tables (see section Using authentication modes below). Ik ben aant kijken naar de directives in de Configuration sectie, ma 't zijn der zodanig veel da'k nie weet welke te nemen .. ale tegen da'k door elke directive ben gepasseerd .. als er iemand kan zeggen welke ik juist nodig heb .. 't zou een goeie hulp zijn ^^
--- --- --- --- ---
Ik denk dat dit iets zou moet doen?
Maar als ik de phpMyAdmin pagina dan refresh krijg ik opeens niets meer te zien.
Enige hulp wordt natuurlijk altijd ongelooflijk hard gewaardeerd ^^
Wanneer ik ingelogd ben op phpMyAdmin (staat hier op mijn eigen serverke thuis) zie ik onderaan het bericht "Extra opties om met tabellen te werken, die gelinkt zijn, zijn uitgeschakeld. Om te weten te komen waarom klik hier." staan. Ik zou nu een database moeten restoren in phpMyAdmin die gebruik maakt van foreign keys ("gelinkte tables dus" ?) Ik heb eens geklikt op die "meer info" knop en ben dan uitgekomen bij onderstaande uitleg.
--- --- --- --- ---
For a whole set of new features (bookmarks, comments, SQL-history, PDF-generation, field contents transformation, etc.) you need to create a set of special tables. Those tables can be located in your own database, or in a central database for a multi-user installation (this database would then be accessed by the controluser, so no other user should have rights to it). Ik heb een central database "phpmyadmin"
Please look at your ./scripts/ directory, where you should find a file called create_tables.sql. (If you are using a Windows server, pay special attention to FAQ 1.23). Heb ik gedaan, ook die FAQ 1.23 is in orde
If you already had this infrastructure and upgraded to MySQL 4.1.2 or newer, please use ./scripts/upgrade_tables_mysql_4_1_2+.sql. niet van toepassing bij mij
You can use your phpMyAdmin to create the tables for you. Please be aware that you may need special (administrator) privileges to create the database and tables, and that the script may need some tuning, depending on the database name. ik weet niet of hier echt iets moet gebeuren...
After having imported the ./scripts/create_tables.sql file, you should specify the table names in your ./config.inc.php file. The directives used for that can be found in the Configuration section. You will also need to have a controluser with the proper rights to those tables (see section Using authentication modes below). Ik ben aant kijken naar de directives in de Configuration sectie, ma 't zijn der zodanig veel da'k nie weet welke te nemen .. ale tegen da'k door elke directive ben gepasseerd .. als er iemand kan zeggen welke ik juist nodig heb .. 't zou een goeie hulp zijn ^^
--- --- --- --- ---
Ik denk dat dit iets zou moet doen?
Code:
$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
Maar als ik de phpMyAdmin pagina dan refresh krijg ik opeens niets meer te zien.
Enige hulp wordt natuurlijk altijd ongelooflijk hard gewaardeerd ^^