User Tools

Site Tools


servers:windows:mariadb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
servers:windows:mariadb [2026/03/19 17:39] – [12.3] Sean Rhoneservers:windows:mariadb [2026/05/30 19:11] (current) – 12.3 -> 13.0 Sean Rhone
Line 7: Line 7:
 ====== MariaDB ====== ====== MariaDB ======
  
-===== 12.=====+===== 13.=====
  
   * https://mariadb.org/download/   * https://mariadb.org/download/
   * https://mariadb.org/mariadb/all-releases/   * https://mariadb.org/mariadb/all-releases/
  
-  * Last tested: ''mariadb-12.3.1-winx64.msi''+  * Last tested: ''mariadb-13.0.1-winx64.msi''
  
 ===== Install Options ===== ===== Install Options =====
Line 53: Line 53:
 **** ****
  
-  "%SystemRoot%\System32\netsh.exe" advfirewall firewall delete rule name="MariaDB 12.(x64)"+  "%SystemRoot%\System32\netsh.exe" advfirewall firewall delete rule name="MariaDB 13.(x64)"
  
 ===== Block ===== ===== Block =====
  
-****+  [[servers;windows;nginx;friendica#firewall|Friendica]] with WSL needs ''remoteip=localsubnet'' 
 + 
 +  CD "%ProgramFiles%\MariaDB "*"\bin"
  
-  CD "%ProgramFiles%\MariaDB "*"\bin" && "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="MariaDB Server" dir="in" action="block" profile="any" program="%CD%\mysqld.exe"+  "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="MariaDB Server" dir="in" action="block" profile="any" program="%CD%\mysqld.exe"
  
 ===== Delete Rule ===== ===== Delete Rule =====
Line 73: Line 75:
 ==== Create User ==== ==== Create User ====
  
-  "%ProgramFiles%\MariaDB 12.3\bin\mariadb.exe" -u "root"+  "%ProgramFiles%\MariaDB 13.0\bin\mariadb.exe" -u "root"
  
   CREATE USER 'maintenance'@'localhost' IDENTIFIED BY 'x';   CREATE USER 'maintenance'@'localhost' IDENTIFIED BY 'x';
Line 93: Line 95:
 CD "%Temp%" CD "%Temp%"
  
-"%ProgramFiles%\MariaDB 12.3\bin\mariadb-check.exe" --user="maintenance" --password="x" -o -A -f -e --auto-repair+"%ProgramFiles%\MariaDB 13.0\bin\mariadb-check.exe" --user="maintenance" --password="x" -o -A -f -e --auto-repair
  
 :: End</code> :: End</code>
/srv/www/wiki/data/attic/servers/windows/mariadb.1773956378.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki