Gonçalo Santos
Member
- Sep 17, 2015
- 76
- 8
- 43
Bad Request Model
How can I solve this? Can someone give me some help?
http://prntscr.com/bfu4ib
http://prntscr.com/bfu4ib
I would like you to translate this error to me as i don't know that language!How can I solve this? Can someone give me some help?
http://prntscr.com/bfu4ib
That means that you haven't configured your sql correctly!
First remove MySQL:How can I uninstall mysql and install again without restarting the vps?
sudo apt-get remove --purge mysql-server mysql-client mysql-common
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get update
sudo apt-get install mysql-server
sudo mysql_install_db
sudo /usr/bin/mysql_secure_installation
Thanks, i will try that.First remove MySQL:
Then reinstall:Code:sudo apt-get remove --purge mysql-server mysql-client mysql-common sudo apt-get autoremove sudo apt-get autoclean
SourceCode:sudo apt-get update sudo apt-get install mysql-server sudo mysql_install_db sudo /usr/bin/mysql_secure_installation