MySQL Forums
Forum List  »  Stored Procedures

Re: can't call procedure
Posted by: Peter Chang
Date: April 15, 2005 11:33AM

Here's my installation.

Redhat Linux 9.0

# ./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --sysconfdir=/etc --with-mysqld-user="mysql" --with-charset=euckr
# make (no error)
# make install
# /usr/local/mysql/bin/mysql_install_db
( result is same with or without --user=mysql)
# echo "/usr/local/mysql/lib/mysql" >> /etc/ld.so.conf
# ldconfig
# cp /usr/local/mysql/share/mysql/my-medium.cnf /etc/my.cnf
# chown -R root.mysql /usr/local/mysql
# chown -R mysql.mysql /usr/local/mysql/data
# /usr/local/mysql/bin/mysqld_safe --old-password &

these are all commands I've done.

* point!

I have tried to use binary release just before, and it works great!
What is difference between source and birany release?
Are there anything to do with configure to use procedure?



Edited 1 time(s). Last edit at 04/15/2005 12:29PM by Peter Chang.

Options: ReplyQuote


Subject
Views
Written By
Posted
4571
April 15, 2005 02:27AM
2405
April 15, 2005 03:30AM
2359
April 15, 2005 06:23AM
2318
April 15, 2005 08:19AM
Re: can't call procedure
2567
April 15, 2005 11:33AM


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.