Activity for Gate_sprit
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #283870 |
=> Booting Puma
=> Rails 5.2.6 application starting in development
=> Run `rails server -h` for more startup options
Puma starting in single mode...
* Version 4.3.8 (ruby 2.6.6-p146), codename: Mysterious Traveller
* Min threads: 0, max threads: 16
* Environment: development
* Listening on tcp... (more) |
— | about 3 years ago |
Comment | Post #283870 |
I change localhost:3000 to bimberspot.com (more) |
— | about 3 years ago |
Comment | Post #283870 |
after 'rails s'
nothing (more) |
— | about 3 years ago |
Comment | Post #283870 |
I change my password to admin, nothing works. then change IP address on config/database.yml to 'localhost' work,
I'm stuck at creating
Community.create(name: 'Dev Community', host: 'localhost:3000')
host is my domain name or my IP ?
(more) |
— | about 3 years ago |
Comment | Post #283870 |
I change it, nothing work (more) |
— | about 3 years ago |
Comment | Post #283870 |
I found some useful links, I can't understand anything !
https://github.com/brianmario/mysql2/issues/1072
can you help me to fix authentication issue.
I'm using my local server password, showing 'root'@ ' localhost'? (more) |
— | about 3 years ago |
Comment | Post #283870 |
Mysql2::Error: Access denied for user 'root'@'localhost'
/usr/share/rvm/gems/ruby-2.6.6/gems/mysql2-0.5.3/lib/mysql2/client.rb:90:in `connect'
I search, found https://stackoverflow.com/questions/24009416/i-cant-run-bundle-update-because-of-mysql2-gem
https://stackoverflow.com/questions/2672756/e... (more) |
— | about 3 years ago |
Comment | Post #283870 |
nothing change !
I try everthing. (more) |
— | about 3 years ago |
Comment | Post #283881 |
(base) root@bimberspot:~/qpixel# gem install mysql2
Building native extensions. This could take a while...
Successfully installed mysql2-0.5.3
Parsing documentation for mysql2-0.5.3
Done installing documentation for mysql2 after 0 seconds
1 gem installed
??? (more) |
— | about 3 years ago |
Comment | Post #283870 |
I'm stuck at:https://github.com/codidact/qpixel/blob/develop/config/database.sample.yml
my domain name is bimberspot.com
CREATE USER qpixel@localhost IDENTIFIED BY 'choose_a_password_here';
GRANT ALL ON qpixel_dev.* TO qpixel@localhost;
GRANT ALL ON qpixel_test.* TO qpixel@localhost;
GRANT ALL O... (more) |
— | about 3 years ago |
Edit | Post #283898 | Initial revision | — | about 3 years ago |
Answer | — |
A: How to solve Lost connection to MySQL server at 'reading initial communication packet', system error: 0 (more) |
— | about 3 years ago |
Edit | Post #283897 | Initial revision | — | about 3 years ago |
Answer | — |
A: How to solve Gem::Ext::BuildError: ERROR: Failed to build gem native extension. I think my problem is my config/database.yml : check : default: &default adapter: mysql2 encoding: utf8mb4 collation: utf8mb4unicodeci host: 127.0.0.1 port: 3306 Change these credentials to match your own environment username: root password: µµµµµµµ development: ... (more) |
— | about 3 years ago |
Edit | Post #283859 |
Post edited: |
— | about 3 years ago |
Edit | Post #283859 |
Post edited: |
— | about 3 years ago |
Edit | Post #283859 | Initial revision | — | about 3 years ago |
Question | — |
How to solve Lost connection to MySQL server at 'reading initial communication packet', system error: 0 screenshot of text after `rails db:create` screenshot of text ``` Lost connection to MySQL server at 'reading initial communication packet', syste m error: 0 Couldn't create 'qpixeldev' database. Please check your configuration. rails aborted! Mysql2::Error::ConnectionError: Lost co... (more) |
— | about 3 years ago |
Comment | Post #283848 |
now, I try ' rails db:create' ,
'Access denied for user 'root@bimberspot'@'localhost' (using password: YES)' (more) |
— | about 3 years ago |
Comment | Post #283850 |
I try to launch rails db:create , I get connection errors
I want to install webapp on Http://bimberspot.com not localhost ! (more) |
— | about 3 years ago |
Edit | Post #283850 | Initial revision | — | about 3 years ago |
Question | — |
How to solve Can't connect to MySQL server on 'bimberspot.com:3306' (111) How to solve Can't connect to MySQL server on 'bimberspot.com:3306' (111) (more) |
— | about 3 years ago |
Edit | Post #283848 |
Post edited: |
— | about 3 years ago |
Edit | Post #283848 | Initial revision | — | about 3 years ago |
Question | — |
How to solve Gem::Ext::BuildError: ERROR: Failed to build gem native extension. I'm trying to install the Q&A platform using : CREATE USER root@bimberspot IDENTIFIED BY '.....'; GRANT ALL ON qpixeldev. TO root@bimberspot; GRANT ALL ON qpixeltest. TO root@bimberspot; GRANT ALL ON qpixel. TO root@bimberspot; then I run : `bundle install` output : test ... (more) |
— | about 3 years ago |