I need the ini file, but I don't know which one I need to use.
Asked
Active
Viewed 5,199 times
0

Mohsen Safari
- 6,669
- 5
- 42
- 58

Mike Ribeiro
- 3
- 1
- 3
-
`my.ini` is the MySQL config file. – Sarah Kemp Aug 30 '13 at 17:37
-
http://stackoverflow.com/questions/18471856/database-creation-using-php-and-mysql, thanks, but i still can't integrate workbench with phpmyadmin though – Mike Ribeiro Aug 30 '13 at 20:04
1 Answers
1
On WAMP Server the my.ini
file can be found here, assuming you installed wamp on c:
c:\wamp\bin\mysql\mysqlx.y.z\my.ini
Remember to specify the section called [wampmysqld] when integrating with MySQL Workbench.

RiggsFolly
- 93,638
- 21
- 103
- 149