You are not logged in.
mysql - 5.6.25-73.1 (mysqlnd 5.0.12-dev - 20150407)
PHP - 7.0.0
apache2handler
Work in FreeBSD web1202.nic.ru 8.3-RELEASE-p4 FreeBSD 8.3-RELEASE-p4 #4: Thu Jan 30 00:00:49 MSK 2014 root@web1190.nic.ru:/usr/obj/usr/src/sys/HNIC-IBM pl#32 i386
Modules- Core, date, libxml, pcre, Reflection, SPL, hash, session, apache2handler, standard, iconv, PDO, mbstring, json, mcrypt, ftp, xmlwriter, sockets, openssl, mysqlnd, xml, curl, mysqli, zlib, SimpleXML, filter, pdo_mysql, timezonedb, zip, gd, tokenizer, dom, xsl, ctype, soap, xmlreader
Offline
It's possible you might be experiencing the same thing as this GitHub issue:
https://github.com/bigtreecms/BigTree-CMS/issues/241
I'd try checking the "Connect via Socket or Alternate Port" checkbox and entering 3306 for the "Port" and seeing if that fixes it.
Offline
It works, thanks !
Last edited by userbot (April 22, 2016 8:57am)
Offline
I'd try different variations of localhost connections:
- "localhost" as hostname
- "127.0.0.1" as hostname
- Connect via socket
Depending on how MySQL is installed sometimes PHP doesn't know where/how it should connect to a local MySQL server.
Offline