Carbon-Forum
Carbon-Forum copied to clipboard
Unable to start by Installing, it shows this error
Unhandled Exception. SQLSTATE[HY000] [1045] Access denied for user 'epiz_25205990'@'192.168.2.193' (using password: YES) You can find the error back in the log.
I setupped it! (you need ~php-poc or ~hello-httpd) use glitch.com/edit/#!/remix/ablaze-quartz-mare (if you're using this on glitch)
Try using
cd install; rm -rfv install.lock; php index.php; cd ..
, then enter the exact same installation details you used before.
where to do this step? @sga-experimental
Any time.alias resetCarbon="cd $1 & cd install & rm -rf install.lock & php index.php; cd .."
Then just run resetCarbon <where you installed carbon (for me resetCarbon /var/www
)>
Any time.
alias resetCarbon="cd $1 & cd install & rm -rf install.lock & php index.php; cd und.."
Then just run resetCarbon <where you installed carbon (for meresetCarbon /var/www
)>
sorry i dint understand. what u are trying to say. can u explain in easy terms?
in the console:
cd carbon # (go to where you installed carbon)
cd install # (go to the install folder)
rm -rf install.lock # remove install.lock to reinstall
mysql -u USER # enter mysql user
CREATE DATABASE forum;-- create database
quit;--quit mysql command prompt
php index.php # reinstall carbon
Then you can change the database to 'USER', set the ip to 'localhost', and leave the password blank, and the database to 'forum' when you setup it.