Forum: MySQL Jun 8th, 2008 |
| Replies: 5 Views: 857 I found the command of installing postgreSQL in Ubuntu 7.10 as follow:
sudo apt-get install postgresql postgresql-client postgresql-contrib
and if someone needs the GUI tools, then type the... |
Forum: MySQL Jun 8th, 2008 |
| Replies: 5 Views: 857 Thanks very much, yes I did what you mentioned, and finally I could do that...
Then about Linux, I am using Ubuntu "7.10" then which commands are used to install the postgreSQL completely?
... |
Forum: MySQL Jun 7th, 2008 |
| Replies: 5 Views: 857 Thanks for the info and replying,
Actually I dont know more about binary files, and the link you posted, there are many files, and which ones I should download, and how can I use it? sorry for... |
Forum: MySQL Jun 7th, 2008 |
| Replies: 5 Views: 857 Hi.
I know this is MySQl forum, but maybe some one help me through the below issue:
I don't know which file I should download to install postgreSQL, could nayone please guide me which I should... |
Forum: MySQL Jun 5th, 2008 |
| Replies: 17 Views: 3,462 Yes, you are right that it is not that what I wanted ... and I tried much to know writing a sample UDF in C/C++ and then implement it in MySQL, but I could not....
about the procedure problem, I... |
Forum: MySQL Jun 3rd, 2008 |
| Replies: 17 Views: 3,462 Although this post is viewed by more than 800 persons, still not solved. As I mentioned I am using WAMP package, whuch has mysql verion 5.0.4 and also PhpMyAdmin and I dont know what is wrong with... |
Forum: MySQL May 29th, 2008 |
| Replies: 17 Views: 3,462 Just I need a simple UDF in MySQL something like uppercase firstletter ... |
Forum: MySQL May 29th, 2008 |
| Replies: 3 Views: 1,544 Can you tell the exact name of the file, because I can not find such file ...I need the file which keep the variable like variable auto_increment_increment and so on ... |
Forum: MySQL May 28th, 2008 |
| Replies: 3 Views: 1,544 Hi,
I wan to know where the MySQL variables stored? when I execute the
show variables;
show status;
I see many more variables, so I want to know the place they are stored in? and the file... |
Forum: MySQL May 28th, 2008 |
| Replies: 17 Views: 3,462 Hi, Hi, Hiiiiiiiiiiiiiiiiiiiiiiii everyone,
to be honest I studied much, but still I dont know how to create UDF in MySQL, so there should be some one did this for him/her self, plz any idea ??? |
Forum: MySQL May 28th, 2008 |
| Replies: 4 Views: 1,040 |
Forum: MySQL May 21st, 2008 |
| Replies: 4 Views: 1,040 |
Forum: MySQL May 20th, 2008 |
| Replies: 4 Views: 1,040 Hi.
I want to GRANT privileges on two tables, but I dont know why error, but on one table it is ok. what is wrong?
GRANT SELECT ON mysql.db, mysql.user TO 'user'@'localhost' IDENTIFIED BY... |
Forum: MySQL May 14th, 2008 |
| Replies: 17 Views: 3,462 Hi tesuji,
Hope doing fine, I tried much, but still I am lost how to write UDF for MySQL, I don't like to write complex function now, I need just one sample example written in C/C++, and then use... |
Forum: MySQL May 11th, 2008 |
| Replies: 17 Views: 3,462 Thanks again for the replying and nice saying... |
Forum: MySQL May 11th, 2008 |
| Replies: 17 Views: 3,462 sir,
I can not create the below function in MySQL...
what I should I do to just create the below function in MySQL 5.0.41. could you just guide through that |
Forum: MySQL May 10th, 2008 |
| Replies: 17 Views: 3,462 Thanks again,
I will go through the link you posted, and if still could not get the idea, then will post again...
Thanks |
Forum: MySQL May 10th, 2008 |
| Replies: 17 Views: 3,462 Thanks for replying both...
Respected tesuji tesuji,
could you please guide me how to write a sample UDF, like Uppercase first letter in C, and then how to configure that UDF using in MySQL.
... |
Forum: MySQL May 9th, 2008 |
| Replies: 17 Views: 3,462 hi again,
any idea how to make UDF in MySQL ??? |
Forum: MySQL May 8th, 2008 |
| Replies: 17 Views: 3,462 Hi.
I want to know how it is possible to write your own function "UDF" in MySQL? and how use that UDF in MySQL? |