Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to start by Installing, it shows this error #307

Open
Rautarchit001 opened this issue Feb 15, 2020 · 6 comments
Open

Unable to start by Installing, it shows this error #307

Rautarchit001 opened this issue Feb 15, 2020 · 6 comments

Comments

@Rautarchit001
Copy link

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.

@Mayank-1234-cmd
Copy link

Mayank-1234-cmd commented Dec 23, 2020

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)

@sga-experimental
Copy link

Try using

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

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

@alitheDev
Copy link

where to do this step?
@sga-experimental

@Mayank-1234-cmd
Copy link

Mayank-1234-cmd commented Feb 3, 2021

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

@alitheDev
Copy link

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?

@Mayank-1234-cmd
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants