简体   繁体   English

在Mac OS中使用NetBeans设置phpmyadmin

[英]Setup phpmyadmin with netbeans in mac os

I am new in java development i am setting up netbeans with phpmyadmin for mysql connection, after referring tutorials i have set the connection as shown: 我是Java开发的新手,在参考教程后,我已使用phpmyadmin设置netbeans进行mysql连接,如下所示:

Error here admin Properties setup 这里错误 管理属性设置

This is the error log which i am getting(sorry if its not useful): 这是我得到的错误日志(对不起,如果它没有用):

2015-09-16 18:24:52 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).

2015-09-16 18:24:52 0 [Note] /usr/local/mysql-5.6.26-osx10.8-x86_64/bin/mysqld (mysqld 5.6.26) starting as process 22744 ... 2015-09-16 18:24:52 22744 [Warning] Can't create test file /usr/local/mysql-5.6.26-osx10.8-x86_64/data/Niravs-MacBook-Pro.lower-test 2015-09-16 18:24:52 22744 [Warning] Can't create test file /usr/local/mysql-5.6.26-osx10.8-x86_64/data/Niravs-MacBook-Pro.lower-test 2015-09-16 18:24:52 22744 [Note] Plugin 'FEDERATED' is disabled. 2015-09-16 18:24:52 0 [注] /usr/local/mysql-5.6.26-osx10.8-x86_64/bin/mysqld(mysqld 5.6.26)作为进程22744启动... 2015-09 -16 18:24:52 22744 [警告]无法创建测试文件/usr/local/mysql-5.6.26-osx10.8-x86_64/data/Niravs-MacBook-Pro.lower-test 2015-09-16 18:24:52 22744 [警告]无法创建测试文件/usr/local/mysql-5.6.26-osx10.8-x86_64/data/Niravs-MacBook-Pro.lower-test 2015-09-16 18: 24:52 22744 [注意]插件“ FEDERATED”已禁用。

您不仅需要使用DATE类型的TIMESTAMP。

You need set your path to the location of your index.php file in your phpmyadmin folder. 您需要将路径设置为phpmyadmin文件夹中index.php文件的位置。

Something like this /Users/macair/Sites/phpmyadmin/index.php 这样的东西/Users/macair/Sites/phpmyadmin/index.php

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM