eBot-CSGO icon indicating copy to clipboard operation
eBot-CSGO copied to clipboard

Mysql setup error

Open SM411 opened this issue 9 years ago • 3 comments

Hi, I will start by saying my experience with Linux is rather limited, so this might be a trivial issue just due to my lack of understanding.

What I have done is following your tutorial:

https://github.com/deStrO/eBot-CSGO/blob/threads/install.txt

I have a fresh Ubuntu Server 14.04.3 LTS. Nothing is installed other than what is written in the tutorial. Setup is done as root.

I did install mysql-server and created a db called ebotv3 with a user ebotv3 and password ebotv3.

When I try to run:

php5 symfony doctrine:build --all --no-confirmation

I get this error:

Couldn't locate driver named mysql.

I also got an error when running the:

curl -sS https://getcomposer.org/installer | php5

But that was fixed by running apt-get install php5-*** (dont remeber the excact letters) as suggested by the OS.

Can you please point me in the right direction :+1:

SM411 avatar Jan 30 '16 21:01 SM411

you may need to run

apt-get install php5-mysql

If it complains that mysql server is missing then you will need to run

apt-get install mysql-server php5-mysql

and follow all the prompts

mavrick avatar Jan 30 '16 23:01 mavrick

Thank you for the help. This got me one step closer to get it running. But as I have learned, there is allways another challenge when working with this project. My next problem is that I get a php-error when trying to acess the panel.

dispatch();

Anyone familiar with this?

SM411 avatar Jan 31 '16 02:01 SM411

Are you able to post the error that you are getting?

mavrick avatar Jan 31 '16 02:01 mavrick