Skip to content

Curly Braces

Golden nuggets where no entry is longer than my expected attention span

  • Articles
  • Contact Me!
  • Policy
  • Internal

Category: MySQL

Setting up a root user in MySQL/MariaDB

Posted on March 12, 2018 by Peter Andersson

CREATE USER ‘admin’@’%’ IDENTIFIED BY ‘mysecretpassword’; GRANT ALL PRIVILEGES ON *.* TO ‘admin’@’%’ WITH GRANT OPTION; FLUSH PRIVILEGES;  

Continue reading »
0
MySQL

Setting up MYSQL, Apache2 and WordPress

Posted on February 26, 2018 by Peter Andersson

MySQL/MariaDB Remember to change bind-address to 0.0.0.0. By default it is set to 127.0.0.1 and then you can’t connect remotely! Exactly which config file it […]

Continue reading »
0
Apache, Development, Linux, MySQL, Network, Wordpress

Moving the MySQL data directory

Posted on June 5, 2017 by Peter Andersson

Has this happened to you? You run for a while on the default installation of MySQL. The data increases and suddenly you realize that the […]

Continue reading »
0
MySQL

Från bloggen

AI Ajax Apache bash Development Docker Git Google Gradle Heroku HTML and CSS Imaging IOS Java Javascript Linux Math MIcroservices Microsoft MySQL Network Node OSX Palmemordet Patterns Photo PHP Python Raspberry Pi React Ruby Ruby on Rails Samba Spring Boot Tankar Thoughts Trading Uncategorized Video Visual Studio Code Vue Web Wordpress XCode
May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Mar    

Articles

Favourite Links

  • A Rock Solid Rails 5 API App with a React Frontend
  • Rails 5.1's form_with tag
  • Complex Rails forms
  • Rails is scalable

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Powered by WordPress and Momentous.