start mysql
> mysql -h localhost -u root -p
create user
mysql> create user 'user_name'@'localhost' identified by 'password';
create database
mysql> create database db_name
use database
mysql> use db_name;
copy data from file
mysql> \. /home/user_name/Downloads/my_db.sql
Freelance Web Programmer, Android, Php 5, java, MySql, JQuery, Symfony framework, Smarty template, facebook application, googlemap application
Monday, March 7, 2011
Subscribe to:
Post Comments (Atom)
how to see xml preview in browser php
xml preview view in browser $xml = new DOMDocument('1.0', 'UTF-8'); $xml->preserveWhiteSpace = false; ...
-
Weather In Summer: 33.8 C (Max) - 23.3 C (Min) In winter: 20.3 C (Max) - 0 C (Min) Rainy Season : from July to Mid Sept, and very humid (Upt...
-
go to In httpd.conf add comment bellow line userdir disabled ----------------------------------------------- chmod 711 for /home/userdir(use...
-
The contents of my /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX=permissive # enforcing - ...
No comments:
Post a Comment