PHP 5.6 and MySQL - No database found

WockoLad

SELECT * FROM `lads` WHERE `username` = 'WockoLad'
Dec 24, 2014
233
23
Hey, i'm running PHP 5.6 and MySQL Server on Ubuntu Server 16.04!

I'm using BrainCMS too, all the details for my MySQL server are correct, i've installed php5.6-mbstring, php5.6-mysql and made sure it's all enabled in phpinfo()

Sounds like PHP can't find any of my databases which is really odd.

You must be registered for see images attach



You must be registered for see images attach


Any help will be greatly appreciated, thanks.
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
does that make a difference? I typed the same pass I use for remote connection etc and phpmyadmin and it worked?
Have you tried it? You never know it actually might be the solution. I'd view the error logs before anything as what it is telling you to do, and then once you see the logs, if you don't understand them then post them here.
 

WockoLad

SELECT * FROM `lads` WHERE `username` = 'WockoLad'
Dec 24, 2014
233
23
Have you tried it? You never know it actually might be the solution. I'd view the error logs before anything as what it is telling you to do, and then once you see the logs, if you don't understand them then post them here.
idek where the error logs are :D
 

Kak

Posting Freak
Apr 21, 2017
951
165
could be anything. could be the name of your database is incorrect or the mysql password. i recommend installing all the programs like php and mysql from microsoft web platform as ive known people who install them individually through google and come across problems
 

Users who are viewing this thread

Top