Beginning MySQL Tutorial One of the fastest SQL (Structured Query Language) database servers currently on the market is the MySQL server, developed by T.c.X. DataKonsultAB. MySQL, available for download at http://www.mysql.com, offers the data base programmer with an array of options and capabilities rarely seen in other database servers. What's more, MySQL is free of charge for those wishing to use it for private and commercial use.
| Name: |
Mousuf Chowdhury |
| Subject: |
Re: mysql |
| Date: |
11-22-1999 03:01AM |
Sounds like it could be a syntax error in your Perl - the clue is the use of the word 'near' which is classic perl - it could be that your host may need to reinstall mysql.
You could try and run a phpinfo() function within a page to see if MySQL has been installed properly.
Otherwise, use PHP to create a table, insert some dummy data to it and then select records from that table to see if it returns records. You can use the !$result function each time you connect to MySQL to see where your problem might be.
|
Other posts in this thread:
| Top | | mysql | jimmy | 11-15-1999 01:58PM | | Re: mysql | Elwyn | 11-16-1999 01:51AM | | Re: mysql | Mousuf Chowdhury | 11-22-1999 03:01AM |
Reply to this post:
|
 |
Visit the MySQL Forum!
New On DevShed:
Hot Forum Topics:
|