Help with SQL commands to interact with a MySQL database
- Mac /usr/local/mysql/bin
- Windows /Program Files/MySQL/MySQL version/bin
- Xampp /xampp/mysql/bin
import React from 'react'; | |
import styled, { css } from 'styled-components'; | |
import NextLink from 'next/link'; | |
const BASE_URL = 'http://alurakut.vercel.app/'; | |
const v = '1'; | |
function Link({ href, children, ...props }) { | |
return ( |
################################################## | |
# | |
# Replace the fields with your app and domain name | |
# | |
################################################## | |
DirectoryIndex <app name>/public/index.php index.html index.htm index2.html | |
RewriteEngine on |
task explodedWar(type: Copy) { | |
into "$buildDir/exploded" | |
with war | |
} | |
war.dependsOn explodedWar |