Fulltext results:
- MySQL: Create Database @info:mysql:database
- Database ==== <code sql> CREATE DATABASE IF NOT EXISTS `{db}`; </code> ==== Create Database and Grant ... to a User ==== <code sql> CREATE DATABASE IF NOT EXISTS `{db}`; GRANT ALL PRIVILEGES ON `{db}` . * TO '{
- MySQL: Create User @info:mysql:user
- MAX_USER_CONNECTIONS 0 ; CREATE DATABASE IF NOT EXISTS `{db}`; GRANT ALL PRIVILEGES ON `{db}` . * TO ... r Alternative: <code sql> CREATE DATABASE IF NOT EXISTS `dbname` DEFAULT CHARACTER SET = 'utf8'; GRANT A
- Formatting Syntax @wiki
- al|this Section]]. Notes: * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones. * DokuWiki does not use [[wp>CamelCa
- Welcome to your new DokuWiki @wiki
- needs to have a start page. As long as it doesn't exist, this link will be red: [[:start]]. Go on, follo
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- ec''. First, create the mountpoint if it doesn't exist. You will have to do this only once. <code bash>
- Travian Map Download Script @z:travian
- odaymap} ] then echo "${todaymap} doesn't exist: EXIT" exit 1 fi ${MYSQL} << __SQL__ TRU
- Project Idea: WikiTable @blog:2009
- ant to develop (or learn that such a this already exists) is a small application which creates tables whi
- MySQL: Remove Database @info:mysql:database
- Remove Database ==== <code sql> DROP DATABASE IF EXISTS `{db}`; </code> {{tag>admin database mysql sql}
- ZFS Playground @blog:2009
- disk ===== This will attach a second disk to the existing, creating a mirror. <code bash> pfexec zpool
- Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
- permissions (''pfexec/sudo''). <code bash> echo Existing boot environments: beadm list echo echo -n Ent
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- plit2G,Stream,ESX] [--existing] convertfromraw <filename> <outp