Carbon-Forum icon indicating copy to clipboard operation
Carbon-Forum copied to clipboard

Unable to start by Installing, it shows this error

Open Rautarchit001 opened this issue 5 years ago • 6 comments

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.

Rautarchit001 avatar Feb 15 '20 12:02 Rautarchit001

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)

Mayank-1234-cmd avatar Dec 23 '20 20:12 Mayank-1234-cmd

Try using

cd install; rm -rfv install.lock; php index.php; cd ..

, then enter the exact same installation details you used before.

sga-experimental avatar Dec 25 '20 16:12 sga-experimental

where to do this step? @sga-experimental

alitheDev avatar Feb 02 '21 08:02 alitheDev

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)>

Mayank-1234-cmd avatar Feb 03 '21 02:02 Mayank-1234-cmd

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 me resetCarbon /var/www)>

sorry i dint understand. what u are trying to say. can u explain in easy terms?

alitheDev avatar Feb 04 '21 07:02 alitheDev

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.

Mayank-1234-cmd avatar Feb 06 '21 22:02 Mayank-1234-cmd