Archive for the ‘Mysql’ Category
Oracle Heterogeneous Configuration Service (ORACLE to MySQL)
PART I : Setting up ODBC driver
bash> rpm –ivh mysql-connector-odbc-3.51.12-linux-i686.rpm
bash> /etc/init.d/mysqld start Initializing MySQL database: [ OK ]
bash> ODBCConfig
bash> vi /etc/odbc.ini
[trans] Driver = MySQL ODBC 3.51 Driver DATABASE = kampus DESCRIPTION = punya_kampus PWD = password PORT = 3306 SERVER = localhost UID = root
ERROR! MySQL manager or server PID file could not be found!
Don’t Panic if you get this error when you start, restart or stop your mysql engine.
I get error like this "/etc/init.d/mysql: /usr/local/bin/hostname: not found
/etc/init.d/mysql: /usr/local/bin/hostname: not found
ERROR! MySQL manager or server PID file could not be found!"
when i restart the mysql, yes..dont panic,
Read the rest of this entry »