Our new android game Bubble Shooter Neon has been published on google play for you to play:
https://play.google.com/store/apps/details?id=com.eezgu.bubbleshooterneon
Mobile applications , announcements, tips etc.
Our new android game Bubble Shooter Neon has been published on google play for you to play:
https://play.google.com/store/apps/details?id=com.eezgu.bubbleshooterneon
Our new android game Orbit Rush is published on Google Play platform. You can find it here:
https://play.google.com/store/apps/details?id=com.eezgu.orbitrush
sudo apt purge mysql-server
sudo apt-get install mysql-server
sudo mkdir -p /var/run/mysqld
sudo chown mysql:mysql -R /var/run/mysqld
sudo /etc/init.d/mysql stop
sudo mysqld_safe --skip-grant-tables &
(press enter)
mysql -uroot
use mysql;
update user set authentication_string=PASSWORD("yourrootpassword") where User='root';
update user set plugin="mysql_native_password" where User='root';
flush privileges;
quit;