Bonjour j'ai modifier le fichier my.ini.
La ligne datadir=nouveauchemin
pour indiquer ou se trouve la BDD et j'ai cette erreur dans les log :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
2015-07-19 21:33:40 4832 [Note] Plugin 'FEDERATED' is disabled.
wampmysqld: Table 'mysql.plugin' doesn't exist
2015-07-19 21:33:40 4832 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
2015-07-19 21:33:40 4832 [Note] InnoDB: The InnoDB memory heap is disabled
2015-07-19 21:33:40 4832 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2015-07-19 21:33:40 4832 [Note] InnoDB: Compressed tables use zlib 1.2.3
2015-07-19 21:33:40 4832 [Note] InnoDB: Not using CPU crc32 instructions
2015-07-19 21:33:40 4832 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2015-07-19 21:33:40 4832 [Note] InnoDB: Completed initialization of buffer pool
2015-07-19 21:33:41 4832 [Note] InnoDB: The first specified data file .\ibdata1 did not exist: a new database to be created!
2015-07-19 21:33:41 4832 [Note] InnoDB: Setting file .\ibdata1 size to 12 MB
2015-07-19 21:33:41 4832 [Note] InnoDB: Database physically writes the file full: wait...
2015-07-19 21:33:42 4832 [Note] InnoDB: Setting log file .\ib_logfile101 size to 48 MB
2015-07-19 21:33:47 4832 [Note] InnoDB: Setting log file .\ib_logfile1 size to 48 MB
2015-07-19 21:33:52 4832 [Note] InnoDB: Renaming log file .\ib_logfile101 to .\ib_logfile0
2015-07-19 21:33:52 4832 [Warning] InnoDB: New log files created, LSN=45781
2015-07-19 21:33:52 4832 [Note] InnoDB: Doublewrite buffer not found: creating new
2015-07-19 21:33:52 4832 [Note] InnoDB: Doublewrite buffer created
2015-07-19 21:33:52 4832 [Note] InnoDB: 128 rollback segment(s) are active.
2015-07-19 21:33:52 4832 [Warning] InnoDB: Creating foreign key constraint system tables.
2015-07-19 21:33:53 4832 [Note] InnoDB: Foreign key constraint system tables created
2015-07-19 21:33:53 4832 [Note] InnoDB: Creating tablespace and datafile system tables.
2015-07-19 21:33:53 4832 [Note] InnoDB: Tablespace and datafile system tables created.
2015-07-19 21:33:53 4832 [Note] InnoDB: Waiting for purge to start
2015-07-19 21:33:53 4832 [Note] InnoDB: 5.6.12 started; log sequence number 0
2015-07-19 21:33:53 4832 [Note] Server hostname (bind-address): '*'; port: 3306
2015-07-19 21:33:55 4832 [Note] IPv6 is not available.
2015-07-19 21:33:55 4832 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
2015-07-19 21:33:55 4832 [Note] Server socket created on IP: '0.0.0.0'.
2015-07-19 21:33:56 4832 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist
Comment dois je l'y prendre.
Merci de votre aide.