Tablespace et Cluster sous PhpMyAdmin
Résolu
Syp
Messages postés
20
Date d'inscription
Statut
Membre
Dernière intervention
-
KéKeCest !! -
KéKeCest !! -
'soir,
Je rêve peut-être un peu, mais est-il possible de créer un tablespace ainsi que des clusters sous PhpMyAdmin?
Sur Oracle okay, mais PMA le permet-il?
create tablespace AGENCE datafile 'AGENCE_fichier.dtb' size 50M EXTENT MANAGEMENT LOCAL AUTOALLOCATE;
CREATE CLUSTER C1_IDclient
(ID_client NUMBER)
SIZE 512
STORAGE (initial 2M next 1M);
CREATE CLUSTER C2_IDfact
(ID_fact NUMBER)
SIZE 512
STORAGE (initial 2M next 1M);
create INDEX idx_client ON CLUSTER C1_IDclient;
create INDEX idx_fact ON CLUSTER C2_IDfact;
Merci d'avance! =)
Je rêve peut-être un peu, mais est-il possible de créer un tablespace ainsi que des clusters sous PhpMyAdmin?
Sur Oracle okay, mais PMA le permet-il?
create tablespace AGENCE datafile 'AGENCE_fichier.dtb' size 50M EXTENT MANAGEMENT LOCAL AUTOALLOCATE;
CREATE CLUSTER C1_IDclient
(ID_client NUMBER)
SIZE 512
STORAGE (initial 2M next 1M);
CREATE CLUSTER C2_IDfact
(ID_fact NUMBER)
SIZE 512
STORAGE (initial 2M next 1M);
create INDEX idx_client ON CLUSTER C1_IDclient;
create INDEX idx_fact ON CLUSTER C2_IDfact;
Merci d'avance! =)
A voir également:
- Tablespace et Cluster sous PhpMyAdmin
- Clé étrangère phpmyadmin ✓ - Forum MySQL
- Localhost/phpmyadmin ✓ - Forum PHP
- Accédé à phpmyadmin??? ✓ - Forum Linux / Unix
- Acceder au localhost phpmyadmin en local depuis un autre poste - Forum Ubuntu
- Phpmyadmin ovh - Forum Hébergement
2 réponses
B'soir,
Euh .. faut pas non plus demander à MySql d'être conçu comme un véritable SGBDR quand même.
Database, Tables et pis c'est tout - tu n'aura rien de plus sous PHPMyAdmin.
Amicalement.
Euh .. faut pas non plus demander à MySql d'être conçu comme un véritable SGBDR quand même.
Database, Tables et pis c'est tout - tu n'aura rien de plus sous PHPMyAdmin.
Amicalement.