Monthly Archives: marzo, 2012

How to create a user in MediaWiki

marzo 26th, 2012 Posted by otros 0 thoughts on “How to create a user in MediaWiki”

Search this Special:Userlogin in the search bar and in the page that appears you can create a user if you have the rights.

Run application in 32bit mode on OSX

marzo 21st, 2012 Posted by mac 0 thoughts on “Run application in 32bit mode on OSX”

In Finder select the file > Get Info > Run 32 bit

How to import a MySQL dump file

marzo 6th, 2012 Posted by mac, mysql 0 thoughts on “How to import a MySQL dump file”

First create the database:

In the terminal:

mysql -u root -p

Inside MySQL command line:

mysql> create database foo;
mysql> exit;

In the terminal again:

mysql -u #username# -p #database# < #dump_file#

Import the

Running MySQL on Terminal in Leopard

marzo 6th, 2012 Posted by mac, mysql 0 thoughts on “Running MySQL on Terminal in Leopard”

/usr/local/mysql-5.1.59-osx10.6-x86/bin

Copyright © 2018 programadorfreelanceargentina.com

Programador Freelance Argentina