我正在使用XAMPP,我正在尝试访问phpMyAdmin http://localhost/phpmyadmin,但我收到此错误消息:
Error
SQL query:
SHOW PLUGINS
MySQL said:
#1 - Can't create/write to file '/var/folders/_y/gtpc137d1q9gkvsj0dsxjd040000gn/T/#sql9f2_8_0.MYI' (Errcode: 13)
Run Code Online (Sandbox Code Playgroud)
我有一段时间没试过访问它所以我不知道自上次以来发生了什么变化.任何人都可以为我阐明这一点吗?我用谷歌搜索,似乎无法理解大多数人在相关问题上谈论的内容.
此外,我的XAMPP也不再连接到Apache(它只是不断给我加载图像).
这是我得到的错误:
121201 22:59:27 mysqld_safe Starting mysqld daemon with databases from /Applications/XAMPP/xamppfiles/var/mysql
Warning: World-writable config file '/Applications/XAMPP/xamppfiles/etc/my.cnf' is ignored
121201 22:59:28 [Warning] Setting lower_case_table_names=2 because file system for /Applications/XAMPP/xamppfiles/var/mysql/ is case insensitive
121201 22:59:28 [Note] Plugin 'FEDERATED' is disabled. /Applications/XAMPP/xamppfiles/sbin/mysqld: Can't create/write to file '/var/folders/_y/gtpc137d1q9gkvsj0dsxjd040000gn/T/ibCVKOvf' (Errcode: 13)
121201 22:59:28 InnoDB: Error: unable to create temporary file; errno: 13
121201 22:59:28 …Run Code Online (Sandbox Code Playgroud)