mysql

  1. R

    how to run mysql server 2005??

    I have installed mysql server 2005. How can i use DDL and DML query commands in MS mysql server 2005 you advice will be of great help to me
  2. Kl@w-24

    Please recommend a book on PHP & MySQL

    Okay, so I'm a beginner in PHP and I've learnt the basics through online tutorials and forums. That was for a project that I had to make in my final year, so I only learnt/copied whatever was necessary at that time. But now I want to actually add PHP & MySQL to my qualifications list. So please...
  3. sganesh

    How to run pl/sql code in mysql

    hi, i am using WAMP Server,I am using mysql query browser for create,updating database, once i ve studied pl/sql programming in oracle,, is it possible to run such code in Mysql Database?
  4. P

    Connection to mySQL through PHP

    Dear Digiterzz!! I'm trying to create a connection between mySQL database through PHP but I'm not able to do so.. Check out the following code: <?php $dbhost = 'mysql2.freehostia.com'; $dbuser = 'db_User'; $dbpass = 'admin'; $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error...
  5. choudang

    S.O.S. - MySQL import query

    dear digitians, requesting your valuable help to get it asorted. Due to SOD, we are not permitted to install any database like orable/sql on our PCs, we are forced to use Access instead of other databases. but i am currently using MYSQL Community server which is not required installtion. Now, we...
  6. D

    Problems in server/ mysql configuration

    friends i have installed fedora 9 from the digit dvd along with the Apache server n mysql server.. now the problem is that .. whenever i boots into fedora... i have to start both the services (i.e server n mysql) by commands... "apachectl start" (for apache) and "/etc/rc.d/init.d/mysqld...
  7. D

    linux n mysql

    friends.. i m a novice user of linux, as i have just started learning it during my summer internship. i m developing a project in linux which includes connectivity to mysql. i am having data in .txt files and want to insert it into MySql database table. please help me out how can i do this...
  8. Sridhar_Rao

    help in php and mysql

    Dear friends, I have a unique problem as I am new to mysql and php. don't ask me why I want it that way, but that is my requirement. Please look at the image which will give you clear picture. Anyone with skill in mysql and php is requested to help me in achieving this. Please bear in mind that...
  9. mak1012

    how to use lampp's mysql for other programme

    hi, i have installed the lampp server in ubuntu hardy. I have some Question to ask. 1. Can i use the mysql of lampp server for java? 2. After starting lampp server when I give a command mysql to terminal it gives me this error ak@makomania:~$ sudo /opt/lampp/lampp start [sudo]...
  10. blackpearl

    Need help in creating table in Mysql

    I'm trying a template making engine called Template blocks, where the setup should create some tables in the database. But for some reason the tables are not created. I contacted support and they said i could manually create those tables. Now i know nothing about Mysql. Can somebody tell me the...
  11. bukaida

    handling rich text in php-mysql

    I want to know the process of accepting the superscript and subscript data from html textbox through php and store them in mysql database.Also support for other rich text format is required. please help.I am using PHP 4.4.0 with mysql 5 and apache 2.
  12. ╬Switch╬

    Want cheap hosting with mysql support...

    Disgusted... I'm absolutely disgusted. PMs overflowing in my inbox. I wish I had never asked. Anyway, thanks for those who answeed it in the thread.
  13. sachin_kothari

    Unicode search query in MySQL

    I am doing in web project in which i take input in a text box in hindi. I have a mysql database which again contains hindi elements. I want to match the user string with that in my mysql database. I did a search query for it, but I am unable to retrieve records from the database. How do I write...
  14. 47shailesh

    SUN aquires MySQL

    Today is a big day for Sun and the MySQL community. SUN closed acquisition of MySQL AB and proudly joined forces with the open source icon and the company behind the world's most popular open source database. Sun already is the leading provider of platforms for the Web economy and the largest...
  15. Garbage

    Want to install MySQL "ON" my web-server

    Hello... I've taken a domain name and webspace for my website. It's a windows server for hosting. I have built a website with MySQL database. Now, the problem is that, there is no MySQL server installed on the web server.:( I must have MySQL installed on the server to run website. Same for...
  16. M

    Use MySQL as filesystem

    Read more :- *www.linux.com/feature/127055
  17. debiprasad_sahoo

    MySQL character problem

    Special character parsing problem in php When I stores the characters ´, ¤, ¸, •, ´, ¨, », ` & ¶ in MySQL, it stores successfully and shows correctly in phpMyAdmin. But when I get the data and displays in web page it dispays � instead of the original character. Please help. Differnt broswers...
  18. nileshgr

    MySQL Space Quotas

    Someone knows how to limit space usage in MySQL for specific users ?? Sys: Fedora 7 i386 (soon will be upgraded to Fedora 8 i386)
  19. V

    MyBB 1.2.9

    Can anyone post a Tutorial on installation of MyBB 1.2.9 in localhost i.e. by using Apache Software. It includes Database Configuration i.e. use of MySQL. That means the Tutorial must contain all the steps needed to install MyBB including MySQL amendment in it...!! Please post a...
  20. P

    HELP WANTED: how to install PHP MySQL and Apache on Windows XP

    Please if anyone know, how to to istall PHP MySQL and APACHE provide step by step guideline Also Provide Direct links to download these stuff, i tried to find them on there officials websites, but they are very confusing( lot of options in there downlod area ) Tank you.
Top Bottom