MySQL Forums
Forum List  »  General

Re: Bug maybe, Mysql 5.5.43
Posted by: Uzair Mustafa
Date: June 15, 2015 02:05AM

I am connecting to the server using mac OSX Terminal, so the content of ".profile" in mac osx is:

MacBook-Pro:~ $ cat ~/.profile

# MacPorts Installer addition on 2014-11-05_at_22:40:13: adding an appropriate PATH variable for use with MacPorts.
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
# Finished adapting your PATH environment variable for use with MacPorts.
test -r /sw/bin/init.sh && . /sw/bin/init.sh


AND the content of .bashrc of server is:


root@:~# cat .bashrc
cat .bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.

# Note: PS1 and umask are already set in /etc/profile. You should not
# need this unless you want different defaults for root.
# PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ '
# umask 022

# You may uncomment the following lines if you want `ls' to be colorized:
# export LS_OPTIONS='--color=auto'
# eval "`dircolors`"
# alias ls='ls $LS_OPTIONS'
# alias ll='ls $LS_OPTIONS -l'
# alias l='ls $LS_OPTIONS -lA'
#
# Some more alias to avoid making mistakes:
# alias rm='rm -i'
# alias cp='cp -i'
# alias mv='mv -i'
alias ls="ls --color=auto"
alias ll='ls -alF'
alias l='ls -CF'

Options: ReplyQuote


Subject
Written By
Posted
June 10, 2015 11:24AM
June 11, 2015 02:24PM
June 14, 2015 12:53PM
Re: Bug maybe, Mysql 5.5.43
June 15, 2015 02:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.