Z-Axis Orienté troisième dimension | Le problème c'est que c'est toujours des trucs comme ça pour installer qu'il faut faire :
Citation :
# If the process was a success, you will be reported something like 'Query OK, 0 rows affected (0.05 sec)'. Enter quit to leave MySQL prompt.
# Once you have a proper database, dump the required tables into your database:
$ mysql -u user -p dbname < database/database.mysql
where user is the username you have set in the previous step, dbname is the name of you database. You will be asked to enter the database password - the same password you have set in the previous step.
# Set the database options in includes/conf.php so Drupal can access the database you have created. Edit the following line:
$db_url = "mysql://user:password@hostname/dbname";
|
Seulement c'est pas en local que je l'installe, j'ai pas de compte root sur la machine ni user (enfin je peux pas en avoir si ?) ---------------
x,y,z
|